NX Open C++ Reference Guide
|
Represents the Follow Curve Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateFollowCurveMoveBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Point * | EndPoint () |
Returns the end location Created in NX8.0.0. | |
NXOpen::Direction * | EndToolAxis () |
Returns the end tool axis Created in NX8.0.0. | |
NXOpen::Section * | Geometry () |
Returns the geometry selection Created in NX8.0.0. | |
void | SetEndPoint (NXOpen::Point *location) |
Sets the end location Created in NX8.0.0. | |
void | SetEndToolAxis (NXOpen::Direction *vec) |
Sets the end tool axis Created in NX8.0.0. | |
void | SetGeometry (NXOpen::Section *geometryCollector) |
Sets the geometry selection Created in NX8.0.0. |
Represents the Follow Curve Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateFollowCurveMoveBuilder
Default values.
Property | Value |
---|---|
FeedRate |
0.0 |
FeedType | |
FeedUnit |
None |
MotionType |
Cut |
ProtectedMove |
true |
Created in NX8.0.0.
Returns the end location
Created in NX8.0.0.
License requirements : None
Returns the end tool axis
Created in NX8.0.0.
License requirements : None
Returns the geometry selection
Created in NX8.0.0.
License requirements : None
void NXOpen::CAM::FollowCurveMoveBuilder::SetEndPoint | ( | NXOpen::Point * | location | ) |
Sets the end location
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
location | location |
Sets the end tool axis
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
vec | vec |
void NXOpen::CAM::FollowCurveMoveBuilder::SetGeometry | ( | NXOpen::Section * | geometryCollector | ) |
Sets the geometry selection
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
geometryCollector | geometrycollector |