NX Open C++ Reference Guide
|
Represents a TeachmodeProfileMoveBuilder
To create a new instance of this class, use CAM::OperationCollection::CreateTeachmodeTurningBuilder
Created in NX7.5.0.
More...
Public Types | |
enum | DriveGeometryTypes { DriveGeometryTypesPreviousCheck, DriveGeometryTypesPreviousDrive, DriveGeometryTypesNewDrive } |
the drive geometry types More... | |
enum | StartStopPositionMethods { StartStopPositionMethodsDrive, StartStopPositionMethodsPoint, StartStopPositionMethodsCheck, StartStopPositionMethodsContourPosition } |
the start and stop positioning methods More... | |
![]() | |
enum | Feed { FeedMotion, FeedCustom } |
the feed Type More... | |
enum | Motion { MotionRapid = 1, MotionEngage, MotionCut, MotionStepover, MotionRetract, MotionApproach, MotionTraversal, MotionDeparture, MotionReturn, MotionFirstCut } |
the motion Type More... | |
Public Member Functions | |
bool | ApplyEngageSettings () |
Returns the apply engage settings status Created in NX7.5.0. | |
bool | ApplyRetractSettings () |
Returns the apply retract settings status Created in NX7.5.0. | |
double | AxialSafeClearance () |
Returns the axial safe clearance value Created in NX7.5.0. | |
NXOpen::CAM::TurnCornerControl * | CornerControlNormal () |
Returns the corner control builder for normal corners Created in NX7.5.0. | |
NXOpen::CAM::TurnCornerControl * | CornerControlShallow () |
Returns the corner control builder for shallow corners Created in NX7.5.0. | |
NXOpen::CAM::TurnCutterClearance * | CutterClearance () |
Returns the cutter clearance angles builder Created in NX7.5.0. | |
NXOpen::CAM::TurnDirection * | Direction () |
Returns the direction builder Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeProfileMoveBuilder::DriveGeometryTypes | DriveGeometryType () |
Returns the drive geometry type Created in NX7.5.0. | |
NXOpen::CAM::FeedsTurnBuilder * | Feeds () |
Returns the feeds builder Created in NX7.5.0. | |
NXOpen::CAM::TurnStock * | FinishStock () |
Returns the finish stock builder Created in NX7.5.0. | |
double | RadialSafeClearance () |
Returns the radial safe clearance value Created in NX7.5.0. | |
void | SetApplyEngageSettings (bool newValue) |
Sets the apply engage settings status Created in NX7.5.0. | |
void | SetApplyRetractSettings (bool newValue) |
Sets the apply retract settings status Created in NX7.5.0. | |
void | SetAxialSafeClearance (double newValue) |
Sets the axial safe clearance value Created in NX7.5.0. | |
void | SetDriveGeometryType (NXOpen::CAM::TeachmodeProfileMoveBuilder::DriveGeometryTypes newValue) |
Sets the drive geometry type Created in NX7.5.0. | |
void | SetRadialSafeClearance (double newValue) |
Sets the radial safe clearance value Created in NX7.5.0. | |
void | SetStartCheckConstantStock (double newValue) |
Sets the constant stock for start check geometry Created in NX7.5.0. | |
void | SetStartCheckFaceStock (double newValue) |
Sets the face stock for start check geometry Created in NX7.5.0. | |
void | SetStartCheckRadialStock (double newValue) |
Sets the radial stock for start check geometry Created in NX7.5.0. | |
void | SetStartPoint (NXOpen::Point *newValue) |
Sets the start point Created in NX7.5.0. | |
void | SetStartPositionMethod (NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods newValue) |
Sets the start position method Created in NX7.5.0. | |
void | SetStartStopBeforeBoundaryOffset (bool newValue) |
Sets the start and stop before boundary offset status Created in NX7.5.0. | |
void | SetStopCheckConstantStock (double newValue) |
Sets the constant stock for stop check geometry Created in NX7.5.0. | |
void | SetStopCheckFaceStock (double newValue) |
Sets the face stop for start check geometry Created in NX7.5.0. | |
void | SetStopCheckRadialStock (double newValue) |
Sets the radial stock for stop check geometry Created in NX7.5.0. | |
void | SetStopPoint (NXOpen::Point *newValue) |
Sets the stop point Created in NX7.5.0. | |
void | SetStopPositionMethod (NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods newValue) |
Sets the stop position method Created in NX7.5.0. | |
double | StartCheckConstantStock () |
Returns the constant stock for start check geometry Created in NX7.5.0. | |
double | StartCheckFaceStock () |
Returns the face stock for start check geometry Created in NX7.5.0. | |
double | StartCheckRadialStock () |
Returns the radial stock for start check geometry Created in NX7.5.0. | |
NXOpen::Point * | StartPoint () |
Returns the start point Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods | StartPositionMethod () |
Returns the start position method Created in NX7.5.0. | |
bool | StartStopBeforeBoundaryOffset () |
Returns the start and stop before boundary offset status Created in NX7.5.0. | |
double | StopCheckConstantStock () |
Returns the constant stock for stop check geometry Created in NX7.5.0. | |
double | StopCheckFaceStock () |
Returns the face stop for start check geometry Created in NX7.5.0. | |
double | StopCheckRadialStock () |
Returns the radial stock for stop check geometry Created in NX7.5.0. | |
NXOpen::Point * | StopPoint () |
Returns the stop point Created in NX7.5.0. | |
NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods | StopPositionMethod () |
Returns the stop position method Created in NX7.5.0. | |
NXOpen::CAM::Inheritable2dLength * | Tolerances () |
Returns the Tolerances Created in NX7.5.0. | |
![]() | |
double | FeedRate () |
Returns the feed rate Created in NX5.0.0. | |
NXOpen::CAM::MoveBuilder::Feed | FeedType () |
Returns the feed type Created in NX5.0.0. | |
NXOpen::CAM::FeedRateUnit | FeedUnit () |
Returns the feed unit Created in NX7.5.0. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (const NXString ¶meterName) |
Returns the custom parameter with the given name. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (const char *parameterName) |
Returns the custom parameter with the given name. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (int index) |
Returns the parameter at the input index. | |
NXOpen::CAM::MoveBuilder::Motion | MotionType () |
Returns the motion type Created in NX5.0.0. | |
int | NumberOfUserParameters () |
Returns the number of user parameters Created in NX8.0.0. | |
bool | ProtectedMove () |
Returns the protected move status Created in NX5.0.0. | |
void | SetFeedRate (double feedRate) |
Sets the feed rate Created in NX5.0.0. | |
void | SetFeedType (NXOpen::CAM::MoveBuilder::Feed feedType) |
Sets the feed type Created in NX5.0.0. | |
void | SetFeedUnit (NXOpen::CAM::FeedRateUnit unit) |
Sets the feed unit Created in NX7.5.0. | |
void | SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType) |
Sets the motion type Created in NX5.0.0. | |
void | SetParent (NXOpen::CAM::CAMObject *parent) |
Set parent Created in NX5.0.0. | |
void | SetProtectedMove (bool protectedMove) |
Sets the protected move status Created in NX5.0.0. | |
void | SetSibling (NXOpen::CAM::CAMObject *sibling) |
Set sibling Created in NX5.0.0. | |
void | SetSubopLabel (const NXString &subopLabel) |
Sets the subop label Created in NX8.5.1. | |
void | SetSubopLabel (const char *subopLabel) |
Sets the subop label Created in NX8.5.1. | |
NXString | SubopLabel () |
Returns the subop label Created in NX8.5.1. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a TeachmodeProfileMoveBuilder
To create a new instance of this class, use CAM::OperationCollection::CreateTeachmodeTurningBuilder
Created in NX7.5.0.
the start and stop positioning methods
bool NXOpen::CAM::TeachmodeProfileMoveBuilder::ApplyEngageSettings | ( | ) |
Returns the apply engage settings status
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::TeachmodeProfileMoveBuilder::ApplyRetractSettings | ( | ) |
Returns the apply retract settings status
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::AxialSafeClearance | ( | ) |
Returns the axial safe clearance value
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnCornerControl* NXOpen::CAM::TeachmodeProfileMoveBuilder::CornerControlNormal | ( | ) |
Returns the corner control builder for normal corners
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnCornerControl* NXOpen::CAM::TeachmodeProfileMoveBuilder::CornerControlShallow | ( | ) |
Returns the corner control builder for shallow corners
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnCutterClearance* NXOpen::CAM::TeachmodeProfileMoveBuilder::CutterClearance | ( | ) |
Returns the cutter clearance angles builder
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnDirection* NXOpen::CAM::TeachmodeProfileMoveBuilder::Direction | ( | ) |
Returns the direction builder
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TeachmodeProfileMoveBuilder::DriveGeometryTypes NXOpen::CAM::TeachmodeProfileMoveBuilder::DriveGeometryType | ( | ) |
Returns the drive geometry type
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::FeedsTurnBuilder* NXOpen::CAM::TeachmodeProfileMoveBuilder::Feeds | ( | ) |
Returns the feeds builder
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TurnStock* NXOpen::CAM::TeachmodeProfileMoveBuilder::FinishStock | ( | ) |
Returns the finish stock builder
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::RadialSafeClearance | ( | ) |
Returns the radial safe clearance value
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetApplyEngageSettings | ( | bool | newValue | ) |
Sets the apply engage settings status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the status value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetApplyRetractSettings | ( | bool | newValue | ) |
Sets the apply retract settings status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the status value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetAxialSafeClearance | ( | double | newValue | ) |
Sets the axial safe clearance value
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the axial safe clearance value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetDriveGeometryType | ( | NXOpen::CAM::TeachmodeProfileMoveBuilder::DriveGeometryTypes | newValue | ) |
Sets the drive geometry type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the drive geometry type |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetRadialSafeClearance | ( | double | newValue | ) |
Sets the radial safe clearance value
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the radial safe clearance value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartCheckConstantStock | ( | double | newValue | ) |
Sets the constant stock for start check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the constant stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartCheckFaceStock | ( | double | newValue | ) |
Sets the face stock for start check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the face stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartCheckRadialStock | ( | double | newValue | ) |
Sets the radial stock for start check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the radial stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartPoint | ( | NXOpen::Point * | newValue | ) |
Sets the start point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the start point |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartPositionMethod | ( | NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods | newValue | ) |
Sets the start position method
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the start position method |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStartStopBeforeBoundaryOffset | ( | bool | newValue | ) |
Sets the start and stop before boundary offset status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the status value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStopCheckConstantStock | ( | double | newValue | ) |
Sets the constant stock for stop check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the constant stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStopCheckFaceStock | ( | double | newValue | ) |
Sets the face stop for start check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the face stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStopCheckRadialStock | ( | double | newValue | ) |
Sets the radial stock for stop check geometry
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the radial stock value |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStopPoint | ( | NXOpen::Point * | newValue | ) |
Sets the stop point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the stop point |
void NXOpen::CAM::TeachmodeProfileMoveBuilder::SetStopPositionMethod | ( | NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods | newValue | ) |
Sets the stop position method
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the stop position method |
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StartCheckConstantStock | ( | ) |
Returns the constant stock for start check geometry
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StartCheckFaceStock | ( | ) |
Returns the face stock for start check geometry
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StartCheckRadialStock | ( | ) |
Returns the radial stock for start check geometry
Created in NX7.5.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::TeachmodeProfileMoveBuilder::StartPoint | ( | ) |
Returns the start point
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods NXOpen::CAM::TeachmodeProfileMoveBuilder::StartPositionMethod | ( | ) |
Returns the start position method
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopBeforeBoundaryOffset | ( | ) |
Returns the start and stop before boundary offset status
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StopCheckConstantStock | ( | ) |
Returns the constant stock for stop check geometry
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StopCheckFaceStock | ( | ) |
Returns the face stop for start check geometry
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::TeachmodeProfileMoveBuilder::StopCheckRadialStock | ( | ) |
Returns the radial stock for stop check geometry
Created in NX7.5.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::TeachmodeProfileMoveBuilder::StopPoint | ( | ) |
Returns the stop point
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::TeachmodeProfileMoveBuilder::StartStopPositionMethods NXOpen::CAM::TeachmodeProfileMoveBuilder::StopPositionMethod | ( | ) |
Returns the stop position method
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::Inheritable2dLength* NXOpen::CAM::TeachmodeProfileMoveBuilder::Tolerances | ( | ) |
Returns the Tolerances
Created in NX7.5.0.
License requirements : None