DmStreamlineCutStep Class¶
-
class
NXOpen.CAM.DmStreamlineCutStep¶ Bases:
NXOpen.TaggedObjectRepresents 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
CutStepTypeReturns: the cut step type value Return type: NXOpen.CAM.DPMItpBuilderStepMethodOptionNew in version NX10.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CutStepTypeParameters: type ( NXOpen.CAM.DPMItpBuilderStepMethodOption) – the cut step type valueNew 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
FirstCutReturns: the first cut value Return type: int New in version NX10.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
FirstCutParameters: 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
SecondCutReturns: the second cut value Return type: int New in version NX10.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
SecondCutParameters: 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
StepIntolReturns: The Step Intol Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX10.0.1.
License requirements: None.
StepOutol¶
-
DmStreamlineCutStep.StepOutol¶ Returns the step Outol which defines the outer tolerance
-------------------------------------Getter Method
Signature
StepOutolReturns: The Step Intol Return type: NXOpen.CAM.InheritableDoubleBuilderNew 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
ThirdCutReturns: the third cut value Return type: int New in version NX10.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ThirdCutParameters: thirdCut (int) – the third cut value New in version NX10.0.1.
License requirements: cam_base (“CAM BASE”)