StopConditionDisplayOptions object

The StopConditionDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when

session.viewports[name].assemblyDisplay.stopConditions=ON

The StopConditionDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.

The following topics are discussed:

Access

session.viewports[name].assemblyDisplay.stopConditionOptions
session.viewports[name].layers[name].assemblyDisplay\
.stopConditionOptions

setValues(...)

This method modifies the StopConditionDisplayOptions object.

Required arguments

None.

Optional arguments

localStopCondition

A Boolean specifying whether local stop condition symbols are shown. The default value is ON.

Return value

None.

Exceptions

RangeError.

Members

The StopConditionDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.