Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add animate function to the class MeshesContainer #543

Open
ayush-kumar-423 opened this issue Oct 10, 2022 · 0 comments · May be fixed by #1997
Open

Add animate function to the class MeshesContainer #543

ayush-kumar-423 opened this issue Oct 10, 2022 · 0 comments · May be fixed by #1997
Assignees
Labels
enhancement New feature or request

Comments

@ayush-kumar-423
Copy link
Contributor

ayush-kumar-423 commented Oct 10, 2022

Description of the feature

For transient analysis (specially LS-Dyna) a user might like to just see how the parts have deformed / moved during the course of the run. Therefore, the user should be able to animate over a MeshesContainer as well.

Example usage:

mesh_op = dpf.Operator("lsdyna::d3plot::meshes_provider")
mesh_op.inputs.data_sources.connect(ds)
time_scop = dpf.Scoping()
time_scop.ids = list(range(1, 23))
mesh_op.inputs.time_scoping.connect(time_scop)
meshes = mesh_op.outputs.meshes()
meshes.animate(framerate=4,
               quality=8,
               off_screen=True,
               show_axes=True)

Steps for implementing the feature

No response

Useful links and references

No response

@ayush-kumar-423 ayush-kumar-423 added the enhancement New feature or request label Oct 10, 2022
@PProfizi PProfizi linked a pull request Feb 19, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants