ansys / pyensight

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

Maint/refactor dsg #378

Closed randallfrank closed 4 months ago

randallfrank commented 4 months ago

This is a refactoring of the DSG->Omniverse link into two separate protocol handlers.

DSGSession handles the DSG gRPC stream from EnSight into memory. It then calls methods on an UpdateHandler subclass instance to access the processed stream. The Omniverse connection has been rewritten as an UpdateHandler subclass. The Simba geometry stream can do likewise.