NX Open C++ Reference Guide
Public Types | List of all members
NXOpen::Display::DynamicSectionTypes Class Reference

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...
 

Detailed Description

Represents a enumerations used by Dynamic Section Builder.


No Creator since it only includes enums

Created in NX5.0.0.

Member Enumeration Documentation

Specifies active clip plane in the active plane pair.

This is used in "Two Parallel Planes" and "Box" type Sections.

Enumerator
ActivePlanePrimary 

Primary.

ActivePlaneSecondary 

Secondary.

Specifies axis.

Enumerator
AxisNone 

Arbitrary axis.

AxisX 

X axis.

AxisY 

Y axis.

AxisZ 

Z axis.

Specifies cap color type to be used for the cap.

When cap color type is body, then user-specified color is ignored.

Enumerator
CapColorOptionBody 

Use body color.

CapColorOptionAny 

User-specified color is used.

Specifies clipping type.

The "Slice" type is only available for "One Plane" section. "Section" will clip data that lies on the opposite side of the plane normal of the clipping plane.

Enumerator
ClipSection 

One sided clip.

ClipSlice 

Slice type clip.

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.

Enumerator
CoordinateSystemAbsolute 

Absolute.

CoordinateSystemWcs 

WCS.

Specifies the color of the curves created by the section plane.

When color is set to body color, user specified color will be ignored.

Enumerator
CurveColorOptionBody 

Use body color.

CurveColorOptionAny 

Use specified color.

Specifies different type of sectioning.

Enumerator
TypeOnePlane 

One plane section.

TypeTwoParallelPlanes 

Two parallel plane section.

TypeBox 

Box section.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.