AreaMillingNonSteepContainment Class

class NXOpen.CAM.AreaMillingNonSteepContainment

Bases: NXOpen.CAM.AreaMillingContainment

Represents a NonSteep Containment Builder

New in version NX9.0.0.

Properties

Property Description
AddCenterPasses Returns or sets the add center passes flag
AmAddPasses Returns or sets the Additional Passes
AmAutoPatCenter Returns or sets the Area Milling Auto Pattern Center
AmPocketDir Returns or sets the Pocketing Direction value
CutAngleBuilder Returns the cut angle
CutPattern Returns the cut pattern builder
NumberOfStepoversPerSide Returns the number of stepovers per side builder (inheritable int)
PatternCenterPoint Returns or sets the Pattern Center Point
PatternDirection Returns or sets the pattern direction
PatternSmooth Returns or sets the Pattern Smooth flag
Stepover Returns the builder of area milling stepover
Tag Returns the Tag for this object.

Methods

Enumerations

AreaMillingNonSteepContainmentAmPocketDirTypes Enumeration Available types for Area Milling Pocketing Direction in FASurfaceContour
AreaMillingNonSteepContainmentAutoPatCenterTypes Enumeration Available types for area milling Auto Pattern Center
AreaMillingNonSteepContainmentPatternDirectionTypes Enumeration Available types for Pattern Direction in Area Milling

Property Detail

AddCenterPasses

AreaMillingNonSteepContainment.AddCenterPasses

Returns or sets the add center passes flag

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

Getter Method

Signature AddCenterPasses

Returns:the add center passes flag
Return type:bool

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature AddCenterPasses

Parameters:midPass (bool) – the add center passes flag

New in version NX9.0.3.

License requirements: None.

AmAddPasses

AreaMillingNonSteepContainment.AmAddPasses

Returns or sets the Additional Passes

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

Getter Method

Signature AmAddPasses

Returns:the Additional Passes value
Return type:int

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature AmAddPasses

Parameters:addPassesValue (int) – the Additional Passes value

New in version NX9.0.0.

License requirements: None.

AmAutoPatCenter

AreaMillingNonSteepContainment.AmAutoPatCenter

Returns or sets the Area Milling Auto Pattern Center

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

Getter Method

Signature AmAutoPatCenter

Returns:
Return type:NXOpen.CAM.AreaMillingNonSteepContainmentAutoPatCenterTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature AmAutoPatCenter

Parameters:autoPatCenter (NXOpen.CAM.AreaMillingNonSteepContainmentAutoPatCenterTypes) –

New in version NX9.0.0.

License requirements: None.

AmPocketDir

AreaMillingNonSteepContainment.AmPocketDir

Returns or sets the Pocketing Direction value

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

Getter Method

Signature AmPocketDir

Returns:the Pocketing Direction value
Return type:NXOpen.CAM.AreaMillingNonSteepContainmentAmPocketDirTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature AmPocketDir

Parameters:pocketDirValue (NXOpen.CAM.AreaMillingNonSteepContainmentAmPocketDirTypes) – the Pocketing Direction value

New in version NX9.0.0.

License requirements: None.

CutAngleBuilder

AreaMillingNonSteepContainment.CutAngleBuilder

Returns the cut angle

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

Getter Method

Signature CutAngleBuilder

Returns:
Return type:NXOpen.CAM.CutAngle

New in version NX9.0.0.

License requirements: None.

NumberOfStepoversPerSide

AreaMillingNonSteepContainment.NumberOfStepoversPerSide

Returns the number of stepovers per side builder (inheritable int)

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

Getter Method

Signature NumberOfStepoversPerSide

Returns:The area_milling number of offset builder
Return type:NXOpen.CAM.InheritableIntBuilder

New in version NX9.0.0.

License requirements: None.

PatternCenterPoint

AreaMillingNonSteepContainment.PatternCenterPoint

Returns or sets the Pattern Center Point

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

Getter Method

Signature PatternCenterPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PatternCenterPoint

Parameters:centerPoint (NXOpen.Point) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

PatternDirection

AreaMillingNonSteepContainment.PatternDirection

Returns or sets the pattern direction

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

Getter Method

Signature PatternDirection

Returns:the Pattern Direction value
Return type:NXOpen.CAM.AreaMillingNonSteepContainmentPatternDirectionTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PatternDirection

Parameters:propValue (NXOpen.CAM.AreaMillingNonSteepContainmentPatternDirectionTypes) – the Pattern Direction value

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

PatternSmooth

AreaMillingNonSteepContainment.PatternSmooth

Returns or sets the Pattern Smooth flag

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

Getter Method

Signature PatternSmooth

Returns:the Pattern Smooth flag
Return type:bool

New in version NX11.0.1.

License requirements: None.

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

Setter Method

Signature PatternSmooth

Parameters:patternSmooth (bool) – the Pattern Smooth flag

New in version NX11.0.1.

License requirements: None.