NX Open C++ Reference Guide
|
Represents the Vector Distance Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateVectorDistanceMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | EndType { EndTypeDistance, EndTypePoint } |
the choice More... | |
Public Member Functions | |
double | Distance () |
Returns the Distance Created in NX5.0.0. | |
NXOpen::Point * | EndPoint () |
Returns the end point in the direction specified Created in NX5.0.0. | |
NXOpen::CAM::VectorDistanceMoveBuilder::EndType | MoveEnd () |
Returns the move end type Created in NX5.0.0. | |
void | SetDistance (double dist) |
Sets the Distance Created in NX5.0.0. | |
void | SetEndPoint (NXOpen::Point *location) |
Sets the end point in the direction specified Created in NX5.0.0. | |
void | SetMoveEnd (NXOpen::CAM::VectorDistanceMoveBuilder::EndType endtype) |
Sets the move end type Created in NX5.0.0. | |
void | SetVector (NXOpen::Direction *vec) |
Sets the Vector Created in NX5.0.0. | |
NXOpen::Direction * | Vector () |
Returns the Vector Created in NX5.0.0. |
Represents the Vector Distance Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateVectorDistanceMoveBuilder
Created in NX5.0.0.
Returns the Distance
Created in NX5.0.0.
License requirements : None
Returns the end point in the direction specified
Created in NX5.0.0.
License requirements : None
Returns the move end type
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::VectorDistanceMoveBuilder::SetDistance | ( | double | dist | ) |
Sets the Distance
Created in NX5.0.0.
License requirements : None
dist | dist |
void NXOpen::CAM::VectorDistanceMoveBuilder::SetEndPoint | ( | NXOpen::Point * | location | ) |
Sets the end point in the direction specified
Created in NX5.0.0.
License requirements : None
location | location |
void NXOpen::CAM::VectorDistanceMoveBuilder::SetMoveEnd | ( | NXOpen::CAM::VectorDistanceMoveBuilder::EndType | endtype | ) |
Sets the move end type
Created in NX5.0.0.
License requirements : None
endtype | endtype |
Sets the Vector
Created in NX5.0.0.
License requirements : None
vec | vec |
Returns the Vector
Created in NX5.0.0.
License requirements : None