UpDownCutting Class¶
-
class
NXOpen.CAM.UpDownCutting¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.UpDownCuttingNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| ApplyAtStepover | Returns or sets the apply at stepover toggle |
| ExtendToBoundary | Returns or sets the extend to boundary toggle |
| OptimizePath | Returns or sets the optimize path toggle |
| RampDownAngle | Returns the ramp down angle |
| RampUpAngle | Returns the ramp up angle |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
ApplyAtStepover¶
-
UpDownCutting.ApplyAtStepover¶ Returns or sets the apply at stepover toggle
-------------------------------------Getter Method
Signature
ApplyAtStepoverReturns: the Apply at Stepover value Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ApplyAtStepoverParameters: propValue (bool) – the Apply at Stepover value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ExtendToBoundary¶
-
UpDownCutting.ExtendToBoundary¶ Returns or sets the extend to boundary toggle
-------------------------------------Getter Method
Signature
ExtendToBoundaryReturns: the Extend to Boundary value Return type: bool New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
ExtendToBoundaryParameters: propValue (bool) – the Extend to Boundary value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
OptimizePath¶
-
UpDownCutting.OptimizePath¶ Returns or sets the optimize path toggle
-------------------------------------Getter Method
Signature
OptimizePathReturns: the Optimize Path value Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OptimizePathParameters: propValue (bool) – the Optimize Path value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RampDownAngle¶
-
UpDownCutting.RampDownAngle¶ Returns the ramp down angle
-------------------------------------Getter Method
Signature
RampDownAngleReturns: The Ramp Up Angl builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
RampUpAngle¶
-
UpDownCutting.RampUpAngle¶ Returns the ramp up angle
-------------------------------------Getter Method
Signature
RampUpAngleReturns: The Ramp Up Angl builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.