You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As originally planned, the idea is to have a MechanicalSimulation.lsdyna property which would then list LSDYNA-specific result APIs, including for global binout results.
Steps for implementing the feature
Add an lsdyna property to MechanicalSimulation, which itself has result methods for LSDYNA-specific results.
The DataFrame may have to be modified to handle results located on global.
For example, DataFrame.plot() would choose between a 3D view and a chart based on the DataFrame's MeshIndex's location.
Useful links and references
No response
The text was updated successfully, but these errors were encountered:
Description of the feature
As originally planned, the idea is to have a
MechanicalSimulation.lsdyna
property which would then list LSDYNA-specific result APIs, including for globalbinout
results.Steps for implementing the feature
Add an
lsdyna
property toMechanicalSimulation
, which itself has result methods for LSDYNA-specific results.The
DataFrame
may have to be modified to handle results located onglobal
.For example,
DataFrame.plot()
would choose between a 3D view and a chart based on the DataFrame'sMeshIndex
's location.Useful links and references
No response
The text was updated successfully, but these errors were encountered: