NX Open C++ Reference Guide
|
Represents a lead angles
Created in NX8.5.0.
More...
Public Types | |
enum | ControlTypes { ControlTypesSameAsLeadingToTrailing, ControlTypesSpecify } |
Available types for lead angle control type. More... | |
Public Member Functions | |
double | AtLeadingEdge () |
Returns the lead angle at leading edge Created in NX8.5.0. | |
double | AtTrailingEdge () |
Returns the lead angle at trailing edge Created in NX8.5.0. | |
NXOpen::CAM::LeadAngles::ControlTypes | ControlType () |
Returns the lead angle control type Created in NX8.5.0. | |
void | SetAtLeadingEdge (double leadAngle) |
Sets the lead angle at leading edge Created in NX8.5.0. | |
void | SetAtTrailingEdge (double leadAngle) |
Sets the lead angle at trailing edge Created in NX8.5.0. | |
void | SetControlType (NXOpen::CAM::LeadAngles::ControlTypes leadAngleType) |
Sets the lead angle control type Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a lead angles
Created in NX8.5.0.
double NXOpen::CAM::LeadAngles::AtLeadingEdge | ( | ) |
Returns the lead angle at leading edge
Created in NX8.5.0.
License requirements : None
double NXOpen::CAM::LeadAngles::AtTrailingEdge | ( | ) |
Returns the lead angle at trailing edge
Created in NX8.5.0.
License requirements : None
NXOpen::CAM::LeadAngles::ControlTypes NXOpen::CAM::LeadAngles::ControlType | ( | ) |
Returns the lead angle control type
Created in NX8.5.0.
License requirements : None
void NXOpen::CAM::LeadAngles::SetAtLeadingEdge | ( | double | leadAngle | ) |
Sets the lead angle at leading edge
Created in NX8.5.0.
License requirements : cam_base ("CAM BASE")
leadAngle | the lead angle at leading edge |
void NXOpen::CAM::LeadAngles::SetAtTrailingEdge | ( | double | leadAngle | ) |
Sets the lead angle at trailing edge
Created in NX8.5.0.
License requirements : cam_base ("CAM BASE")
leadAngle | the lead angle at trailing edge |
void NXOpen::CAM::LeadAngles::SetControlType | ( | NXOpen::CAM::LeadAngles::ControlTypes | leadAngleType | ) |
Sets the lead angle control type
Created in NX8.5.0.
License requirements : cam_base ("CAM BASE")
leadAngleType | the lead angle control type |