AreaMillingSteepContainment Class

class NXOpen.CAM.AreaMillingSteepContainment

Bases: NXOpen.CAM.AreaMillingContainment

Represents 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

Property Detail

AreaMillingCutDirection

AreaMillingSteepContainment.AreaMillingCutDirection

Returns or sets the Cut Direction

-------------------------------------

Getter Method

Signature AreaMillingCutDirection

Returns:the Offset Mode value
Return type:NXOpen.CAM.AreaMillingContainmentCutDirectionTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AreaMillingCutDirection

Parameters:areaMillingCutDirection (NXOpen.CAM.AreaMillingContainmentCutDirectionTypes) – the Offset Mode value

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

CutLevelType

AreaMillingSteepContainment.CutLevelType

Returns or sets the cut level type

-------------------------------------

Getter Method

Signature CutLevelType

Returns:the cut level type
Return type:NXOpen.CAM.AreaMillingSteepContainmentCutLevelTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CutLevelType

Parameters:newValue (NXOpen.CAM.AreaMillingSteepContainmentCutLevelTypes) – the cut level type

New 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 DepthPerCut

Returns:The depth per cut builder
Return type:NXOpen.CAM.StepoverBuilder

New in version NX9.0.0.

License requirements: None.