The ConstraintDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.constraints=ONThe ConstraintDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.constraintOptions session.viewports[name].layers[name].assemblyDisplay.constraintOptions
This method modifies the ConstraintDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether constraint equation symbols are shown. The default value is ON.
A Boolean specifying whether tie constraint symbols are shown. The default value is ON.
A Boolean specifying whether rigid body constraint symbols are shown. The default value is ON.
A Boolean specifying whether display body constraint symbols are shown. The default value is ON.
A Boolean specifying whether coupling constraint symbols are shown. The default value is ON.
Return value
Exceptions
The ConstraintDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.