EditSubopCommand Class

class NXOpen.CAM.EditSubopCommand

Bases: NXOpen.TaggedObject

Represents an Edit Subop Command Builder

New in version NX9.0.0.

Properties

Property Description
ContainmentType Returns or sets the containment type
PointType Returns or sets the point type
Tag Returns the Tag for this object.

Methods

Method Description
GetStartPoints Get the start point value
SetStartPoints Set the start point value

Enumerations

EditSubopCommandContainmentTypes Enumeration Available types for containment
EditSubopCommandPointTypes Enumeration Available types for point

Property Detail

ContainmentType

EditSubopCommand.ContainmentType

Returns or sets the containment type

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

Getter Method

Signature ContainmentType

Returns:the containment type value
Return type:NXOpen.CAM.EditSubopCommandContainmentTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ContainmentType

Parameters:containmentType (NXOpen.CAM.EditSubopCommandContainmentTypes) – the containment type value

New in version NX9.0.0.

License requirements: None.

PointType

EditSubopCommand.PointType

Returns or sets the point type

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

Getter Method

Signature PointType

Returns:the point type value
Return type:NXOpen.CAM.EditSubopCommandPointTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PointType

Parameters:pointType (NXOpen.CAM.EditSubopCommandPointTypes) – the point type value

New in version NX9.0.0.

License requirements: None.

Method Detail

GetStartPoints

EditSubopCommand.GetStartPoints

Get the start point value

Signature GetStartPoints()

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

New in version NX9.0.0.

License requirements: None.

SetStartPoints

EditSubopCommand.SetStartPoints

Set the start point value

Signature SetStartPoints(startPoint)

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

New in version NX9.0.0.

License requirements: None.