RunItem Class

class NXOpen.Routing.RunItem

Bases: NXOpen.TransientObject

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

Methods

Method Description
Dispose Free resources associated with this instance of Run Item class.

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 Attributes

Returns:Run Item attributes
Return type:NXOpen.Routing.CharacteristicList

New in version NX7.5.4.

License requirements: None.

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

Setter Method

Signature Attributes

Parameters:attributes (NXOpen.Routing.CharacteristicList) – Run Item attributes

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

Returns:Run Item type
Return type:NXOpen.Routing.RunItemType

New in version NX7.5.4.

License requirements: None.

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

Setter Method

Signature ItemType

Parameters:itemType (NXOpen.Routing.RunItemType) – Run Item type

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

Returns:Unique reference identifier of this Run Item
Return type:str

New in version NX7.5.4.

License requirements: None.

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

Setter Method

Signature ReferenceId

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