DataLocation Class¶
-
class
NXOpen.CAE.ResponseSimulation.DataLocation¶ Bases:
NXOpen.TaggedObjectRepresents the data location to perform evaluation
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| BeamLocation | Returns or sets the method to define frequency |
| ElementLocation | Returns or sets the element location. |
| LayerSelection | Returns or sets the end value of frequency range. |
| ShellLocation | Returns or sets the start value of frequency range. |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| DataLocationBeam Enumeration | Specifies the location for beam |
| DataLocationElement Enumeration | Specifies the element location for element |
| DataLocationShell Enumeration | Specifies the location for shell |
Property Detail¶
BeamLocation¶
-
DataLocation.BeamLocation¶ Returns or sets the method to define frequency
-------------------------------------Getter Method
Signature
BeamLocationReturns: Return type: NXOpen.CAE.ResponseSimulation.DataLocationBeamNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
BeamLocationParameters: beamLocation ( NXOpen.CAE.ResponseSimulation.DataLocationBeam) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ElementLocation¶
-
DataLocation.ElementLocation¶ Returns or sets the element location.
Only available when stress and strain is defined by
CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range-------------------------------------Getter Method
Signature
ElementLocationReturns: Return type: NXOpen.CAE.ResponseSimulation.DataLocationElementNew in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ElementLocationParameters: elementLocation ( NXOpen.CAE.ResponseSimulation.DataLocationElement) –New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
LayerSelection¶
-
DataLocation.LayerSelection¶ Returns or sets the end value of frequency range.
Only available when the frequency is defined by
CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range-------------------------------------Getter Method
Signature
LayerSelectionReturns: Return type: int New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
LayerSelectionParameters: layerNumber (int) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ShellLocation¶
-
DataLocation.ShellLocation¶ Returns or sets the start value of frequency range.
Only available when the frequency is defined by
CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range-------------------------------------Getter Method
Signature
ShellLocationReturns: Return type: NXOpen.CAE.ResponseSimulation.DataLocationShellNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ShellLocationParameters: shellLocation ( NXOpen.CAE.ResponseSimulation.DataLocationShell) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)