MultiDepthCut Class

class NXOpen.CAM.MultiDepthCut

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.MultiDepthCut

New in version NX6.0.0.

Properties

Property Description
Increment Returns the Increment builder (inheritable double), Multi-Depth Cut
NumberOfPasses Returns the Number of Passes builder (inheritable int), Multi-Depth Cut
StepMethod Returns or sets the Multi-Depth Cut, Step Method
Tag Returns the Tag for this object.
Toggle Returns or sets the Multi-Depth Cut

Methods

Enumerations

MultiDepthCutTypes Enumeration Available types for Multi-Depth cut type

Property Detail

Increment

MultiDepthCut.Increment

Returns the Increment builder (inheritable double), Multi-Depth Cut

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

Getter Method

Signature Increment

Returns:The Increment builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

NumberOfPasses

MultiDepthCut.NumberOfPasses

Returns the Number of Passes builder (inheritable int), Multi-Depth Cut

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

Getter Method

Signature NumberOfPasses

Returns:The Number of Passes builder
Return type:NXOpen.CAM.InheritableIntBuilder

New in version NX6.0.0.

License requirements: None.

StepMethod

MultiDepthCut.StepMethod

Returns or sets the Multi-Depth Cut, Step Method

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

Getter Method

Signature StepMethod

Returns:the value of Step Method
Return type:NXOpen.CAM.MultiDepthCutTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StepMethod

Parameters:multiDepthCutMethod (NXOpen.CAM.MultiDepthCutTypes) – the value of Step Method

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Toggle

MultiDepthCut.Toggle

Returns or sets the Multi-Depth Cut

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

Getter Method

Signature Toggle

Returns:the Multi-Depth Cut value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Toggle

Parameters:multiDepthCutApply (bool) – the Multi-Depth Cut value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)