NX Open C++ Reference Guide
|
Represents the set of WorkPlane preferences applicable to session
To obtain an instance of this class, refer to Preferences::SessionPreferences
More...
Public Types | |
enum | ObjectDisplay { ObjectDisplayNormal, ObjectDisplayDimAndSelectable, ObjectDisplayDimAndNonSelectable } |
Describes whether the object off work plane is normal display or dim and selectable or dim and non selectable More... | |
Public Member Functions | |
NXOpen::Preferences::SessionWorkPlane::ObjectDisplay | ObjectOffWorkPlane () |
Returns the object off work plane. | |
void | SetObjectOffWorkPlane (NXOpen::Preferences::SessionWorkPlane::ObjectDisplay objectOffWorkPlane) |
Sets the object off work plane. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the set of WorkPlane preferences applicable to session
To obtain an instance of this class, refer to Preferences::SessionPreferences
See Preferences::SessionVisualizationEmphasis .
Created in NX3.0.0.
Describes whether the object off work plane is normal display or dim and selectable or dim and non selectable
See Preferences::SessionVisualizationEmphasis .
ObjectDisplayNormal |
Normal Display. |
ObjectDisplayDimAndSelectable |
Dim and Selectable. |
ObjectDisplayDimAndNonSelectable |
Dim and Non Selectable. |
NXOpen::Preferences::SessionWorkPlane::ObjectDisplay NXOpen::Preferences::SessionWorkPlane::ObjectOffWorkPlane | ( | ) |
Returns the object off work plane.
Comes under Display tab. This preference is to de-emphasize or "dim" all objects in the work plane.
Created in NX3.0.0.
License requirements : None
void NXOpen::Preferences::SessionWorkPlane::SetObjectOffWorkPlane | ( | NXOpen::Preferences::SessionWorkPlane::ObjectDisplay | objectOffWorkPlane | ) |
Sets the object off work plane.
Comes under Display tab. This preference is to de-emphasize or "dim" all objects in the work plane.
Created in NX3.0.0.
License requirements : None
objectOffWorkPlane | object off work plane |
tag_t NXOpen::Preferences::SessionWorkPlane::Tag | ( | ) | const |
Returns the tag of this object.