ObjectLabel Class

class NXOpen.CAE.ResponseSimulation.ObjectLabel

Bases: NXOpen.TaggedObject

Represents 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 Name

Returns:
Return type:str

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature Name

Parameters:name (str) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDescriptions

ObjectLabel.GetDescriptions

Returns the description for the object

Signature GetDescriptions()

Returns:
Return type:list of str

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

SetDescriptions

ObjectLabel.SetDescriptions

Sets the description for the object

Signature SetDescriptions(description)

Parameters:description (list of str) –

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)