PartVisualizationNamesBordersNameDisplay Enumeration

NXOpen.Preferences.PartVisualizationNamesBorders.NameDisplay is an alias for NXOpen.Preferences.PartVisualizationNamesBordersNameDisplay

class NXOpen.Preferences.PartVisualizationNamesBordersNameDisplay

Bases: object

Describes the available options for object name display selection

Enum Members

Enum Member Enum Member Description
Off Display is Off
ViewOfDefinition View of Definition places each name in the work view current at the time of name creation
WorkView Work View places all names in the current work view, even if the existing names had been defined in different views
AllViews All Views places all names in the all views except the drawing member views
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.