CuttingPlaneSymbolBuilderViewNameFormatOption Enumeration

NXOpen.Annotations.CuttingPlaneSymbolBuilder.ViewNameFormatOption is an alias for NXOpen.Annotations.CuttingPlaneSymbolBuilderViewNameFormatOption

class NXOpen.Annotations.CuttingPlaneSymbolBuilderViewNameFormatOption

Bases: object

Represents whether the view name is derived from the PMI cutting plane symbol text.

Enum Members

Enum Member Enum Member Description
UserDefined User Defined View Name
A View Name is in the ‘Section Prefix A’ format, Where Section Prefix is taken from PMI Preferences and A is the Text of the PMI Cutting Plane Symbol.
AA View Name is in the ‘Section Prefix A-A’ format, Where Where Section Prefix is taken from PMI Preferences and A is the Text of the PMI Cutting Plane Symbol.
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.