NX Open C++ Reference Guide
|
Represents a enumerations used by Dynamic Section Builder. More...
Public Types | |
enum | ActivePlane { ActivePlanePrimary, ActivePlaneSecondary } |
Specifies active clip plane in the active plane pair. More... | |
enum | Axis { AxisNone, AxisX, AxisY, AxisZ } |
Specifies axis. More... | |
enum | CapColorOption { CapColorOptionBody, CapColorOptionAny } |
Specifies cap color type to be used for the cap. More... | |
enum | Clip { ClipSection, ClipSlice } |
Specifies clipping type. More... | |
enum | CoordinateSystem { CoordinateSystemAbsolute, CoordinateSystemWcs } |
Specifies the coordinate system used for creating principal planes i.e. More... | |
enum | CurveColorOption { CurveColorOptionBody, CurveColorOptionAny } |
Specifies the color of the curves created by the section plane. More... | |
enum | Type { TypeOnePlane, TypeTwoParallelPlanes, TypeBox } |
Specifies different type of sectioning. More... | |
Represents a enumerations used by Dynamic Section Builder.
No Creator since it only includes enums
Created in NX5.0.0.
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.
CoordinateSystemAbsolute |
Absolute. |
CoordinateSystemWcs |
WCS. |