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

Example proposal: Custom operator to create GLTF files #1870

Open
PProfizi opened this issue Nov 6, 2024 · 0 comments
Open

Example proposal: Custom operator to create GLTF files #1870

PProfizi opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
examples Related to PyDPF-Core examples

Comments

@PProfizi
Copy link
Contributor

PProfizi commented Nov 6, 2024

📝 Description of the example

Example proposal: Custom operator to create GLTF files

This example specifically shows how to export scenes to GLTF by calling the pyvista GLTF export (see here) in a custom Python operator with dependency on pyvista.
This operator can thus take in a series of DPF objects, instantiate a Plotter, add the objects to the scene, and then export to GLTF.

📁 Files needed for running the example

Use available example file such as the static mixer.

@PProfizi PProfizi added the examples Related to PyDPF-Core examples label Nov 6, 2024
@PProfizi PProfizi self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Related to PyDPF-Core examples
Projects
None yet
Development

No branches or pull requests

1 participant