ReliefCut Class¶
-
class
NXOpen.CAM.ReliefCut¶ Bases:
NXOpen.TaggedObjectRepresents the relief cut
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Depth | Returns or sets the relief cut depth |
| DepthUnit | Returns or sets the relief cut depth unit |
| Distance | Returns or sets the relief cut distance |
| DistanceUnit | Returns or sets the relief cut distance unit |
| Mode | Returns or sets the relief cut mode |
| Number | Returns or sets the relief cut number |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| ReliefCutDepthUnits Enumeration | the relief cut depth unit options |
| ReliefCutDistanceUnits Enumeration | the relief cut distance unit options |
| ReliefCutModes Enumeration | the relief cut options |
Property Detail¶
Depth¶
-
ReliefCut.Depth¶ Returns or sets the relief cut depth
-------------------------------------Getter Method
Signature
DepthReturns: the relief cut depth Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DepthParameters: depth (float) – the relief plunge depth New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
DepthUnit¶
-
ReliefCut.DepthUnit¶ Returns or sets the relief cut depth unit
-------------------------------------Getter Method
Signature
DepthUnitReturns: the relief cut depth unit Return type: NXOpen.CAM.ReliefCutDepthUnitsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DepthUnitParameters: unit ( NXOpen.CAM.ReliefCutDepthUnits) – the relief cut depth unitNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Distance¶
-
ReliefCut.Distance¶ Returns or sets the relief cut distance
-------------------------------------Getter Method
Signature
DistanceReturns: the relief cut distance Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: distance (float) – the relief plunge distance New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
DistanceUnit¶
-
ReliefCut.DistanceUnit¶ Returns or sets the relief cut distance unit
-------------------------------------Getter Method
Signature
DistanceUnitReturns: the relief cut distance unit Return type: NXOpen.CAM.ReliefCutDistanceUnitsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceUnitParameters: unit ( NXOpen.CAM.ReliefCutDistanceUnits) – the relief cut distance unitNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Mode¶
-
ReliefCut.Mode¶ Returns or sets the relief cut mode
-------------------------------------Getter Method
Signature
ModeReturns: the relief cut mode Return type: NXOpen.CAM.ReliefCutModesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ModeParameters: reliefCutValue ( NXOpen.CAM.ReliefCutModes) – the relief cut modeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Number¶
-
ReliefCut.Number¶ Returns or sets the relief cut number
-------------------------------------Getter Method
Signature
NumberReturns: the relief cut number Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumberParameters: number (int) – the relief cut number New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)