ToolPathSplitBuilder Class¶
-
class
NXOpen.CAM.ToolPathSplitBuilder¶ Bases:
NXOpen.BuilderRepresents a Tool Path Split Builder
To create a new instance of this class, use
NXOpen.CAM.CAMSetup.CreateToolPathSplitBuilder()New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| HolderClearance | Returns the Holder Clearance |
| NeckClearance | Returns the Neck Clearance |
| OperationList | Returns the operation list |
| ShankClearance | Returns the Shank Clearance |
| SplitType | Returns or sets the type of split (by tranfer or collision) |
| Tag | Returns the Tag for this object. |
| ToolPathSplitParametersBuilder | Returns the tool path split parameters |
| TransferHeight | Returns or sets the transfer height |
| TransferType | Returns or sets the transfer type (direct, clearance, lowest safe z) |
| TransferUsingMethod | Returns or sets the transfer using method (none, ramp on shape, lift and plunge) |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CreateToolPathSplitItemBuilder | The method to create the SplitToolPathItemBuilder |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| ToolPathSplitBuilderSplitTypes Enumeration | Divide type options |
| ToolPathSplitBuilderTransferTypes Enumeration | Transfer type options |
| ToolPathSplitBuilderTransferUsingMethods Enumeration | Transfer using options |
Property Detail¶
HolderClearance¶
-
ToolPathSplitBuilder.HolderClearance¶ Returns the Holder Clearance
-------------------------------------Getter Method
Signature
HolderClearanceReturns: Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX9.0.0.
License requirements: None.
NeckClearance¶
-
ToolPathSplitBuilder.NeckClearance¶ Returns the Neck Clearance
-------------------------------------Getter Method
Signature
NeckClearanceReturns: Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX9.0.0.
License requirements: None.
OperationList¶
-
ToolPathSplitBuilder.OperationList¶ Returns the operation list
-------------------------------------Getter Method
Signature
OperationListReturns: Return type: NXOpen.CAM.ToolPathSplitItemBuilderListNew in version NX9.0.0.
License requirements: None.
ShankClearance¶
-
ToolPathSplitBuilder.ShankClearance¶ Returns the Shank Clearance
-------------------------------------Getter Method
Signature
ShankClearanceReturns: Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX9.0.0.
License requirements: None.
SplitType¶
-
ToolPathSplitBuilder.SplitType¶ Returns or sets the type of split (by tranfer or collision)
-------------------------------------Getter Method
Signature
SplitTypeReturns: Return type: NXOpen.CAM.ToolPathSplitBuilderSplitTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SplitTypeParameters: splitTypeValue ( NXOpen.CAM.ToolPathSplitBuilderSplitTypes) –New in version NX6.0.0.
License requirements: None.
ToolPathSplitParametersBuilder¶
-
ToolPathSplitBuilder.ToolPathSplitParametersBuilder¶ Returns the tool path split parameters
-------------------------------------Getter Method
Signature
ToolPathSplitParametersBuilderReturns: Return type: NXOpen.CAM.ToolPathSplitParametersBuilderNew in version NX9.0.0.
License requirements: None.
TransferHeight¶
-
ToolPathSplitBuilder.TransferHeight¶ Returns or sets the transfer height
-------------------------------------Getter Method
Signature
TransferHeightReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferHeightParameters: transferHeight (float) – New in version NX6.0.0.
License requirements: None.
TransferType¶
-
ToolPathSplitBuilder.TransferType¶ Returns or sets the transfer type (direct, clearance, lowest safe z)
-------------------------------------Getter Method
Signature
TransferTypeReturns: Return type: NXOpen.CAM.ToolPathSplitBuilderTransferTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferTypeParameters: transferType ( NXOpen.CAM.ToolPathSplitBuilderTransferTypes) –New in version NX6.0.0.
License requirements: None.
TransferUsingMethod¶
-
ToolPathSplitBuilder.TransferUsingMethod¶ Returns or sets the transfer using method (none, ramp on shape, lift and plunge)
-------------------------------------Getter Method
Signature
TransferUsingMethodReturns: Return type: NXOpen.CAM.ToolPathSplitBuilderTransferUsingMethodsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferUsingMethodParameters: transferUsingMethod ( NXOpen.CAM.ToolPathSplitBuilderTransferUsingMethods) –New in version NX6.0.0.
License requirements: None.
Method Detail¶
CreateToolPathSplitItemBuilder¶
-
ToolPathSplitBuilder.CreateToolPathSplitItemBuilder¶ The method to create the SplitToolPathItemBuilder
Signature
CreateToolPathSplitItemBuilder()Returns: Return type: NXOpen.CAM.ToolPathSplitItemBuilderNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Validate¶
-
ToolPathSplitBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.