NX Open C++ Reference Guide
|
Represents Trim Plane
Created in NX6.0.0.
More...
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::Point * | Point () |
Returns the trim plane point Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | Radius () |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents Trim Plane
Created in NX6.0.0.
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")
trimPlaneMode | the 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")
point | the trim plane point |