The InteractionDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.interactions=ONThe InteractionDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.interactionOptions session.viewports[name].layers[name].assemblyDisplay\ .interactionOptions
This method modifies the InteractionDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether surface contact symbols are shown. The default value is ON.
A Boolean specifying whether self contact symbols are shown. The default value is ON.
A Boolean specifying whether elastic foundation symbols are shown. The default value is ON.
A Boolean specifying whether actuator/sensor symbols are shown. The default value is ON.
A Boolean specifying whether surface radiation-to-ambient symbols are shown. The default value is ON.
A Boolean specifying whether surface film condition symbols are shown. The default value is ON.
A Boolean specifying whether concentrated radiation-to-ambient symbols are shown. The default value is ON.
A Boolean specifying whether concentrated film condition symbols are shown. The default value is ON.
Return value
Exceptions
RangeError.
The InteractionDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.