DmRotaryFloorFinishBuilder Class¶
-
class
NXOpen.CAM.DmRotaryFloorFinishBuilder¶ Bases:
NXOpen.TaggedObjectrepresent rotary floor finish builder
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| CutDirectionType | Returns or sets the function for cut direction type |
| CutPatternBuilder | Returns the cut pattern builder |
| DirectionAxisType | Returns or sets the direction axis type |
| DmSurfCutArea | Returns or sets the cut area |
| DmSurfCutStep | Returns or sets the cut step |
| DmSurfCutStepFirstCut | Returns or sets the first cut of cut step |
| DmSurfCutStepSecondCut | Returns or sets the second cut of cut step |
| DmSurfCutStepThirdCut | Returns or sets the third cut of cut step |
| DmSurfGouge | Returns or sets the gouge action |
| PartAxisBuilder | Returns the part axis builder |
| StepIntolBuilder | Returns the builder of cut step intol |
| StepOuttolBuilder | Returns the builder of cut step outol |
| Tag | Returns the Tag for this object. |
| TiltAngle | Returns or sets the tilt angle |
Methods¶
| Method | Description |
|---|---|
| FlipMaterial | Flip material side |
| GetCutDirection | Get cut direction. |
| GetSurfacePercentageEndFirst | Get percentage end first |
| GetSurfacePercentageEndLast | Get percentage end last |
| GetSurfacePercentageEndStep | Get percentage end step |
| GetSurfacePercentageStartFirst | Get percentage start first |
| GetSurfacePercentageStartLast | Get percentage start last |
| GetSurfacePercentageStartStep | Get percentage start step |
| SetCutDirection | Set cut direction. |
| SetSurfacePercentageEndFirst | Set percentage end first |
| SetSurfacePercentageEndLast | Set percentage end last |
| SetSurfacePercentageEndStep | Set percentage end step |
| SetSurfacePercentageStartFirst | Set percentage start first |
| SetSurfacePercentageStartLast | Set percentage start last |
| SetSurfacePercentageStartStep | Set percentage start step |
Enumerations¶
| DmRotaryFloorFinishBuilderCutDirType Enumeration | the types for cut direction |
| DmRotaryFloorFinishBuilderCutDirection Enumeration | the types for start cut direction |
| DmRotaryFloorFinishBuilderDirectionType Enumeration | the types for direction |
| DmRotaryFloorFinishBuilderDmSurfCutAreaType Enumeration | the types for cut area |
| DmRotaryFloorFinishBuilderDmSurfCutStepTypes Enumeration | the types for Cut Step |
| DmRotaryFloorFinishBuilderGougeActionTypes Enumeration | the gouge action types for Rotary Floor Finish method/Gouge Check in scop |
| DmRotaryFloorFinishBuilderMatSideType Enumeration | the types for flip material |
Property Detail¶
CutDirectionType¶
-
DmRotaryFloorFinishBuilder.CutDirectionType¶ Returns or sets the function for cut direction type
-------------------------------------Getter Method
Signature
CutDirectionTypeReturns: the value of direction type Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutDirectionTypeParameters: cutDirectionType ( NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirType) – the value of direction typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CutPatternBuilder¶
-
DmRotaryFloorFinishBuilder.CutPatternBuilder¶ Returns the cut pattern builder
-------------------------------------Getter Method
Signature
CutPatternBuilderReturns: Return type: NXOpen.CAM.CutPatternBuilderNew in version NX9.0.0.
License requirements: None.
DirectionAxisType¶
-
DmRotaryFloorFinishBuilder.DirectionAxisType¶ Returns or sets the direction axis type
-------------------------------------Getter Method
Signature
DirectionAxisTypeReturns: the value of direction type Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderDirectionTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionAxisTypeParameters: directionType ( NXOpen.CAM.DmRotaryFloorFinishBuilderDirectionType) – the value of direction typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
DmSurfCutArea¶
-
DmRotaryFloorFinishBuilder.DmSurfCutArea¶ Returns or sets the cut area
-------------------------------------Getter Method
Signature
DmSurfCutAreaReturns: the value of Stepover Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutAreaTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfCutAreaParameters: dmSurfCutArea ( NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutAreaType) – the value of StepoverNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
DmSurfCutStep¶
-
DmRotaryFloorFinishBuilder.DmSurfCutStep¶ Returns or sets the cut step
-------------------------------------Getter Method
Signature
DmSurfCutStepReturns: the value of Cut Step Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutStepTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfCutStepParameters: dmSurfCutStep ( NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutStepTypes) – the value of Cut StepNew in version NX9.0.0.
License requirements: None.
DmSurfCutStepFirstCut¶
-
DmRotaryFloorFinishBuilder.DmSurfCutStepFirstCut¶ Returns or sets the first cut of cut step
-------------------------------------Getter Method
Signature
DmSurfCutStepFirstCutReturns: the first cut value Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfCutStepFirstCutParameters: dmSurfCutStepFirstCut (int) – the first cut value New in version NX9.0.0.
License requirements: None.
DmSurfCutStepSecondCut¶
-
DmRotaryFloorFinishBuilder.DmSurfCutStepSecondCut¶ Returns or sets the second cut of cut step
-------------------------------------Getter Method
Signature
DmSurfCutStepSecondCutReturns: the second cut value Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfCutStepSecondCutParameters: dmSurfCutStepSecondCut (int) – the second cut value New in version NX9.0.0.
License requirements: None.
DmSurfCutStepThirdCut¶
-
DmRotaryFloorFinishBuilder.DmSurfCutStepThirdCut¶ Returns or sets the third cut of cut step
-------------------------------------Getter Method
Signature
DmSurfCutStepThirdCutReturns: the third cut value Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfCutStepThirdCutParameters: dmSurfCutStepThirdCut (int) – the third cut value New in version NX9.0.0.
License requirements: None.
DmSurfGouge¶
-
DmRotaryFloorFinishBuilder.DmSurfGouge¶ Returns or sets the gouge action
-------------------------------------Getter Method
Signature
DmSurfGougeReturns: the value of Gouge Check Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderGougeActionTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DmSurfGougeParameters: dmSurfGouge ( NXOpen.CAM.DmRotaryFloorFinishBuilderGougeActionTypes) – the value of Gouge CheckNew in version NX9.0.0.
License requirements: None.
PartAxisBuilder¶
-
DmRotaryFloorFinishBuilder.PartAxisBuilder¶ Returns the part axis builder
-------------------------------------Getter Method
Signature
PartAxisBuilderReturns: Return type: NXOpen.CAM.PartAxisBuilderNew in version NX9.0.0.
License requirements: None.
StepIntolBuilder¶
-
DmRotaryFloorFinishBuilder.StepIntolBuilder¶ Returns the builder of cut step intol
-------------------------------------Getter Method
Signature
StepIntolBuilderReturns: The Step Intol builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX9.0.0.
License requirements: None.
StepOuttolBuilder¶
-
DmRotaryFloorFinishBuilder.StepOuttolBuilder¶ Returns the builder of cut step outol
-------------------------------------Getter Method
Signature
StepOuttolBuilderReturns: The Step Outol builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX9.0.0.
License requirements: None.
TiltAngle¶
-
DmRotaryFloorFinishBuilder.TiltAngle¶ Returns or sets the tilt angle
-------------------------------------Getter Method
Signature
TiltAngleReturns: the tilt angle value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TiltAngleParameters: tiltAngle (float) – the tilt angle value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
FlipMaterial¶
-
DmRotaryFloorFinishBuilder.FlipMaterial¶ Flip material side
Signature
FlipMaterial()New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
GetCutDirection¶
-
DmRotaryFloorFinishBuilder.GetCutDirection¶ Get cut direction.
Signature
GetCutDirection()Returns: the value of cut diretion Return type: NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirectionNew in version NX9.0.0.
License requirements: None.
GetSurfacePercentageEndFirst¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageEndFirst¶ Get percentage end first
Signature
GetSurfacePercentageEndFirst()Returns: the value of end first Return type: float New in version NX9.0.0.
License requirements: None.
GetSurfacePercentageEndLast¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageEndLast¶ Get percentage end last
Signature
GetSurfacePercentageEndLast()Returns: the value of end last Return type: float New in version NX9.0.0.
License requirements: None.
GetSurfacePercentageEndStep¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageEndStep¶ Get percentage end step
Signature
GetSurfacePercentageEndStep()Returns: the value of end step Return type: float New in version NX9.0.0.
License requirements: None.
GetSurfacePercentageStartFirst¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageStartFirst¶ Get percentage start first
Signature
GetSurfacePercentageStartFirst()Returns: the value of start first Return type: float New in version NX9.0.0.
License requirements: None.
GetSurfacePercentageStartLast¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageStartLast¶ Get percentage start last
Signature
GetSurfacePercentageStartLast()Returns: the value of start last Return type: float New in version NX9.0.0.
License requirements: None.
GetSurfacePercentageStartStep¶
-
DmRotaryFloorFinishBuilder.GetSurfacePercentageStartStep¶ Get percentage start step
Signature
GetSurfacePercentageStartStep()Returns: the value of start step Return type: float New in version NX9.0.0.
License requirements: None.
SetCutDirection¶
-
DmRotaryFloorFinishBuilder.SetCutDirection¶ Set cut direction.
Signature
SetCutDirection(cutDirection)Parameters: cutDirection ( NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirection) – the value of cut directionNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
SetSurfacePercentageEndFirst¶
-
DmRotaryFloorFinishBuilder.SetSurfacePercentageEndFirst¶ Set percentage end first
Signature
SetSurfacePercentageEndFirst(dValue)Parameters: dValue (float) – the value of end first New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
SetSurfacePercentageEndLast¶
-
DmRotaryFloorFinishBuilder.SetSurfacePercentageEndLast¶ Set percentage end last
Signature
SetSurfacePercentageEndLast(dValue)Parameters: dValue (float) – the value of end last New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
SetSurfacePercentageEndStep¶
-
DmRotaryFloorFinishBuilder.SetSurfacePercentageEndStep¶ Set percentage end step
Signature
SetSurfacePercentageEndStep(dValue)Parameters: dValue (float) – the value of end step New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
SetSurfacePercentageStartFirst¶
-
DmRotaryFloorFinishBuilder.SetSurfacePercentageStartFirst¶ Set percentage start first
Signature
SetSurfacePercentageStartFirst(dValue)Parameters: dValue (float) – the value of start first New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)