The GeometricRestrictionDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.geometricRestrictions=ONThe GeometricRestrictionDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.geometricRestrictionOptions session.viewports[name].layers[name].assemblyDisplay\ .geometricRestrictionOptions
This method modifies the GeometricRestrictionDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether drill control geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether fixed region geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether frozen area geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether growth geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether penetration check geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether demold control (shape) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether design direction geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether member size (shape) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether planar symmetry (shape) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether point symmetry (shape) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether rotational symmetry (shape) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether stamp control geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether slide region control geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether cyclic symmetry geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether demold control (topology) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether member size (topology) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether planar symmetry (topology) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether point symmetry (topology) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether rotational symmetry (topology) geometric restriction symbols are shown. The default value is ON.
A Boolean specifying whether turn control geometric restriction symbols are shown. The default value is ON.
Return value
Exceptions
RangeError.
The GeometricRestrictionDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.