NX Open C++ Reference Guide
|
Represents a first plunge ja
Created in NX6.0.0.
More...
Public Types | |
enum | Types { TypesRollAround, TypesExtendTangents, TypesRound, TypesBreak } |
the Corner Control Types options Created in NX6.0.0. More... | |
Public Member Functions | |
double | MinAngle () |
Returns the minimum angle Created in NX6.0.0. | |
double | Radius () |
Returns the Corner Control radius Created in NX6.0.0. | |
void | SetMinAngle (double doubleValue) |
Sets the minimum angle Created in NX6.0.0. | |
void | SetRadius (double doubleValue) |
Sets the Corner Control radius Created in NX6.0.0. | |
void | SetType (NXOpen::CAM::TurnCornerControl::Types cornerType) |
Sets the Corner Control Types Created in NX6.0.0. | |
NXOpen::CAM::TurnCornerControl::Types | Type () |
Returns the Corner Control Types 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 first plunge ja
Created in NX6.0.0.
double NXOpen::CAM::TurnCornerControl::MinAngle | ( | ) |
Returns the minimum angle
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::TurnCornerControl::Radius | ( | ) |
Returns the Corner Control radius
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::TurnCornerControl::SetMinAngle | ( | double | doubleValue | ) |
Sets the minimum angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
doubleValue | the the minimum angle |
void NXOpen::CAM::TurnCornerControl::SetRadius | ( | double | doubleValue | ) |
Sets the Corner Control radius
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
doubleValue | doublevalue |
void NXOpen::CAM::TurnCornerControl::SetType | ( | NXOpen::CAM::TurnCornerControl::Types | cornerType | ) |
Sets the Corner Control Types
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
cornerType | cornertype |
NXOpen::CAM::TurnCornerControl::Types NXOpen::CAM::TurnCornerControl::Type | ( | ) |
Returns the Corner Control Types
Created in NX6.0.0.
License requirements : None