NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | List of all members
NXOpen.Display.DynamicSectionTypes Class Reference

Represents a enumerations used by Dynamic Section Builder. More...

Inheritance diagram for NXOpen.Display.DynamicSectionTypes:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ActivePlane { Primary, Secondary }
 Specifies active clip plane in the active plane pair. More...
 
enum  Axis { None, X, Y, Z }
 Specifies axis. More...
 
enum  CapColorOption { Body, Any }
 Specifies cap color type to be used for the cap. More...
 
enum  Clip { Section, Slice }
 Specifies clipping type. More...
 
enum  CoordinateSystem { Absolute, Wcs }
 Specifies the coordinate system used for creating principal planes i. More...
 
enum  CurveColorOption { Body, Any }
 Specifies the color of the curves created by the section plane. More...
 
enum  Type { OnePlane, TwoParallelPlanes, Box }
 Specifies different type of sectioning. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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
Primary 

Primary

Secondary 

Secondary

Specifies axis.

Enumerator
None 

Arbitrary axis

X 

X axis

Y 

Y axis

Z 

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
Body 

Use body color

Any 

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
Section 

One sided clip

Slice 

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
Absolute 

Absolute

Wcs 

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
Body 

Use body color

Any 

Use specified color

Specifies different type of sectioning.

Enumerator
OnePlane 

One plane section

TwoParallelPlanes 

Two parallel plane section

Box 

Box section


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