NX Open C++ Reference Guide
|
Represents a CAM::ContourAngle. More...
Public Member Functions | |
double | Maximum () |
Returns the maximum face angle Created in NX6.0.0. | |
double | Minimum () |
Returns the minimum face angle Created in NX6.0.0. | |
void | SetMaximum (double maxAngle) |
Sets the maximum face angle Created in NX6.0.0. | |
void | SetMinimum (double minAngle) |
Sets the minimum face angle Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::ContourAngle.
Created in NX6.0.0.
double NXOpen::CAM::ContourAngle::Maximum | ( | ) |
Returns the maximum face angle
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::ContourAngle::Minimum | ( | ) |
Returns the minimum face angle
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::ContourAngle::SetMaximum | ( | double | maxAngle | ) |
Sets the maximum face angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
maxAngle | the maximum face angle |
void NXOpen::CAM::ContourAngle::SetMinimum | ( | double | minAngle | ) |
Sets the minimum face angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
minAngle | the minimum face angle |