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¶
Enumerations¶
| TurnAvoidanceClearanceBuilderAxialPlaneModes Enumeration | The axial plane mode options |
| TurnAvoidanceClearanceBuilderRadialPlaneModes Enumeration | The radial plane mode options |
Property Detail¶
AxialPlaneMode¶
-
TurnAvoidanceClearanceBuilder.AxialPlaneMode¶ Returns or sets the axial plane mode
-------------------------------------Getter Method
Signature
AxialPlaneModeReturns: the axial plane mode value Return type: NXOpen.CAM.TurnAvoidanceClearanceBuilderAxialPlaneModesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxialPlaneModeParameters: axialPlaneMode ( NXOpen.CAM.TurnAvoidanceClearanceBuilderAxialPlaneModes) – the axial plane mode valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
AxialPlanePoint¶
-
TurnAvoidanceClearanceBuilder.AxialPlanePoint¶ Returns or sets the axial plane point
-------------------------------------Getter Method
Signature
AxialPlanePointReturns: the axial plane point value Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxialPlanePointParameters: axialPlanePoint ( NXOpen.Point) – the axial plane point valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
AxialPlaneValue¶
-
TurnAvoidanceClearanceBuilder.AxialPlaneValue¶ Returns or sets the axial plane value
-------------------------------------Getter Method
Signature
AxialPlaneValueReturns: the axial plane value value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxialPlaneValueParameters: 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
RadialPlaneModeReturns: the radial plane mode value Return type: NXOpen.CAM.TurnAvoidanceClearanceBuilderRadialPlaneModesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialPlaneModeParameters: radialPlaneMode ( NXOpen.CAM.TurnAvoidanceClearanceBuilderRadialPlaneModes) – the radial plane mode valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RadialPlanePoint¶
-
TurnAvoidanceClearanceBuilder.RadialPlanePoint¶ Returns or sets the radial plane point
-------------------------------------Getter Method
Signature
RadialPlanePointReturns: the radial plane point value Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialPlanePointParameters: radialPlanePoint ( NXOpen.Point) – the radial plane point valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RadialPlaneValue¶
-
TurnAvoidanceClearanceBuilder.RadialPlaneValue¶ Returns or sets the radial plane value
-------------------------------------Getter Method
Signature
RadialPlaneValueReturns: the radial plane value value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialPlaneValueParameters: radialPlaneValue (float) – the radial plane value value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)