NX Open C++ Reference Guide
|
Represents a ramping mode Builder
Created in NX6.0.0.
More...
Public Types | |
enum | Types { TypesRampOutOnEveryOtherPass, TypesRampInOnEveryOtherPass, TypesRampOutFirst, TypesRampInFirst } |
the ramping mode options Created in NX6.0.0. More... | |
Public Member Functions | |
void | SetType (NXOpen::CAM::RampingMode::Types rampingMode) |
Sets the ramping mode Created in NX6.0.0. | |
NXOpen::CAM::RampingMode::Types | Type () |
Returns the ramping mode 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 ramping mode Builder
Created in NX6.0.0.
void NXOpen::CAM::RampingMode::SetType | ( | NXOpen::CAM::RampingMode::Types | rampingMode | ) |
Sets the ramping mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
rampingMode | the ramping mode |
NXOpen::CAM::RampingMode::Types NXOpen::CAM::RampingMode::Type | ( | ) |
Returns the ramping mode
Created in NX6.0.0.
License requirements : None