AreaMillingNonSteepContainment Class¶
-
class
NXOpen.CAM.AreaMillingNonSteepContainment¶ Bases:
NXOpen.CAM.AreaMillingContainmentRepresents 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
AddCenterPassesReturns: the add center passes flag Return type: bool New in version NX9.0.3.
License requirements: None.
-------------------------------------Setter Method
Signature
AddCenterPassesParameters: 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
AmAddPassesReturns: the Additional Passes value Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AmAddPassesParameters: 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
AmAutoPatCenterReturns: Return type: NXOpen.CAM.AreaMillingNonSteepContainmentAutoPatCenterTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AmAutoPatCenterParameters: 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
AmPocketDirReturns: the Pocketing Direction value Return type: NXOpen.CAM.AreaMillingNonSteepContainmentAmPocketDirTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AmPocketDirParameters: pocketDirValue ( NXOpen.CAM.AreaMillingNonSteepContainmentAmPocketDirTypes) – the Pocketing Direction valueNew in version NX9.0.0.
License requirements: None.
CutAngleBuilder¶
-
AreaMillingNonSteepContainment.CutAngleBuilder¶ Returns the cut angle
-------------------------------------Getter Method
Signature
CutAngleBuilderReturns: Return type: NXOpen.CAM.CutAngleNew in version NX9.0.0.
License requirements: None.
NumberOfStepoversPerSide¶
-
AreaMillingNonSteepContainment.NumberOfStepoversPerSide¶ Returns the number of stepovers per side builder (inheritable int)
-------------------------------------Getter Method
Signature
NumberOfStepoversPerSideReturns: The area_milling number of offset builder Return type: NXOpen.CAM.InheritableIntBuilderNew in version NX9.0.0.
License requirements: None.
PatternCenterPoint¶
-
AreaMillingNonSteepContainment.PatternCenterPoint¶ Returns or sets the Pattern Center Point
-------------------------------------Getter Method
Signature
PatternCenterPointReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternCenterPointParameters: 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
PatternDirectionReturns: the Pattern Direction value Return type: NXOpen.CAM.AreaMillingNonSteepContainmentPatternDirectionTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternDirectionParameters: propValue ( NXOpen.CAM.AreaMillingNonSteepContainmentPatternDirectionTypes) – the Pattern Direction valueNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
PatternSmooth¶
-
AreaMillingNonSteepContainment.PatternSmooth¶ Returns or sets the Pattern Smooth flag
-------------------------------------Getter Method
Signature
PatternSmoothReturns: the Pattern Smooth flag Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternSmoothParameters: patternSmooth (bool) – the Pattern Smooth flag New in version NX11.0.1.
License requirements: None.