TurnAvoidanceGohomeBuilder Class

class NXOpen.CAM.TurnAvoidanceGohomeBuilder

Bases: NXOpen.TaggedObject

Represents an avoidance return Builder

New in version NX6.0.0.

Properties

Property Description
GohomePoint Returns or sets the gohome point
GohomePointMode Returns or sets the gohome point mode
GohomePointMotionType Returns or sets the gohome point motion type
Tag Returns the Tag for this object.

Methods

Enumerations

TurnAvoidanceGohomeBuilderGohomePointModes Enumeration The gohome point mode options
TurnAvoidanceGohomeBuilderGohomePointMotionTypes Enumeration The gohome point motion type options

Property Detail

GohomePoint

TurnAvoidanceGohomeBuilder.GohomePoint

Returns or sets the gohome point

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

Getter Method

Signature GohomePoint()

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

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature GohomePoint(gohomePoint)

Parameters:gohomePoint (NXOpen.Point) – the gohome point value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

GohomePointMode

TurnAvoidanceGohomeBuilder.GohomePointMode

Returns or sets the gohome point mode

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

Getter Method

Signature GohomePointMode()

Returns:the gohome point mode value
Return type:NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointModes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature GohomePointMode(gohomePointMode)

Parameters:gohomePointMode (NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointModes) – the gohome point mode value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

GohomePointMotionType

TurnAvoidanceGohomeBuilder.GohomePointMotionType

Returns or sets the gohome point motion type

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

Getter Method

Signature GohomePointMotionType()

Returns:the gohome point motion type value
Return type:NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature GohomePointMotionType(gohomePointMotionType)

Parameters:gohomePointMotionType (NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypes) – the gohome point motion type value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)