SplitSubopCommand Class

class NXOpen.CAM.SplitSubopCommand

Bases: NXOpen.TaggedObject

Represents an Split Subop Command Builder

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

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(plane)

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(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(type)

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(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(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(type)

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

New in version NX9.0.0.

License requirements: None.