ToolPathSplitParametersBuilder Class¶
-
class
NXOpen.CAM.ToolPathSplitParametersBuilder¶ Bases:
NXOpen.BuilderRepresents the Divide Parameters
This object is owned by another builder.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| MinimumCutLength | Returns the minimum cut length builder |
| OverlapDistance | Returns the overlap distance builder |
| SplitType | Returns or sets the type of split (by tranfer or collision) |
| Tag | Returns the Tag for this object. |
| TransferHeight | Returns or sets the transfer height |
| TransferHeightBuilder | Returns the transfer height builder |
| 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) |
| TrimmingSteepAngle | Returns or sets the trimming steep angle |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| 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¶
| ToolPathSplitParametersBuilderSplitTypes Enumeration | Divide type options |
| ToolPathSplitParametersBuilderTransferTypes Enumeration | Transfer type options |
| ToolPathSplitParametersBuilderTransferUsingMethods Enumeration | Transfer using options |
Property Detail¶
MinimumCutLength¶
-
ToolPathSplitParametersBuilder.MinimumCutLength¶ Returns the minimum cut length builder
-------------------------------------Getter Method
Signature
MinimumCutLengthReturns: the minimum cut length builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
OverlapDistance¶
-
ToolPathSplitParametersBuilder.OverlapDistance¶ Returns the overlap distance builder
-------------------------------------Getter Method
Signature
OverlapDistanceReturns: the overlap distance builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX9.0.0.
License requirements: None.
SplitType¶
-
ToolPathSplitParametersBuilder.SplitType¶ Returns or sets the type of split (by tranfer or collision)
-------------------------------------Getter Method
Signature
SplitTypeReturns: Return type: NXOpen.CAM.ToolPathSplitParametersBuilderSplitTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SplitTypeParameters: splitTypeValue ( NXOpen.CAM.ToolPathSplitParametersBuilderSplitTypes) –New in version NX6.0.0.
License requirements: None.
TransferHeight¶
-
ToolPathSplitParametersBuilder.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.
TransferHeightBuilder¶
-
ToolPathSplitParametersBuilder.TransferHeightBuilder¶ Returns the transfer height builder
-------------------------------------Getter Method
Signature
TransferHeightBuilderReturns: the transfer height builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX9.0.0.
License requirements: None.
TransferType¶
-
ToolPathSplitParametersBuilder.TransferType¶ Returns or sets the transfer type (direct, clearance, lowest safe z)
-------------------------------------Getter Method
Signature
TransferTypeReturns: Return type: NXOpen.CAM.ToolPathSplitParametersBuilderTransferTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferTypeParameters: transferType ( NXOpen.CAM.ToolPathSplitParametersBuilderTransferTypes) –New in version NX6.0.0.
License requirements: None.
TransferUsingMethod¶
-
ToolPathSplitParametersBuilder.TransferUsingMethod¶ Returns or sets the transfer using method (none, ramp on shape, lift and plunge)
-------------------------------------Getter Method
Signature
TransferUsingMethodReturns: Return type: NXOpen.CAM.ToolPathSplitParametersBuilderTransferUsingMethodsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferUsingMethodParameters: transferUsingMethod ( NXOpen.CAM.ToolPathSplitParametersBuilderTransferUsingMethods) –New in version NX6.0.0.
License requirements: None.
TrimmingSteepAngle¶
-
ToolPathSplitParametersBuilder.TrimmingSteepAngle¶ Returns or sets the trimming steep angle
-------------------------------------Getter Method
Signature
TrimmingSteepAngleReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimmingSteepAngleParameters: trimmingSteepAngle (float) – New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
Validate¶
-
ToolPathSplitParametersBuilder.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.