BladeRough Class

class NXOpen.CAM.BladeRough

Bases: NXOpen.CAM.Blade

Represents a Blade Rough Drive Method Builder

New in version NX7.0.0.

Properties

Property Description
CutDirection Returns or sets the Cut Direction
CutPattern Returns the cut pattern builder
CutStart Returns the cut start location builder
LeadingEdge Returns the leading edge builder
StartClosestToPreviousRetract Returns or sets the Start Closest to Previous Retract
Stepover Returns the Stepover builder
Tag Returns the Tag for this object.
TrailingEdge Returns the trailing edge builder

Methods

Property Detail

CutStart

BladeRough.CutStart

Returns the cut start location builder

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

Getter Method

Signature CutStart()

Returns:
Return type:NXOpen.CAM.BladeCutStart

New in version NX7.5.0.

License requirements: None.

StartClosestToPreviousRetract

BladeRough.StartClosestToPreviousRetract

Returns or sets the Start Closest to Previous Retract

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

Getter Method

Signature StartClosestToPreviousRetract()

Returns:the Start Closest to Previous Retract value
Return type:bool

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature StartClosestToPreviousRetract(startClosestToPreRet)

Parameters:startClosestToPreRet (bool) – the Start Closest to Previous Retract value

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

Stepover

BladeRough.Stepover

Returns the Stepover builder

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

Getter Method

Signature Stepover()

Returns:
Return type:NXOpen.CAM.StepoverBuilder

New in version NX7.5.0.

License requirements: None.