RunItem Class¶
-
class
NXOpen.Routing.RunItem¶ Bases:
NXOpen.TransientObjectRouting Run Item object references components which comprise a piping run.
New in version NX7.5.4.
Properties¶
| Property | Description |
|---|---|
| Attributes | Returns or sets the attributes on the Run Item. |
| ItemType | Returns or sets the Run Item type such as From, To, or Member item. |
| ReferenceId | Returns or sets the unique reference identifier for this Run Item. |
Enumerations¶
| RunItemType Enumeration | Represents the type of Run Item |
Property Detail¶
Attributes¶
-
RunItem.Attributes¶ Returns or sets the attributes on the Run Item.
-------------------------------------Getter Method
Signature
AttributesReturns: Run Item attributes Return type: NXOpen.Routing.CharacteristicListNew in version NX7.5.4.
License requirements: None.
-------------------------------------Setter Method
Signature
AttributesParameters: attributes ( NXOpen.Routing.CharacteristicList) – Run Item attributesNew in version NX7.5.4.
License requirements: None.
ItemType¶
-
RunItem.ItemType¶ Returns or sets the Run Item type such as “From”, “To”, or “Member” item.
-------------------------------------Getter Method
Signature
ItemTypeReturns: Run Item type Return type: NXOpen.Routing.RunItemTypeNew in version NX7.5.4.
License requirements: None.
-------------------------------------Setter Method
Signature
ItemTypeParameters: itemType ( NXOpen.Routing.RunItemType) – Run Item typeNew in version NX7.5.4.
License requirements: None.
ReferenceId¶
-
RunItem.ReferenceId¶ Returns or sets the unique reference identifier for this Run Item.
-------------------------------------Getter Method
Signature
ReferenceIdReturns: Unique reference identifier of this Run Item Return type: str New in version NX7.5.4.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceIdParameters: referenceId (str) – Unique reference identifier of this Run Item New in version NX7.5.4.
License requirements: None.
Method Detail¶
Dispose¶
-
RunItem.Dispose¶ Free resources associated with this instance of Run Item class.
After calling this method, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX7.5.4.
License requirements: None.