UpDownCutting Class

class NXOpen.CAM.UpDownCutting

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.UpDownCutting

New in version NX6.0.0.

Properties

Property Description
ApplyAtStepover Returns or sets the apply at stepover toggle
ExtendToBoundary Returns or sets the extend to boundary toggle
OptimizePath Returns or sets the optimize path toggle
RampDownAngle Returns the ramp down angle
RampUpAngle Returns the ramp up angle
Tag Returns the Tag for this object.

Methods

Property Detail

ApplyAtStepover

UpDownCutting.ApplyAtStepover

Returns or sets the apply at stepover toggle

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

Getter Method

Signature ApplyAtStepover()

Returns:the Apply at Stepover value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ApplyAtStepover(propValue)

Parameters:propValue (bool) – the Apply at Stepover value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ExtendToBoundary

UpDownCutting.ExtendToBoundary

Returns or sets the extend to boundary toggle

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

Getter Method

Signature ExtendToBoundary()

Returns:the Extend to Boundary value
Return type:bool

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature ExtendToBoundary(propValue)

Parameters:propValue (bool) – the Extend to Boundary value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

OptimizePath

UpDownCutting.OptimizePath

Returns or sets the optimize path toggle

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

Getter Method

Signature OptimizePath()

Returns:the Optimize Path value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OptimizePath(propValue)

Parameters:propValue (bool) – the Optimize Path value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RampDownAngle

UpDownCutting.RampDownAngle

Returns the ramp down angle

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

Getter Method

Signature RampDownAngle()

Returns:The Ramp Up Angl builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

RampUpAngle

UpDownCutting.RampUpAngle

Returns the ramp up angle

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

Getter Method

Signature RampUpAngle()

Returns:The Ramp Up Angl builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.