NX Open C++ Reference Guide
|
Represents a Tab Point Builder
To create a new instance of this class, use CAM::WedmCustomBoundaryDataBuilder::CreateTabPointDataBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | TabMethodType { TabMethodTypeStartAndEndPoint, TabMethodTypePointAndWidth } |
Tab Point Method Options. More... | |
enum | TabThreadMethodType { TabThreadMethodTypeSameAsTabStartPoint, TabThreadMethodTypeUserDefined, TabThreadMethodTypeThreadAtLeadIn } |
Tab Thread Point Options. More... | |
Public Member Functions | |
NXOpen::Point * | EndPoint () |
Returns the tab end point Created in NX6.0.0. | |
void | SetEndPoint (NXOpen::Point *endPoint) |
Sets the tab end point Created in NX6.0.0. | |
void | SetStartPoint (NXOpen::Point *startPoint) |
Sets the tab start point Created in NX6.0.0. | |
void | SetTabMethod (NXOpen::CAM::TabPointDataBuilder::TabMethodType method) |
Sets the tab method option Created in NX6.0.0. | |
void | SetTabThreadMethod (NXOpen::CAM::TabPointDataBuilder::TabThreadMethodType threadMethod) |
Sets the tab thread method option Created in NX6.0.0. | |
void | SetTabThreadPoint (NXOpen::Point *threadPoint) |
Sets the tab thread point Created in NX6.0.0. | |
void | SetTabWidth (double tabWidth) |
Sets the tab Width Created in NX6.0.0. | |
NXOpen::Point * | StartPoint () |
Returns the tab start point Created in NX6.0.0. | |
NXOpen::CAM::TabPointDataBuilder::TabMethodType | TabMethod () |
Returns the tab method option Created in NX6.0.0. | |
NXOpen::CAM::TabPointDataBuilder::TabThreadMethodType | TabThreadMethod () |
Returns the tab thread method option Created in NX6.0.0. | |
NXOpen::Point * | TabThreadPoint () |
Returns the tab thread point Created in NX6.0.0. | |
double | TabWidth () |
Returns the tab Width Created in NX6.0.0. |
Represents a Tab Point Builder
To create a new instance of this class, use CAM::WedmCustomBoundaryDataBuilder::CreateTabPointDataBuilder
Created in NX5.0.0.
Returns the tab end point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::TabPointDataBuilder::SetEndPoint | ( | NXOpen::Point * | endPoint | ) |
Sets the tab end point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
endPoint | the new end point value |
void NXOpen::CAM::TabPointDataBuilder::SetStartPoint | ( | NXOpen::Point * | startPoint | ) |
Sets the tab start point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
startPoint | the new start point value |
void NXOpen::CAM::TabPointDataBuilder::SetTabMethod | ( | NXOpen::CAM::TabPointDataBuilder::TabMethodType | method | ) |
Sets the tab method option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
method | the new tab method value |
void NXOpen::CAM::TabPointDataBuilder::SetTabThreadMethod | ( | NXOpen::CAM::TabPointDataBuilder::TabThreadMethodType | threadMethod | ) |
Sets the tab thread method option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
threadMethod | the new thread method value |
void NXOpen::CAM::TabPointDataBuilder::SetTabThreadPoint | ( | NXOpen::Point * | threadPoint | ) |
Sets the tab thread point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
threadPoint | the new point value |
void NXOpen::CAM::TabPointDataBuilder::SetTabWidth | ( | double | tabWidth | ) |
Sets the tab Width
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
tabWidth | the tab width |
Returns the tab start point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the tab method option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::TabPointDataBuilder::TabThreadMethodType NXOpen::CAM::TabPointDataBuilder::TabThreadMethod | ( | ) |
Returns the tab thread method option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the tab thread point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::TabPointDataBuilder::TabWidth | ( | ) |
Returns the tab Width
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")