ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Enable export of time-varying data to Omniverse. #386

Closed david-bremer closed 2 months ago

david-bremer commented 2 months ago

Export time varying data to Omniverse.

Create a subtree per timestep under each part, with a visibility attribute that corresponds to the simulation time range, in which this version of the part is visible.

david-bremer commented 2 months ago

When a static snapshot of the scene is sent, the scene will still only be visible in USB Composer, if Composer's current time matches the scene's.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.36%. Comparing base (7071ba6) to head (806a3b6). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #386 +/- ## ========================================== + Coverage 93.86% 96.36% +2.50% ========================================== Files 18 17 -1 Lines 2690 2615 -75 Branches 321 343 +22 ========================================== - Hits 2525 2520 -5 + Misses 124 50 -74 - Partials 41 45 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.