ReliefPlunge Class¶
-
class
NXOpen.CAM.ReliefPlunge¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.ReliefPlungeNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Distance | Returns or sets the relief plunge distance |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the relief plunge type |
| Unit | Returns or sets the relief plunge unit |
Methods¶
Enumerations¶
| ReliefPlungeTypes Enumeration | the relief plunge options |
| ReliefPlungeUnitTypes Enumeration | the relief plunge options |
Property Detail¶
Distance¶
-
ReliefPlunge.Distance¶ Returns or sets the relief plunge distance
-------------------------------------Getter Method
Signature
DistanceReturns: the relief plunge distance Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: distance (float) – the relief plunge distance New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
ReliefPlunge.Type¶ Returns or sets the relief plunge type
-------------------------------------Getter Method
Signature
TypeReturns: the relief plunge mode Return type: NXOpen.CAM.ReliefPlungeTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: reliefPlungeValue ( NXOpen.CAM.ReliefPlungeTypes) – the relief plunge modeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Unit¶
-
ReliefPlunge.Unit¶ Returns or sets the relief plunge unit
-------------------------------------Getter Method
Signature
UnitReturns: the relief plunge unit Return type: NXOpen.CAM.ReliefPlungeUnitTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitParameters: reliefPlungeUnit ( NXOpen.CAM.ReliefPlungeUnitTypes) – the relief plunge unitNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)