AreaMillingSteepContainment Class¶
-
class
NXOpen.CAM.AreaMillingSteepContainment¶ Bases:
NXOpen.CAM.AreaMillingContainmentRepresents a Steep Containment Builder
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| AreaMillingCutDirection | Returns or sets the Cut Direction |
| CutLevelType | Returns or sets the cut level type |
| CutPattern | Returns the cut pattern builder |
| DepthPerCut | Returns the builder of area milling depth per cut |
| Stepover | Returns the builder of area milling stepover |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| AreaMillingSteepContainmentCutLevelTypes Enumeration | cut level types |
Property Detail¶
AreaMillingCutDirection¶
-
AreaMillingSteepContainment.AreaMillingCutDirection¶ Returns or sets the Cut Direction
-------------------------------------Getter Method
Signature
AreaMillingCutDirectionReturns: the Offset Mode value Return type: NXOpen.CAM.AreaMillingContainmentCutDirectionTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AreaMillingCutDirectionParameters: areaMillingCutDirection ( NXOpen.CAM.AreaMillingContainmentCutDirectionTypes) – the Offset Mode valueNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CutLevelType¶
-
AreaMillingSteepContainment.CutLevelType¶ Returns or sets the cut level type
-------------------------------------Getter Method
Signature
CutLevelTypeReturns: the cut level type Return type: NXOpen.CAM.AreaMillingSteepContainmentCutLevelTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutLevelTypeParameters: newValue ( NXOpen.CAM.AreaMillingSteepContainmentCutLevelTypes) – the cut level typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
DepthPerCut¶
-
AreaMillingSteepContainment.DepthPerCut¶ Returns the builder of area milling depth per cut
-------------------------------------Getter Method
Signature
DepthPerCutReturns: The depth per cut builder Return type: NXOpen.CAM.StepoverBuilderNew in version NX9.0.0.
License requirements: None.