DynamicSectionTypesCoordinateSystem Enumeration

NXOpen.Display.DynamicSectionTypes.CoordinateSystem is an alias for NXOpen.Display.DynamicSectionTypesCoordinateSystem

class NXOpen.Display.DynamicSectionTypesCoordinateSystem

Bases: object

Specifies the coordinate system used for creating principal planes i.e. X, Y, Z planes. Note that the coordinate system is only used during plane creation to set initial reference. When using WCS, the X plane will be created such that its normal aligns with WCS X direction.

All APIs that accept/receive geometric works in absolute coordinates.

Enum Members

Enum Member Enum Member Description
Absolute Absolute
Wcs WCS
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.