SessionWorkPlane Class¶
-
class
NXOpen.Preferences.SessionWorkPlane¶ Bases:
objectRepresents the set of WorkPlane preferences applicable to session
To obtain an instance of this class, refer to
NXOpen.Preferences.SessionPreferencesNew in version NX3.0.0.
Deprecated since version NX8.5.0: See
NXOpen.Preferences.SessionVisualizationEmphasis.
Properties¶
| Property | Description |
|---|---|
| ObjectOffWorkPlane | Returns or sets the object off work plane. |
Methods¶
Enumerations¶
| SessionWorkPlaneObjectDisplay Enumeration | Describes whether the object off work plane is normal display or dim and selectable or dim and non selectable |
Property Detail¶
ObjectOffWorkPlane¶
-
SessionWorkPlane.ObjectOffWorkPlane¶ Returns or sets the object off work plane.
Comes under Display tab. This preference is to de-emphasize or “dim” all objects in the work plane.
-------------------------------------Getter Method
Signature
ObjectOffWorkPlaneReturns: Return type: NXOpen.Preferences.SessionWorkPlaneObjectDisplayNew in version NX3.0.0.
Deprecated since version NX8.5.0: See
NXOpen.Preferences.SessionVisualizationEmphasis.License requirements: None.
-------------------------------------Setter Method
Signature
ObjectOffWorkPlaneParameters: objectOffWorkPlane ( NXOpen.Preferences.SessionWorkPlaneObjectDisplay) –New in version NX3.0.0.
Deprecated since version NX8.5.0: See
NXOpen.Preferences.SessionVisualizationEmphasis.License requirements: None.