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
StartDeltaAngleReturns: the start delta angle value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartDeltaAngleParameters: 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
StartDeltaDistanceReturns: the start delta distance value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartDeltaDistanceParameters: 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
StartDeltaVectorReturns: the start delta vector value Return type: NXOpen.NXObjectNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartDeltaVectorParameters: startDeltaVector ( NXOpen.NXObject) – the start delta vector valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
StartDeltaX¶
-
TurnAvoidanceStartBuilder.StartDeltaX¶ Returns or sets the start delta X
-------------------------------------Getter Method
Signature
StartDeltaXReturns: the start delta x value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartDeltaXParameters: 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
StartDeltaYReturns: the start delta x value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartDeltaYParameters: 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
StartPointReturns: the start point value Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPointParameters: startPoint ( NXOpen.Point) – the start point valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
StartPointMode¶
-
TurnAvoidanceStartBuilder.StartPointMode¶ Returns or sets the start point mode
-------------------------------------Getter Method
Signature
StartPointModeReturns: the start point mode value Return type: NXOpen.CAM.TurnAvoidanceStartBuilderStartPointModesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPointModeParameters: startPointMode ( NXOpen.CAM.TurnAvoidanceStartBuilderStartPointModes) – the start point mode valueNew 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
StartPointMotionTypeReturns: the start point motion type value Return type: NXOpen.CAM.TurnAvoidanceStartBuilderStartPointMotionTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPointMotionTypeParameters: startPointMotionType ( NXOpen.CAM.TurnAvoidanceStartBuilderStartPointMotionTypes) – the start point motion type valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)