ZeroToleranceDisplayStyle Enumeration

class NXOpen.Annotations.ZeroToleranceDisplayStyle

Bases: object

Specifies the 0 tolerance display style Enum Members

Enum Member Enum Member Description
BasedOnUnits
Zero tolerance display is tied to display units
AsZero
Always display zero tolerance as 0
OmittedAndInlined
Omit the display of zero tolerance and inline the remaining tolerance
Omitted
Omit the display of zero tolerance and maintain position of remaining tolerance
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.