NX Open C++ Reference Guide
|
Represents a TeachmodeLinearMove
To create a new instance of this class, use CAM::OperationCollection::CreateTeachmodeTurningBuilder
Created in NX7.5.0.
More...
Public Types | |
enum | CurveToolPositionTypes { CurveToolPositionTypesTo, CurveToolPositionTypesOn, CurveToolPositionTypesPast } |
the types for positioning to curves More... | |
enum | EndPositionTypes { EndPositionTypesPoint, EndPositionTypesCurves } |
the end position definition types More... | |
enum | InitialRetractTypes { InitialRetractTypesNone, InitialRetractTypesLinearAuto, InitialRetractTypesLinear } |
the initial retract choices More... | |
enum | MoveTypes { MoveTypesDirect, MoveTypesRadial, MoveTypesAxial, MoveTypesRadialAxial, MoveTypesAxialRadial } |
the movement types More... | |
Public Member Functions | |
NXOpen::CAM::TeachmodeLinearMoveBuilder::EndPositionTypes | EndPositionType () |
Returns the Type of End Position Definition Created in NX7.5.0. | |
NXOpen::NXObject * | FirstCurve () |
Returns the First Curve Created in NX7.5.0. | |
double | FirstCurveStock () |
Returns the Stock on first Curve Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeLinearMoveBuilder::CurveToolPositionTypes | FirstCurveToolPosition () |
Returns the Tool Position to first Curve Created in NX7.5.0. | |
double | InitialRetractAngle () |
Returns the initial retract angle Created in NX7.5.0. | |
double | InitialRetractDistance () |
Returns the initial retract distance Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeLinearMoveBuilder::InitialRetractTypes | InitialRetractType () |
Returns the Initial Retract Type Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeLinearMoveBuilder::MoveTypes | MoveType () |
Returns the Movement Type Created in NX7.5.0. | |
NXOpen::Point * | Point () |
Returns the Point Created in NX7.5.0. | |
NXOpen::NXObject * | SecondCurve () |
Returns the Second Curve Created in NX7.5.0. | |
double | SecondCurveStock () |
Returns the Stock on second Curve Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeLinearMoveBuilder::CurveToolPositionTypes | SecondCurveToolPosition () |
Returns the Tool Position to second Curve Created in NX7.5.0. | |
void | SetEndPositionType (NXOpen::CAM::TeachmodeLinearMoveBuilder::EndPositionTypes newValue) |
Sets the Type of End Position Definition Created in NX7.5.0. | |
void | SetFirstCurve (NXOpen::NXObject *newValue) |
Sets the First Curve Created in NX7.5.0. | |
void | SetFirstCurveStock (double newValue) |
Sets the Stock on first Curve Created in NX7.5.0. | |
void | SetFirstCurveToolPosition (NXOpen::CAM::TeachmodeLinearMoveBuilder::CurveToolPositionTypes newValue) |
Sets the Tool Position to first Curve Created in NX7.5.0. | |
void | SetInitialRetractAngle (double newValue) |
Sets the initial retract angle Created in NX7.5.0. | |
void | SetInitialRetractDistance (double newValue) |
Sets the initial retract distance Created in NX7.5.0. | |
void | SetInitialRetractType (NXOpen::CAM::TeachmodeLinearMoveBuilder::InitialRetractTypes newValue) |
Sets the Initial Retract Type Created in NX7.5.0. | |
void | SetMoveType (NXOpen::CAM::TeachmodeLinearMoveBuilder::MoveTypes newValue) |
Sets the Movement Type Created in NX7.5.0. | |
void | SetPoint (NXOpen::Point *newValue) |
Sets the Point Created in NX7.5.0. | |
void | SetSecondCurve (NXOpen::NXObject *newValue) |
Sets the Second Curve Created in NX7.5.0. | |
void | SetSecondCurveStock (double newValue) |
Sets the Stock on second Curve Created in NX7.5.0. | |
void | SetSecondCurveToolPosition (NXOpen::CAM::TeachmodeLinearMoveBuilder::CurveToolPositionTypes newValue) |
Sets the Tool Position to second Curve Created in NX7.5.0. |
Represents a TeachmodeLinearMove
To create a new instance of this class, use CAM::OperationCollection::CreateTeachmodeTurningBuilder
Created in NX7.5.0.
NXOpen::CAM::TeachmodeLinearMoveBuilder::EndPositionTypes NXOpen::CAM::TeachmodeLinearMoveBuilder::EndPositionType | ( | ) |
Returns the Type of End Position Definition
Created in NX7.5.0.
License requirements : None
Returns the First Curve
Created in NX7.5.0.
License requirements : None
Returns the Stock on first Curve
Created in NX7.5.0.
License requirements : None
Returns the initial retract angle
Created in NX7.5.0.
License requirements : None
Returns the initial retract distance
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TeachmodeLinearMoveBuilder::InitialRetractTypes NXOpen::CAM::TeachmodeLinearMoveBuilder::InitialRetractType | ( | ) |
Returns the Initial Retract Type
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TeachmodeLinearMoveBuilder::MoveTypes NXOpen::CAM::TeachmodeLinearMoveBuilder::MoveType | ( | ) |
Returns the Movement Type
Created in NX7.5.0.
License requirements : None
Returns the Point
Created in NX7.5.0.
License requirements : None
Returns the Second Curve
Created in NX7.5.0.
License requirements : None
Returns the Stock on second Curve
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetEndPositionType | ( | NXOpen::CAM::TeachmodeLinearMoveBuilder::EndPositionTypes | newValue | ) |
Sets the Type of End Position Definition
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the end position type |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetFirstCurve | ( | NXOpen::NXObject * | newValue | ) |
Sets the First Curve
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the first curve |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetFirstCurveStock | ( | double | newValue | ) |
Sets the Stock on first Curve
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the stock on first curve |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetInitialRetractAngle | ( | double | newValue | ) |
Sets the initial retract angle
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the initial retract angle |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetInitialRetractDistance | ( | double | newValue | ) |
Sets the initial retract distance
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the initial retract distance |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetInitialRetractType | ( | NXOpen::CAM::TeachmodeLinearMoveBuilder::InitialRetractTypes | newValue | ) |
Sets the Initial Retract Type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the initial retract type |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetMoveType | ( | NXOpen::CAM::TeachmodeLinearMoveBuilder::MoveTypes | newValue | ) |
Sets the Movement Type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the move type |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetPoint | ( | NXOpen::Point * | newValue | ) |
Sets the Point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the point |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetSecondCurve | ( | NXOpen::NXObject * | newValue | ) |
Sets the Second Curve
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the second curve |
void NXOpen::CAM::TeachmodeLinearMoveBuilder::SetSecondCurveStock | ( | double | newValue | ) |
Sets the Stock on second Curve
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the stock on second curve |