ObjectLabel Class¶
-
class
NXOpen.CAE.ResponseSimulation.ObjectLabel¶ Bases:
NXOpen.TaggedObjectRepresents the setting to label an object.
Includes name and description .. versionadded:: NX5.0.0
Properties¶
| Property | Description |
|---|---|
| Name | Returns or sets the object name |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetDescriptions | Returns the description for the object |
| SetDescriptions | Sets the description for the object |
Property Detail¶
Name¶
-
ObjectLabel.Name¶ Returns or sets the object name
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)