LayoutStateDataReference Class

class NXOpen.CAE.LayoutStateDataReference

Bases: NXOpen.TaggedObject

This class represents a data reference of a layout state.

This class can only be created internally

New in version NX11.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetContent Retrieves the string representation of the data reference @return
OverrideContent Overrides the content of the data reference with the specified string

Method Detail

GetContent

LayoutStateDataReference.GetContent

Retrieves the string representation of the data reference

Signature GetContent()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

OverrideContent

LayoutStateDataReference.OverrideContent

Overrides the content of the data reference with the specified string

Signature OverrideContent(referenceString)

Parameters:referenceString (str) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)