NcmAvoidancePointBuilder Class¶
-
class
NXOpen.CAM.NcmAvoidancePointBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.NcmAvoidancePointBuilderNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Point | Returns or sets the avoidance point |
| PointStatus | Returns or sets the point status |
| Tag | Returns the Tag for this object. |
| ToolAxis | Returns or sets the avoidance tool axis |
| ToolAxisStatus | Returns or sets the tool axis status |
| ToolAxisUsage | Returns or sets the tool axis usage |
Methods¶
Enumerations¶
| NcmAvoidancePointBuilderPointStates Enumeration | the types available for avoidance point definition |
| NcmAvoidancePointBuilderToolAxisUsages Enumeration | the types available for tool axis status |
Property Detail¶
Point¶
-
NcmAvoidancePointBuilder.Point¶ Returns or sets the avoidance point
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.PointNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: newValue ( NXOpen.Point) –New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
PointStatus¶
-
NcmAvoidancePointBuilder.PointStatus¶ Returns or sets the point status
-------------------------------------Getter Method
Signature
PointStatusReturns: Return type: NXOpen.CAM.NcmAvoidancePointBuilderPointStatesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointStatusParameters: newValue ( NXOpen.CAM.NcmAvoidancePointBuilderPointStates) –New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
ToolAxis¶
-
NcmAvoidancePointBuilder.ToolAxis¶ Returns or sets the avoidance tool axis
-------------------------------------Getter Method
Signature
ToolAxisReturns: Return type: NXOpen.NXObjectNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAxisParameters: newValue ( NXOpen.NXObject) –New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
ToolAxisStatus¶
-
NcmAvoidancePointBuilder.ToolAxisStatus¶ Returns or sets the tool axis status
-------------------------------------Getter Method
Signature
ToolAxisStatusReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAxisStatusParameters: newValue (int) – New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
ToolAxisUsage¶
-
NcmAvoidancePointBuilder.ToolAxisUsage¶ Returns or sets the tool axis usage
-------------------------------------Getter Method
Signature
ToolAxisUsageReturns: Return type: NXOpen.CAM.NcmAvoidancePointBuilderToolAxisUsagesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAxisUsageParameters: newValue ( NXOpen.CAM.NcmAvoidancePointBuilderToolAxisUsages) –New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)