NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::TrimPlane Class Reference

Represents Trim Plane
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::TrimPlane:
NXOpen::TaggedObject

Public Types

enum  Content { ContentRadial, ContentAxial }
 The content options
Created in NX6.0.0. More...
 
enum  LimitOptions { LimitOptionsNone, LimitOptionsPoint, LimitOptionsDistance }
 The limit options
Created in NX6.0.0. More...
 

Public Member Functions

NXOpen::CAM::TrimPlane::LimitOptions LimitOption ()
 Returns the limit option
Created in NX6.0.0.
 
NXOpen::PointPoint ()
 Returns the trim plane point
Created in NX6.0.0.
 
NXOpen::CAM::InheritableDoubleBuilderRadius ()
 Returns the radius
Created in NX6.0.0.
 
void SetLimitOption (NXOpen::CAM::TrimPlane::LimitOptions trimPlaneMode)
 Sets the limit option
Created in NX6.0.0.
 
void SetPoint (NXOpen::Point *point)
 Sets the trim plane point
Created in NX6.0.0.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents Trim Plane
Created in NX6.0.0.


Member Enumeration Documentation

The content options
Created in NX6.0.0.


Enumerator:
ContentRadial 

radial

ContentAxial 

axial.

The limit options
Created in NX6.0.0.


Enumerator:
LimitOptionsNone 

Plane is inactive.

LimitOptionsPoint 

Plane is defined by a point.

LimitOptionsDistance 

Plane is defined by a distance value.

Member Function Documentation

NXOpen::CAM::TrimPlane::LimitOptions NXOpen::CAM::TrimPlane::LimitOption ( )

Returns the limit option
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::TrimPlane::Point ( )

Returns the trim plane point
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::TrimPlane::Radius ( )

Returns the radius
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::TrimPlane::SetLimitOption ( NXOpen::CAM::TrimPlane::LimitOptions  trimPlaneMode)

Sets the limit option
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
trimPlaneModethe limit option
void NXOpen::CAM::TrimPlane::SetPoint ( NXOpen::Point point)

Sets the trim plane point
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
pointthe trim plane point

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