NX Open C++ Reference Guide
|
Represents a display silhouette Builder
This is an abstract class and cannot be instantiated.
More...
Public Member Functions | |
double | PercentOfTool () |
Returns the percent of tool.The range is 1-100. | |
void | SetPercentOfTool (double percentTool) |
Sets the percent of tool.The range is 1-100. |
Represents a display silhouette Builder
This is an abstract class and cannot be instantiated.
Created in NX7.5.0.
Returns the percent of tool.The range is 1-100.
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::DisplaySilhouette::SetPercentOfTool | ( | double | percentTool | ) |
Sets the percent of tool.The range is 1-100.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
percentTool | the percent of tool.The range is 1-100. |