SelectReuseLibraryItemBuilder Class¶
-
class
NXOpen.Tooling.SelectReuseLibraryItemBuilder¶ Bases:
NXOpen.TaggedObjectSelect 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
DescriptiveNameReturns: the path of a part Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DescriptiveNameParameters: 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
SelectionReturns: the path of a part Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SelectionParameters: path (str) – the path of a part New in version NX9.0.0.
License requirements: None.