TextOrientation Enumeration

class NXOpen.Annotations.TextOrientation

Bases: object

Specifies the dimension text orientation Enum Members

Enum Member Enum Member Description
Horizontal Specifies horizontal dimension text
Aligned Specifies dimenson text aligned with the dimension line
OverDimensionLine Specifies dimenson text aligned with and above the dimension line
ByAngle Specifies dimension text at angle
Perpendicular Specifies dimension text perpendicular to the dimension line
SplitByDimensionLine Specifies dimenson text split by the dimension line
Last Last enum value. Should not be used.
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.