EditSubopCommand Class¶
-
class
NXOpen.CAM.EditSubopCommand¶ Bases:
NXOpen.TaggedObjectRepresents 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
ContainmentTypeReturns: the containment type value Return type: NXOpen.CAM.EditSubopCommandContainmentTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ContainmentTypeParameters: containmentType ( NXOpen.CAM.EditSubopCommandContainmentTypes) – the containment type valueNew in version NX9.0.0.
License requirements: None.
PointType¶
-
EditSubopCommand.PointType¶ Returns or sets the point type
-------------------------------------Getter Method
Signature
PointTypeReturns: the point type value Return type: NXOpen.CAM.EditSubopCommandPointTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointTypeParameters: pointType ( NXOpen.CAM.EditSubopCommandPointTypes) – the point type valueNew 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.PointNew 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 valueNew in version NX9.0.0.
License requirements: None.