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
GohomePointReturns: the gohome point value Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GohomePointParameters: gohomePoint ( NXOpen.Point) – the gohome point valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
GohomePointMode¶
-
TurnAvoidanceGohomeBuilder.GohomePointMode¶ Returns or sets the gohome point mode
-------------------------------------Getter Method
Signature
GohomePointModeReturns: the gohome point mode value Return type: NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointModesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GohomePointModeParameters: gohomePointMode ( NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointModes) – the gohome point mode valueNew 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
GohomePointMotionTypeReturns: the gohome point motion type value Return type: NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GohomePointMotionTypeParameters: gohomePointMotionType ( NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypes) – the gohome point motion type valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)