NX Open C++ Reference Guide
|
Represents the Follow Part Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateFollowPartMoveBuilder
Default values.
More...
Public Types | |
enum | MoveDirectionTypes { MoveDirectionTypesUndefined, MoveDirectionTypesForward, MoveDirectionTypesReverse } |
Available types for manual move path direction in GMC operation. More... | |
Public Member Functions | |
NXOpen::Point * | EndPoint () |
Returns the end location Created in NX8.0.0. | |
NXOpen::CAM::FollowPartMoveBuilder::MoveDirectionTypes | MoveDirection () |
Returns the move direction Created in NX8.0.0. | |
void | SetEndPoint (NXOpen::Point *location) |
Sets the end location Created in NX8.0.0. | |
void | SetMoveDirection (NXOpen::CAM::FollowPartMoveBuilder::MoveDirectionTypes direction) |
Sets the move direction Created in NX8.0.0. |
Represents the Follow Part Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateFollowPartMoveBuilder
Default values.
Property | Value |
---|---|
FeedRate |
0.0 |
FeedType | |
FeedUnit |
None |
MotionType |
Cut |
MoveDirection |
Forward |
ProtectedMove |
true |
Created in NX8.0.0.
Returns the end location
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::FollowPartMoveBuilder::MoveDirectionTypes NXOpen::CAM::FollowPartMoveBuilder::MoveDirection | ( | ) |
Returns the move direction
Created in NX8.0.0.
License requirements : None
void NXOpen::CAM::FollowPartMoveBuilder::SetEndPoint | ( | NXOpen::Point * | location | ) |
Sets the end location
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
location | location |
void NXOpen::CAM::FollowPartMoveBuilder::SetMoveDirection | ( | NXOpen::CAM::FollowPartMoveBuilder::MoveDirectionTypes | direction | ) |
Sets the move direction
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
direction | direction |