FlowCutSteepContainment Class¶
-
class
NXOpen.CAM.FlowCutSteepContainment¶ Bases:
NXOpen.TaggedObjectRepresents a Steep Containment Builder
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AddCenterPasses | Returns or sets the add center passes flag |
| CutBetweenLevels | Returns or sets the cut between levels |
| CutLevelType | Returns or sets the cut level type |
| CutPattern | Returns the cut pattern builder |
| DepthPerCut | Returns the builder of flow cut depth per cut |
| FlowCutDirection | Returns or sets the Cut Direction |
| NumberOfStepoversPerSide | Returns the number of stepovers per side builder (inheritable int) |
| PatternDirection | Returns or sets the pattern direction |
| Sequence | Returns the Sequence |
| SteepCutDirection | Returns or sets the Steep Cut Direct |
| Stepover | Returns the builder of flow cut stepover |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| FlowCutSteepContainmentCutDirectionTypes Enumeration | Available types for Cut Direction in Flow Cut |
| FlowCutSteepContainmentCutLevelTypes Enumeration | cut level types |
| FlowCutSteepContainmentPatternDirectionTypes Enumeration | Available types for Pattern Direction in Flow Cut |
| FlowCutSteepContainmentSteepCutDirectionTypes Enumeration | Available types for Steep Cut Direct in Flow Cut |
Property Detail¶
AddCenterPasses¶
-
FlowCutSteepContainment.AddCenterPasses¶ Returns or sets the add center passes flag
-------------------------------------Getter Method
Signature
AddCenterPassesReturns: the add center passes toggle 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.
CutBetweenLevels¶
-
FlowCutSteepContainment.CutBetweenLevels¶ Returns or sets the cut between levels
-------------------------------------Getter Method
Signature
CutBetweenLevelsReturns: the cut between method Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutBetweenLevelsParameters: cutBetween (bool) – the cut between method New in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
CutLevelType¶
-
FlowCutSteepContainment.CutLevelType¶ Returns or sets the cut level type
-------------------------------------Getter Method
Signature
CutLevelTypeReturns: the cut level type Return type: NXOpen.CAM.FlowCutSteepContainmentCutLevelTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutLevelTypeParameters: newValue ( NXOpen.CAM.FlowCutSteepContainmentCutLevelTypes) – the cut level typeNew in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
CutPattern¶
-
FlowCutSteepContainment.CutPattern¶ Returns the cut pattern builder
-------------------------------------Getter Method
Signature
CutPatternReturns: Return type: NXOpen.CAM.CutPatternBuilderNew in version NX7.5.0.
License requirements: None.
DepthPerCut¶
-
FlowCutSteepContainment.DepthPerCut¶ Returns the builder of flow cut depth per cut
-------------------------------------Getter Method
Signature
DepthPerCutReturns: The depth per cut builder Return type: NXOpen.CAM.StepoverBuilderNew in version NX8.5.0.
License requirements: None.
FlowCutDirection¶
-
FlowCutSteepContainment.FlowCutDirection¶ Returns or sets the Cut Direction
-------------------------------------Getter Method
Signature
FlowCutDirectionReturns: the Offset Mode value Return type: NXOpen.CAM.FlowCutSteepContainmentCutDirectionTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FlowCutDirectionParameters: flowCutDirection ( NXOpen.CAM.FlowCutSteepContainmentCutDirectionTypes) – the Offset Mode valueNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
NumberOfStepoversPerSide¶
-
FlowCutSteepContainment.NumberOfStepoversPerSide¶ Returns the number of stepovers per side builder (inheritable int)
-------------------------------------Getter Method
Signature
NumberOfStepoversPerSideReturns: The flow number of offset builder Return type: NXOpen.CAM.InheritableIntBuilderNew in version NX7.5.0.
License requirements: None.
PatternDirection¶
-
FlowCutSteepContainment.PatternDirection¶ Returns or sets the pattern direction
-------------------------------------Getter Method
Signature
PatternDirectionReturns: the Pattern Direction value Return type: NXOpen.CAM.FlowCutSteepContainmentPatternDirectionTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternDirectionParameters: propValue ( NXOpen.CAM.FlowCutSteepContainmentPatternDirectionTypes) – the Pattern Deriction valueNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Sequence¶
-
FlowCutSteepContainment.Sequence¶ Returns the Sequence
-------------------------------------Getter Method
Signature
SequenceReturns: Return type: NXOpen.CAM.SequenceNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
SteepCutDirection¶
-
FlowCutSteepContainment.SteepCutDirection¶ Returns or sets the Steep Cut Direct
-------------------------------------Getter Method
Signature
SteepCutDirectionReturns: the Steep Cut Direct value Return type: NXOpen.CAM.FlowCutSteepContainmentSteepCutDirectionTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SteepCutDirectionParameters: flowSteepCutDirect ( NXOpen.CAM.FlowCutSteepContainmentSteepCutDirectionTypes) – the Steep Cut Direct valueNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Stepover¶
-
FlowCutSteepContainment.Stepover¶ Returns the builder of flow cut stepover
-------------------------------------Getter Method
Signature
StepoverReturns: The stepover builder Return type: NXOpen.CAM.StepoverBuilderNew in version NX7.5.0.
License requirements: None.