NX Open C++ Reference Guide
|
Represents a Trackpoint Builder
This is an abstract class and can not be instantiated
Created in NX5.0.0.
More...
Public Member Functions | |
void | SetTlAdjReg (int tlAdjReg) |
Sets the adjust register Created in NX5.0.0. | |
void | SetTlCutcomReg (int tlCutcomReg) |
Sets the cutcom register Created in NX5.0.0. | |
void | SetTrackingName (const NXString &nameValue) |
Sets the Tracking Point name value Created in NX5.0.0. | |
int | TlAdjReg () |
Returns the adjust register Created in NX5.0.0. | |
int | TlCutcomReg () |
Returns the cutcom register Created in NX5.0.0. | |
NXString | TrackingName () |
Returns the Tracking Point name value Created in NX5.0.0. |
Represents a Trackpoint Builder
This is an abstract class and can not be instantiated
Created in NX5.0.0.
void NXOpen::CAM::TrackpointBuilder::SetTlAdjReg | ( | int | tlAdjReg | ) |
Sets the adjust register
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
tlAdjReg | The adjust register |
void NXOpen::CAM::TrackpointBuilder::SetTlCutcomReg | ( | int | tlCutcomReg | ) |
Sets the cutcom register
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
tlCutcomReg | The cutcom register |
void NXOpen::CAM::TrackpointBuilder::SetTrackingName | ( | const NXString & | nameValue | ) |
Sets the Tracking Point name value
Created in NX5.0.0.
License requirements : None
nameValue | the name value |
Returns the adjust register
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
Returns the cutcom register
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
Returns the Tracking Point name value
Created in NX5.0.0.
License requirements : None