TurnAvoidanceClearanceBuilder Class

class NXOpen.CAM.TurnAvoidanceClearanceBuilder

Bases: NXOpen.TaggedObject

Represents an avoidance start of engage Builder

New in version NX6.0.0.

Properties

Property Description
AxialPlaneMode Returns or sets the axial plane mode
AxialPlanePoint Returns or sets the axial plane point
AxialPlaneValue Returns or sets the axial plane value
RadialPlaneMode Returns or sets the radial plane mode
RadialPlanePoint Returns or sets the radial plane point
RadialPlaneValue Returns or sets the radial plane value
Tag Returns the Tag for this object.

Methods

Property Detail

AxialPlaneMode

TurnAvoidanceClearanceBuilder.AxialPlaneMode

Returns or sets the axial plane mode

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

Getter Method

Signature AxialPlaneMode()

Returns:the axial plane mode value
Return type:NXOpen.CAM.TurnAvoidanceClearanceBuilderAxialPlaneModes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AxialPlaneMode(axialPlaneMode)

Parameters:axialPlaneMode (NXOpen.CAM.TurnAvoidanceClearanceBuilderAxialPlaneModes) – the axial plane mode value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

AxialPlanePoint

TurnAvoidanceClearanceBuilder.AxialPlanePoint

Returns or sets the axial plane point

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

Getter Method

Signature AxialPlanePoint()

Returns:the axial plane point value
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AxialPlanePoint(axialPlanePoint)

Parameters:axialPlanePoint (NXOpen.Point) – the axial plane point value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

AxialPlaneValue

TurnAvoidanceClearanceBuilder.AxialPlaneValue

Returns or sets the axial plane value

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

Getter Method

Signature AxialPlaneValue()

Returns:the axial plane value value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AxialPlaneValue(axialPlaneValue)

Parameters:axialPlaneValue (float) – the axial plane value value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RadialPlaneMode

TurnAvoidanceClearanceBuilder.RadialPlaneMode

Returns or sets the radial plane mode

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

Getter Method

Signature RadialPlaneMode()

Returns:the radial plane mode value
Return type:NXOpen.CAM.TurnAvoidanceClearanceBuilderRadialPlaneModes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RadialPlaneMode(radialPlaneMode)

Parameters:radialPlaneMode (NXOpen.CAM.TurnAvoidanceClearanceBuilderRadialPlaneModes) – the radial plane mode value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RadialPlanePoint

TurnAvoidanceClearanceBuilder.RadialPlanePoint

Returns or sets the radial plane point

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

Getter Method

Signature RadialPlanePoint()

Returns:the radial plane point value
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RadialPlanePoint(radialPlanePoint)

Parameters:radialPlanePoint (NXOpen.Point) – the radial plane point value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RadialPlaneValue

TurnAvoidanceClearanceBuilder.RadialPlaneValue

Returns or sets the radial plane value

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

Getter Method

Signature RadialPlaneValue()

Returns:the radial plane value value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RadialPlaneValue(radialPlaneValue)

Parameters:radialPlaneValue (float) – the radial plane value value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)