StrainGageCollection Class

class NXOpen.CAE.ResponseSimulation.StrainGageCollection

Bases: object

Represents a collection of response analysis strain gage

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

New in version NX6.0.0.

Methods

Method Description
CreateStrainGageBuilder Creates a strain gage buider
FindObject Finds an strain gage with specified gage name

Method Detail

CreateStrainGageBuilder

StrainGageCollection.CreateStrainGageBuilder

Creates a strain gage buider

Signature CreateStrainGageBuilder(strainGage)

Parameters:strainGage (NXOpen.CAE.ResponseSimulation.StrainGage) –
Returns:
Return type:NXOpen.CAE.ResponseSimulation.StrainGageBuilder

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

FindObject

StrainGageCollection.FindObject

Finds an strain gage with specified gage name

Signature FindObject(name)

Parameters:name (str) –
Returns:
Return type:NXOpen.CAE.ResponseSimulation.StrainGage

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)