BoundedGridBuilderLabelReferenceType Enumeration

NXOpen.Display.BoundedGridBuilder.LabelReferenceType is an alias for NXOpen.Display.BoundedGridBuilderLabelReferenceType

class NXOpen.Display.BoundedGridBuilderLabelReferenceType

Bases: object

Specifies label reference.

Enum Members

to determine grid line offset labels “

“Wcs”, ” Use projection of WCS origin on the

grid plane to determine grid line offset labels “

“Absolute”, ” Use projection of absolute origin on the

grid plane to determine grid line offset labels “

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.