SelectReuseLibraryItemBuilder Class

class NXOpen.Tooling.SelectReuseLibraryItemBuilder

Bases: NXOpen.TaggedObject

Select a part from the reuse library

New in version NX9.0.0.

Properties

Property Description
DescriptiveName Returns or sets the descriptive name
Selection Returns or sets the path of the file from the reuse library
Tag Returns the Tag for this object.

Methods

Property Detail

DescriptiveName

SelectReuseLibraryItemBuilder.DescriptiveName

Returns or sets the descriptive name

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

Getter Method

Signature DescriptiveName

Returns:the path of a part
Return type:str

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DescriptiveName

Parameters:descriptiveName (str) – the path of a part

New in version NX9.0.0.

License requirements: None.

Selection

SelectReuseLibraryItemBuilder.Selection

Returns or sets the path of the file from the reuse library

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

Getter Method

Signature Selection

Returns:the path of a part
Return type:str

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Selection

Parameters:path (str) – the path of a part

New in version NX9.0.0.

License requirements: None.