NX Open C++ Reference Guide
|
Represents a CAM::ReliefPlunge. More...
Public Types | |
enum | Types { TypesNone, TypesDistanceToWall } |
the relief plunge options Created in NX6.0.0. More... | |
enum | UnitTypes { UnitTypesDistance, UnitTypesPercent } |
the relief plunge options Created in NX6.0.0. More... | |
Public Member Functions | |
double | Distance () |
Returns the relief plunge distance Created in NX6.0.0. | |
void | SetDistance (double distance) |
Sets the relief plunge distance Created in NX6.0.0. | |
void | SetType (NXOpen::CAM::ReliefPlunge::Types reliefPlungeValue) |
Sets the relief plunge type Created in NX6.0.0. | |
void | SetUnit (NXOpen::CAM::ReliefPlunge::UnitTypes reliefPlungeUnit) |
Sets the relief plunge unit Created in NX6.0.0. | |
NXOpen::CAM::ReliefPlunge::Types | Type () |
Returns the relief plunge type Created in NX6.0.0. | |
NXOpen::CAM::ReliefPlunge::UnitTypes | Unit () |
Returns the relief plunge unit 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::ReliefPlunge.
Created in NX6.0.0.
double NXOpen::CAM::ReliefPlunge::Distance | ( | ) |
Returns the relief plunge distance
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::ReliefPlunge::SetDistance | ( | double | distance | ) |
Sets the relief plunge distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
distance | the relief plunge distance |
void NXOpen::CAM::ReliefPlunge::SetType | ( | NXOpen::CAM::ReliefPlunge::Types | reliefPlungeValue | ) |
Sets the relief plunge type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
reliefPlungeValue | the relief plunge mode |
void NXOpen::CAM::ReliefPlunge::SetUnit | ( | NXOpen::CAM::ReliefPlunge::UnitTypes | reliefPlungeUnit | ) |
Sets the relief plunge unit
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
reliefPlungeUnit | the relief plunge unit |
NXOpen::CAM::ReliefPlunge::Types NXOpen::CAM::ReliefPlunge::Type | ( | ) |
Returns the relief plunge type
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::ReliefPlunge::UnitTypes NXOpen::CAM::ReliefPlunge::Unit | ( | ) |
Returns the relief plunge unit
Created in NX6.0.0.
License requirements : None