NX Open C++ Reference Guide
|
Represents a CAM::MultiRamp. More...
Public Types | |
enum | Types { TypesNone, TypesRampOutOrInOnly, TypesRampOutOrIn } |
the multi ramp pattern types Created in NX6.0.0. More... | |
Public Member Functions | |
NXOpen::CAM::InheritableDoubleBuilder * | MaxRampLength () |
Returns the maximum ramp length Created in NX6.0.0. | |
NXOpen::CAM::MultiRamp::Types | Pattern () |
Returns the multi ramp pattern Created in NX6.0.0. | |
void | SetPattern (NXOpen::CAM::MultiRamp::Types multiRampPattern) |
Sets the multi ramp pattern 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::MultiRamp.
Created in NX6.0.0.
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::MultiRamp::MaxRampLength | ( | ) |
Returns the maximum ramp length
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::MultiRamp::Types NXOpen::CAM::MultiRamp::Pattern | ( | ) |
Returns the multi ramp pattern
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::MultiRamp::SetPattern | ( | NXOpen::CAM::MultiRamp::Types | multiRampPattern | ) |
Sets the multi ramp pattern
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
multiRampPattern | the multi ramp pattern |