The GeometryDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport. The GeometryDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.geometryOptions session.viewports[name].layers[name].assemblyDisplay.geometryOptions session.viewports[name].layers[name].partDisplay.geometryOptions session.viewports[name].partDisplay.geometryOptions
This method modifies the GeometryDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether geometry edges are displayed in shaded mode. The default value is ON.
A Boolean specifying whether geometry hidden edges are displayed (dotted) in hidden line mode. The default value is OFF.
A Boolean specifying whether geometry silhouette edges are displayed. The default value is ON.
A Boolean specifying whether datum axes are shown. The default value is ON.
A Boolean specifying whether datum coordinate systems are shown. The default value is ON.
A Boolean specifying whether datum planes are shown. The default value is ON.
A Boolean specifying whether referencePoint labels are shown. The default value is ON.
A Boolean specifying whether referencePoint symbols are shown. The default value is ON.
A Boolean specifying whether geometry that belongs to the reference representation of the Part or Instance is shown. The default value is OFF.
A Boolean specifying whether to apply translucency to the geometry that belongs to the reference representation of the Part or Instance. The default value is ON.
Return value
Exceptions
RangeError.
The GeometryDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.