DmStreamlineCutStep Class

class NXOpen.CAM.DmStreamlineCutStep

Bases: NXOpen.TaggedObject

Represents a streamline cut step builder

This object is a sub-object and cannot be instantiated.

New in version NX10.0.1.

Properties

Property Description
CutStepType Returns or sets the cut step type which defines different cut steps including tolerances and points number
FirstCut Returns or sets the first cut which defines point number for the first cut
SecondCut Returns or sets the second cut which defines point number for the second cut
StepIntol Returns the step Intol which defines the inner tolerance
StepOutol Returns the step Outol which defines the outer tolerance
Tag Returns the Tag for this object.
ThirdCut Returns or sets the third cut which defines point number for the third cut and is available when cut pattern is follow

Methods

Property Detail

CutStepType

DmStreamlineCutStep.CutStepType

Returns or sets the cut step type which defines different cut steps including tolerances and points number

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

Getter Method

Signature CutStepType

Returns:the cut step type value
Return type:NXOpen.CAM.DPMItpBuilderStepMethodOption

New in version NX10.0.1.

License requirements: None.

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

Setter Method

Signature CutStepType

Parameters:type (NXOpen.CAM.DPMItpBuilderStepMethodOption) – the cut step type value

New in version NX10.0.1.

License requirements: cam_base (“CAM BASE”)

FirstCut

DmStreamlineCutStep.FirstCut

Returns or sets the first cut which defines point number for the first cut

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

Getter Method

Signature FirstCut

Returns:the first cut value
Return type:int

New in version NX10.0.1.

License requirements: None.

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

Setter Method

Signature FirstCut

Parameters:firstCut (int) – the first cut value

New in version NX10.0.1.

License requirements: cam_base (“CAM BASE”)

SecondCut

DmStreamlineCutStep.SecondCut

Returns or sets the second cut which defines point number for the second cut

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

Getter Method

Signature SecondCut

Returns:the second cut value
Return type:int

New in version NX10.0.1.

License requirements: None.

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

Setter Method

Signature SecondCut

Parameters:secondCut (int) – the second cut value

New in version NX10.0.1.

License requirements: cam_base (“CAM BASE”)

StepIntol

DmStreamlineCutStep.StepIntol

Returns the step Intol which defines the inner tolerance

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

Getter Method

Signature StepIntol

Returns:The Step Intol
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX10.0.1.

License requirements: None.

StepOutol

DmStreamlineCutStep.StepOutol

Returns the step Outol which defines the outer tolerance

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

Getter Method

Signature StepOutol

Returns:The Step Intol
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX10.0.1.

License requirements: None.

ThirdCut

DmStreamlineCutStep.ThirdCut

Returns or sets the third cut which defines point number for the third cut and is available when cut pattern is follow

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

Getter Method

Signature ThirdCut

Returns:the third cut value
Return type:int

New in version NX10.0.1.

License requirements: None.

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

Setter Method

Signature ThirdCut

Parameters:thirdCut (int) – the third cut value

New in version NX10.0.1.

License requirements: cam_base (“CAM BASE”)