SplitSubopCommand Class¶
-
class
NXOpen.CAM.SplitSubopCommand¶ Bases:
NXOpen.BuilderRepresents an Split Subop Command Builder
This cannot be instantiated
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| DividePlane | Returns or sets the divide plane |
| EndPoint | Returns or sets the end point value |
| LinePlaneType | Returns or sets the line plane type |
| RotateAngle | Returns or sets the rotate angle value |
| StartPoint | Returns or sets the start point value |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the split type |
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¶
| SplitSubopCommandLinePlaneTypes Enumeration | Available line plane types |
| SplitSubopCommandTypes Enumeration | Available split types |
Property Detail¶
DividePlane¶
-
SplitSubopCommand.DividePlane¶ Returns or sets the divide plane
-------------------------------------Getter Method
Signature
DividePlaneReturns: the divide plane Return type: NXOpen.PlaneNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DividePlaneParameters: plane ( NXOpen.Plane) – the divide planeNew in version NX9.0.0.
License requirements: None.
EndPoint¶
-
SplitSubopCommand.EndPoint¶ Returns or sets the end point value
-------------------------------------Getter Method
Signature
EndPointReturns: the end point value Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndPointParameters: endPoint ( NXOpen.Point) – the end point valueNew in version NX9.0.0.
License requirements: None.
LinePlaneType¶
-
SplitSubopCommand.LinePlaneType¶ Returns or sets the line plane type
-------------------------------------Getter Method
Signature
LinePlaneTypeReturns: the line plane type value Return type: NXOpen.CAM.SplitSubopCommandLinePlaneTypesNew in version NX9.0.3.
License requirements: None.
-------------------------------------Setter Method
Signature
LinePlaneTypeParameters: type ( NXOpen.CAM.SplitSubopCommandLinePlaneTypes) – the line plane type valueNew in version NX9.0.3.
License requirements: None.
RotateAngle¶
-
SplitSubopCommand.RotateAngle¶ Returns or sets the rotate angle value
-------------------------------------Getter Method
Signature
RotateAngleReturns: the rotate angle value Return type: float New in version NX9.0.3.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateAngleParameters: rotateAngle (float) – the rotate angle value New in version NX9.0.3.
License requirements: None.
StartPoint¶
-
SplitSubopCommand.StartPoint¶ Returns or sets the start point value
-------------------------------------Getter Method
Signature
StartPointReturns: the start point value Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPointParameters: startPoint ( NXOpen.Point) – the start point valueNew in version NX9.0.0.
License requirements: None.
Type¶
-
SplitSubopCommand.Type¶ Returns or sets the split type
-------------------------------------Getter Method
Signature
TypeReturns: the split type value Return type: NXOpen.CAM.SplitSubopCommandTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.CAM.SplitSubopCommandTypes) – the split type valueNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
SplitSubopCommand.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.