NX Open C++ Reference Guide
|
Represents the Circular Move To Point Builder
To create a new instance of this class, use CAM::MoveCollection::CreateCircularAboutAxisMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | AxisType { AxisTypeTool, AxisTypeVector } |
the axis type More... | |
enum | EndType { EndTypeAngle, EndTypePoint } |
the motion end type More... | |
enum | ExtensionType { ExtensionTypeAngle, ExtensionTypeDistance } |
the extension type More... | |
Public Member Functions | |
NXOpen::Direction * | ArcAxis () |
Returns the arc axis Created in NX5.0.0. | |
NXOpen::CAM::CircularAboutAxisMoveBuilder::AxisType | ArcAxisType () |
Returns the axis type Created in NX5.0.0. | |
NXOpen::CAM::CircularAboutAxisMoveBuilder::ExtensionType | ArcExtendMethod () |
Returns the arc extension type Created in NX5.0.0. | |
NXOpen::Point * | CenterPoint () |
Returns the center Created in NX5.0.0. | |
NXOpen::Point * | EndPoint () |
Returns the arc end point Created in NX5.0.0. | |
double | ExtendAngle () |
Returns the extend angle Created in NX5.0.0. | |
double | ExtendDistance () |
Returns the extend distance Created in NX5.0.0. | |
NXOpen::CAM::CircularAboutAxisMoveBuilder::EndType | MotionEndType () |
Returns the arc end type Created in NX5.0.0. | |
void | SetArcAxis (NXOpen::Direction *vec) |
Sets the arc axis Created in NX5.0.0. | |
void | SetArcAxisType (NXOpen::CAM::CircularAboutAxisMoveBuilder::AxisType axisType) |
Sets the axis type Created in NX5.0.0. | |
void | SetArcExtendMethod (NXOpen::CAM::CircularAboutAxisMoveBuilder::ExtensionType arcExtendMethod) |
Sets the arc extension type Created in NX5.0.0. | |
void | SetCenterPoint (NXOpen::Point *location) |
Sets the center Created in NX5.0.0. | |
void | SetEndPoint (NXOpen::Point *location) |
Sets the arc end point Created in NX5.0.0. | |
void | SetExtendAngle (double extendAngle) |
Sets the extend angle Created in NX5.0.0. | |
void | SetExtendDistance (double extendDistance) |
Sets the extend distance Created in NX5.0.0. | |
void | SetMotionEndType (NXOpen::CAM::CircularAboutAxisMoveBuilder::EndType arcEndType) |
Sets the arc end type Created in NX5.0.0. | |
void | SetSweepAngle (double sweepAngle) |
Sets the sweep angle Created in NX5.0.0. | |
double | SweepAngle () |
Returns the sweep angle Created in NX5.0.0. |
Represents the Circular Move To Point Builder
To create a new instance of this class, use CAM::MoveCollection::CreateCircularAboutAxisMoveBuilder
Created in NX5.0.0.
Returns the arc axis
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::CircularAboutAxisMoveBuilder::AxisType NXOpen::CAM::CircularAboutAxisMoveBuilder::ArcAxisType | ( | ) |
Returns the axis type
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::CircularAboutAxisMoveBuilder::ExtensionType NXOpen::CAM::CircularAboutAxisMoveBuilder::ArcExtendMethod | ( | ) |
Returns the arc extension type
Created in NX5.0.0.
License requirements : None
Returns the center
Created in NX5.0.0.
License requirements : None
Returns the arc end point
Created in NX5.0.0.
License requirements : None
Returns the extend angle
Created in NX5.0.0.
License requirements : None
Returns the extend distance
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::CircularAboutAxisMoveBuilder::EndType NXOpen::CAM::CircularAboutAxisMoveBuilder::MotionEndType | ( | ) |
Returns the arc end type
Created in NX5.0.0.
License requirements : None
Sets the arc axis
Created in NX5.0.0.
License requirements : None
vec | vec |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetArcAxisType | ( | NXOpen::CAM::CircularAboutAxisMoveBuilder::AxisType | axisType | ) |
Sets the axis type
Created in NX5.0.0.
License requirements : None
axisType | axistype |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetArcExtendMethod | ( | NXOpen::CAM::CircularAboutAxisMoveBuilder::ExtensionType | arcExtendMethod | ) |
Sets the arc extension type
Created in NX5.0.0.
License requirements : None
arcExtendMethod | arcextendmethod |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetCenterPoint | ( | NXOpen::Point * | location | ) |
Sets the center
Created in NX5.0.0.
License requirements : None
location | location |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetEndPoint | ( | NXOpen::Point * | location | ) |
Sets the arc end point
Created in NX5.0.0.
License requirements : None
location | location |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetExtendAngle | ( | double | extendAngle | ) |
Sets the extend angle
Created in NX5.0.0.
License requirements : None
extendAngle | extendangle |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetExtendDistance | ( | double | extendDistance | ) |
Sets the extend distance
Created in NX5.0.0.
License requirements : None
extendDistance | extenddistance |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetMotionEndType | ( | NXOpen::CAM::CircularAboutAxisMoveBuilder::EndType | arcEndType | ) |
Sets the arc end type
Created in NX5.0.0.
License requirements : None
arcEndType | arcendtype |
void NXOpen::CAM::CircularAboutAxisMoveBuilder::SetSweepAngle | ( | double | sweepAngle | ) |
Sets the sweep angle
Created in NX5.0.0.
License requirements : None
sweepAngle | sweepangle |
Returns the sweep angle
Created in NX5.0.0.
License requirements : None