DmRotaryFloorFinishBuilder Class

class NXOpen.CAM.DmRotaryFloorFinishBuilder

Bases: NXOpen.TaggedObject

represent 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 CutDirectionType

Returns:the value of direction type
Return type:NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature CutDirectionType

Parameters:cutDirectionType (NXOpen.CAM.DmRotaryFloorFinishBuilderCutDirType) – the value of direction type

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

CutPatternBuilder

DmRotaryFloorFinishBuilder.CutPatternBuilder

Returns the cut pattern builder

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

Getter Method

Signature CutPatternBuilder

Returns:
Return type:NXOpen.CAM.CutPatternBuilder

New in version NX9.0.0.

License requirements: None.

DirectionAxisType

DmRotaryFloorFinishBuilder.DirectionAxisType

Returns or sets the direction axis type

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

Getter Method

Signature DirectionAxisType

Returns:the value of direction type
Return type:NXOpen.CAM.DmRotaryFloorFinishBuilderDirectionType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DirectionAxisType

Parameters:directionType (NXOpen.CAM.DmRotaryFloorFinishBuilderDirectionType) – the value of direction type

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

DmSurfCutArea

DmRotaryFloorFinishBuilder.DmSurfCutArea

Returns or sets the cut area

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

Getter Method

Signature DmSurfCutArea

Returns:the value of Stepover
Return type:NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutAreaType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfCutArea

Parameters:dmSurfCutArea (NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutAreaType) – the value of Stepover

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

DmSurfCutStep

DmRotaryFloorFinishBuilder.DmSurfCutStep

Returns or sets the cut step

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

Getter Method

Signature DmSurfCutStep

Returns:the value of Cut Step
Return type:NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutStepTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfCutStep

Parameters:dmSurfCutStep (NXOpen.CAM.DmRotaryFloorFinishBuilderDmSurfCutStepTypes) – the value of Cut Step

New in version NX9.0.0.

License requirements: None.

DmSurfCutStepFirstCut

DmRotaryFloorFinishBuilder.DmSurfCutStepFirstCut

Returns or sets the first cut of cut step

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

Getter Method

Signature DmSurfCutStepFirstCut

Returns:the first cut value
Return type:int

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfCutStepFirstCut

Parameters: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 DmSurfCutStepSecondCut

Returns:the second cut value
Return type:int

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfCutStepSecondCut

Parameters: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 DmSurfCutStepThirdCut

Returns:the third cut value
Return type:int

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfCutStepThirdCut

Parameters: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 DmSurfGouge

Returns:the value of Gouge Check
Return type:NXOpen.CAM.DmRotaryFloorFinishBuilderGougeActionTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DmSurfGouge

Parameters:dmSurfGouge (NXOpen.CAM.DmRotaryFloorFinishBuilderGougeActionTypes) – the value of Gouge Check

New in version NX9.0.0.

License requirements: None.

PartAxisBuilder

DmRotaryFloorFinishBuilder.PartAxisBuilder

Returns the part axis builder

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

Getter Method

Signature PartAxisBuilder

Returns:
Return type:NXOpen.CAM.PartAxisBuilder

New in version NX9.0.0.

License requirements: None.

StepIntolBuilder

DmRotaryFloorFinishBuilder.StepIntolBuilder

Returns the builder of cut step intol

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

Getter Method

Signature StepIntolBuilder

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

New in version NX9.0.0.

License requirements: None.

StepOuttolBuilder

DmRotaryFloorFinishBuilder.StepOuttolBuilder

Returns the builder of cut step outol

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

Getter Method

Signature StepOuttolBuilder

Returns:The Step Outol builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX9.0.0.

License requirements: None.

TiltAngle

DmRotaryFloorFinishBuilder.TiltAngle

Returns or sets the tilt angle

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

Getter Method

Signature TiltAngle

Returns:the tilt angle value
Return type:float

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature TiltAngle

Parameters: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.DmRotaryFloorFinishBuilderCutDirection

New 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 direction

New 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”)

SetSurfacePercentageStartLast

DmRotaryFloorFinishBuilder.SetSurfacePercentageStartLast

Set percentage start last

Signature SetSurfacePercentageStartLast(dValue)

Parameters:dValue (float) – the value of start last

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

SetSurfacePercentageStartStep

DmRotaryFloorFinishBuilder.SetSurfacePercentageStartStep

Set percentage start step

Signature SetSurfacePercentageStartStep(dValue)

Parameters:dValue (float) – the value of start step

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)