NX Open C++ Reference Guide
|
Represents a Method Builder
This is an abstract class, and cannot be instantiated.
More...
Public Member Functions | |
NXOpen::CAM::CutParameters * | CutParameters () |
Returns the cut parameter object Created in NX6.0.0. | |
NXString | GetCutMethod () |
Get cut method. | |
NXOpen::CAM::DisplayPaint * | PaintDisplay () |
Returns the sub builder for paint display Created in NX7.5.0. | |
NXOpen::CAM::DisplayPath * | PathDisplay () |
Returns the sub builder for path display Created in NX7.5.0. | |
NXOpen::CAM::PathDisplayColors * | PathDisplayColors () |
Returns the sub builder for path display colors Created in NX7.5.0. | |
void | SetCutMethod (const NXString &libRef) |
Set cut method Created in NX8.0.1. | |
void | SetTolIn (double tolIn) |
Sets the inner tolerance | |
void | SetTolOut (double tolOut) |
Sets the outer tolerance | |
NXOpen::CAM::DisplaySilhouette * | SilhouDisplay () |
Returns the sub builder for silhou display Created in NX7.5.0. | |
double | TolIn () |
Returns the inner tolerance | |
double | TolOut () |
Returns the outer tolerance | |
NXOpen::CAM::DisplayTool * | ToolDisplay () |
Returns the sub builder for tool display Created in NX7.5.0. |
Represents a Method Builder
This is an abstract class, and cannot be instantiated.
Created in NX5.0.0.
Returns the cut parameter object
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Get cut method.
Returns the sub builder for paint display
Created in NX7.5.0.
License requirements : None
Returns the sub builder for path display
Created in NX7.5.0.
License requirements : None
Returns the sub builder for path display colors
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::MethodBuilder::SetCutMethod | ( | const NXString & | libRef | ) |
Set cut method
Created in NX8.0.1.
License requirements : cam_base ("CAM BASE")
libRef | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::MethodBuilder::SetTolIn | ( | double | tolIn | ) |
Sets the inner tolerance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
tolIn | the inner tolerance value |
void NXOpen::CAM::MethodBuilder::SetTolOut | ( | double | tolOut | ) |
Sets the outer tolerance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
tolOut | the outer tolerance value |
Returns the sub builder for silhou display
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::MethodBuilder::TolIn | ( | ) |
Returns the inner tolerance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::MethodBuilder::TolOut | ( | ) |
Returns the outer tolerance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
Returns the sub builder for tool display
Created in NX7.5.0.
License requirements : None