LayoutStateDataReferenceCollection Class

class NXOpen.CAE.LayoutStateDataReferenceCollection

Bases: object

This class is a collection of NXOpen.CAE.LayoutStateDataReference.

To obtain an instance of this class, refer to NXOpen.CAE.LayoutStateApplicator

New in version NX11.0.0.

Methods

Method Description
Find Finds a data reference with the specified name.

Method Detail

Find

LayoutStateDataReferenceCollection.Find

Finds a data reference with the specified name.

Signature Find(referenceName)

Parameters:referenceName (str) – name of the data reference
Returns:
Return type:NXOpen.CAE.LayoutStateDataReference

New in version NX11.0.0.

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