SessionWorkPlane Class

class NXOpen.Preferences.SessionWorkPlane

Bases: object

Represents the set of WorkPlane preferences applicable to session

To obtain an instance of this class, refer to NXOpen.Preferences.SessionPreferences

New 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 ObjectOffWorkPlane

Returns:
Return type:NXOpen.Preferences.SessionWorkPlaneObjectDisplay

New in version NX3.0.0.

Deprecated since version NX8.5.0: See NXOpen.Preferences.SessionVisualizationEmphasis.

License requirements: None.

-------------------------------------

Setter Method

Signature ObjectOffWorkPlane

Parameters:objectOffWorkPlane (NXOpen.Preferences.SessionWorkPlaneObjectDisplay) –

New in version NX3.0.0.

Deprecated since version NX8.5.0: See NXOpen.Preferences.SessionVisualizationEmphasis.

License requirements: None.