SessionWorkPlaneObjectDisplay Enumeration

NXOpen.Preferences.SessionWorkPlane.ObjectDisplay is an alias for NXOpen.Preferences.SessionWorkPlaneObjectDisplay

class NXOpen.Preferences.SessionWorkPlaneObjectDisplay

Bases: object

Describes whether the object off work plane is normal display or dim and selectable or dim and non selectable

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

Enum Members

Enum Member Enum Member Description
Normal Normal Display
DimAndSelectable Dim and Selectable
DimAndNonSelectable Dim and Non Selectable
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.