MultiDepthCut Class¶
-
class
NXOpen.CAM.MultiDepthCut¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.MultiDepthCutNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Increment | Returns the Increment builder (inheritable double), Multi-Depth Cut |
| NumberOfPasses | Returns the Number of Passes builder (inheritable int), Multi-Depth Cut |
| StepMethod | Returns or sets the Multi-Depth Cut, Step Method |
| Tag | Returns the Tag for this object. |
| Toggle | Returns or sets the Multi-Depth Cut |
Methods¶
Enumerations¶
| MultiDepthCutTypes Enumeration | Available types for Multi-Depth cut type |
Property Detail¶
Increment¶
-
MultiDepthCut.Increment¶ Returns the Increment builder (inheritable double), Multi-Depth Cut
-------------------------------------Getter Method
Signature
IncrementReturns: The Increment builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
NumberOfPasses¶
-
MultiDepthCut.NumberOfPasses¶ Returns the Number of Passes builder (inheritable int), Multi-Depth Cut
-------------------------------------Getter Method
Signature
NumberOfPassesReturns: The Number of Passes builder Return type: NXOpen.CAM.InheritableIntBuilderNew in version NX6.0.0.
License requirements: None.
StepMethod¶
-
MultiDepthCut.StepMethod¶ Returns or sets the Multi-Depth Cut, Step Method
-------------------------------------Getter Method
Signature
StepMethodReturns: the value of Step Method Return type: NXOpen.CAM.MultiDepthCutTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StepMethodParameters: multiDepthCutMethod ( NXOpen.CAM.MultiDepthCutTypes) – the value of Step MethodNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Toggle¶
-
MultiDepthCut.Toggle¶ Returns or sets the Multi-Depth Cut
-------------------------------------Getter Method
Signature
ToggleReturns: the Multi-Depth Cut value Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToggleParameters: multiDepthCutApply (bool) – the Multi-Depth Cut value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)