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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a display silhouette Builder
This is an abstract class and cannot be instantiated.
Created in NX7.5.0.
double NXOpen::CAM::DisplaySilhouette::PercentOfTool | ( | ) |
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. |