SplitSubopCommand Class

class NXOpen.CAM.SplitSubopCommand

Bases: NXOpen.Builder

Represents 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 DividePlane

Returns:the divide plane
Return type:NXOpen.Plane

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DividePlane

Parameters:plane (NXOpen.Plane) – the divide plane

New in version NX9.0.0.

License requirements: None.

EndPoint

SplitSubopCommand.EndPoint

Returns or sets the end point value

-------------------------------------

Getter Method

Signature EndPoint

Returns:the end point value
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EndPoint

Parameters:endPoint (NXOpen.Point) – the end point value

New in version NX9.0.0.

License requirements: None.

LinePlaneType

SplitSubopCommand.LinePlaneType

Returns or sets the line plane type

-------------------------------------

Getter Method

Signature LinePlaneType

Returns:the line plane type value
Return type:NXOpen.CAM.SplitSubopCommandLinePlaneTypes

New in version NX9.0.3.

License requirements: None.

-------------------------------------

Setter Method

Signature LinePlaneType

Parameters:type (NXOpen.CAM.SplitSubopCommandLinePlaneTypes) – the line plane type value

New in version NX9.0.3.

License requirements: None.

RotateAngle

SplitSubopCommand.RotateAngle

Returns or sets the rotate angle value

-------------------------------------

Getter Method

Signature RotateAngle

Returns:the rotate angle value
Return type:float

New in version NX9.0.3.

License requirements: None.

-------------------------------------

Setter Method

Signature RotateAngle

Parameters: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 StartPoint

Returns:the start point value
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StartPoint

Parameters:startPoint (NXOpen.Point) – the start point value

New in version NX9.0.0.

License requirements: None.

Type

SplitSubopCommand.Type

Returns or sets the split type

-------------------------------------

Getter Method

Signature Type

Returns:the split type value
Return type:NXOpen.CAM.SplitSubopCommandTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:type (NXOpen.CAM.SplitSubopCommandTypes) – the split type value

New 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.