NX Open C++ Reference Guide
|
Represents a tool path Drive Method Builder
This is an abstract class and cannot be instantiated.
More...
Public Member Functions | |
void | SpecifyClsf (const NXString &clsfFileName) |
Specifies the clsf file, including both the directory path and file name. | |
void | SpecifyClsf (const char *clsfFileName) |
Specifies the clsf file, including both the directory path and file name. | |
void | SpecifyToolPath (const NXString &toolPathName) |
Specifies the tool path name. | |
void | SpecifyToolPath (const char *toolPathName) |
Specifies the tool path name. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a tool path Drive Method Builder
This is an abstract class and cannot be instantiated.
Created in NX5.0.0.
void NXOpen::CAM::DmTpBuilder::SpecifyClsf | ( | const NXString & | clsfFileName | ) |
Specifies the clsf file, including both the directory path and file name.
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
clsfFileName | the clsf file name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::DmTpBuilder::SpecifyClsf | ( | const char * | clsfFileName | ) |
Specifies the clsf file, including both the directory path and file name.
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
clsfFileName | the clsf file name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::DmTpBuilder::SpecifyToolPath | ( | const NXString & | toolPathName | ) |
Specifies the tool path name.
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
toolPathName | the tool path name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::DmTpBuilder::SpecifyToolPath | ( | const char * | toolPathName | ) |
Specifies the tool path name.
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
toolPathName | the tool path name NOTE: The full Unicode character set is not supported for this parameter. |