FlowCutSteepContainment Class

class NXOpen.CAM.FlowCutSteepContainment

Bases: NXOpen.TaggedObject

Represents 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 AddCenterPasses()

Returns:the add center passes toggle
Return type:bool

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature AddCenterPasses(midPass)

Parameters: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 CutBetweenLevels()

Returns:the cut between method
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature CutBetweenLevels(cutBetween)

Parameters: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 CutLevelType()

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature CutLevelType(newValue)

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

New in version NX8.5.0.

License requirements: cam_base (“CAM BASE”)

CutPattern

FlowCutSteepContainment.CutPattern

Returns the cut pattern builder

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

Getter Method

Signature CutPattern()

Returns:
Return type:NXOpen.CAM.CutPatternBuilder

New in version NX7.5.0.

License requirements: None.

DepthPerCut

FlowCutSteepContainment.DepthPerCut

Returns the builder of flow cut depth per cut

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

Getter Method

Signature DepthPerCut()

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

New in version NX8.5.0.

License requirements: None.

FlowCutDirection

FlowCutSteepContainment.FlowCutDirection

Returns or sets the Cut Direction

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

Getter Method

Signature FlowCutDirection()

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

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature FlowCutDirection(flowCutDirection)

Parameters:flowCutDirection (NXOpen.CAM.FlowCutSteepContainmentCutDirectionTypes) – the Offset Mode value

New 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 NumberOfStepoversPerSide()

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

New in version NX7.5.0.

License requirements: None.

PatternDirection

FlowCutSteepContainment.PatternDirection

Returns or sets the pattern direction

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

Getter Method

Signature PatternDirection()

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

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PatternDirection(propValue)

Parameters:propValue (NXOpen.CAM.FlowCutSteepContainmentPatternDirectionTypes) – the Pattern Deriction value

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Sequence

FlowCutSteepContainment.Sequence

Returns the Sequence

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

Getter Method

Signature Sequence()

Returns:
Return type:NXOpen.CAM.Sequence

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

SteepCutDirection

FlowCutSteepContainment.SteepCutDirection

Returns or sets the Steep Cut Direct

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

Getter Method

Signature SteepCutDirection()

Returns:the Steep Cut Direct value
Return type:NXOpen.CAM.FlowCutSteepContainmentSteepCutDirectionTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SteepCutDirection(flowSteepCutDirect)

Parameters:flowSteepCutDirect (NXOpen.CAM.FlowCutSteepContainmentSteepCutDirectionTypes) – the Steep Cut Direct value

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Stepover

FlowCutSteepContainment.Stepover

Returns the builder of flow cut stepover

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

Getter Method

Signature Stepover()

Returns:The stepover builder
Return type:NXOpen.CAM.StepoverBuilder

New in version NX7.5.0.

License requirements: None.