TurnAvoidanceStartBuilder Class

class NXOpen.CAM.TurnAvoidanceStartBuilder

Bases: NXOpen.TaggedObject

Represents an avoidance start Builder

New in version NX6.0.0.

Properties

Property Description
StartDeltaAngle Returns or sets the start delta angle
StartDeltaDistance Returns or sets the start delta distance
StartDeltaVector Returns or sets the start delta vector
StartDeltaX Returns or sets the start delta X
StartDeltaY Returns or sets the start delta Y
StartPoint Returns or sets the start point
StartPointMode Returns or sets the start point mode
StartPointMotionType Returns or sets the start point motion type
Tag Returns the Tag for this object.

Methods

Enumerations

TurnAvoidanceStartBuilderStartPointModes Enumeration the start point mode options
TurnAvoidanceStartBuilderStartPointMotionTypes Enumeration The start point motion type options

Property Detail

StartDeltaAngle

TurnAvoidanceStartBuilder.StartDeltaAngle

Returns or sets the start delta angle

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

Getter Method

Signature StartDeltaAngle

Returns:the start delta angle value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartDeltaAngle

Parameters:startDeltaAngle (float) – the start delta angle value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartDeltaDistance

TurnAvoidanceStartBuilder.StartDeltaDistance

Returns or sets the start delta distance

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

Getter Method

Signature StartDeltaDistance

Returns:the start delta distance value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartDeltaDistance

Parameters:startDeltaDistance (float) – the start delta distance value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartDeltaVector

TurnAvoidanceStartBuilder.StartDeltaVector

Returns or sets the start delta vector

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

Getter Method

Signature StartDeltaVector

Returns:the start delta vector value
Return type:NXOpen.NXObject

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartDeltaVector

Parameters:startDeltaVector (NXOpen.NXObject) – the start delta vector value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartDeltaX

TurnAvoidanceStartBuilder.StartDeltaX

Returns or sets the start delta X

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

Getter Method

Signature StartDeltaX

Returns:the start delta x value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartDeltaX

Parameters:startDeltaX (float) – the start delta x value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartDeltaY

TurnAvoidanceStartBuilder.StartDeltaY

Returns or sets the start delta Y

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

Getter Method

Signature StartDeltaY

Returns:the start delta x value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartDeltaY

Parameters:startDeltaY (float) – the start delta x value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartPoint

TurnAvoidanceStartBuilder.StartPoint

Returns or sets the start point

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

Getter Method

Signature StartPoint

Returns:the start point value
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartPoint

Parameters:startPoint (NXOpen.Point) – the start point value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartPointMode

TurnAvoidanceStartBuilder.StartPointMode

Returns or sets the start point mode

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

Getter Method

Signature StartPointMode

Returns:the start point mode value
Return type:NXOpen.CAM.TurnAvoidanceStartBuilderStartPointModes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartPointMode

Parameters:startPointMode (NXOpen.CAM.TurnAvoidanceStartBuilderStartPointModes) – the start point mode value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

StartPointMotionType

TurnAvoidanceStartBuilder.StartPointMotionType

Returns or sets the start point motion type

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

Getter Method

Signature StartPointMotionType

Returns:the start point motion type value
Return type:NXOpen.CAM.TurnAvoidanceStartBuilderStartPointMotionTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StartPointMotionType

Parameters:startPointMotionType (NXOpen.CAM.TurnAvoidanceStartBuilderStartPointMotionTypes) – the start point motion type value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)