StrainGageCollection Class¶
-
class
NXOpen.CAE.ResponseSimulation.StrainGageCollection¶ Bases:
objectRepresents a collection of response analysis strain gage
To obtain an instance of this class, refer to
NXOpen.CAE.ResponseSimulation.ManagerNew 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.StrainGageBuilderNew 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.StrainGageNew in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)