ansys / pyensight

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

Point part handling #393

Closed david-bremer closed 3 months ago

david-bremer commented 3 months ago

Handle the node size-by variable in the base dsg_server Part class. Create Omniverse spheres from points.

I removed the tcoords_var_id from the Part class. It was not being used, and the ID is also stored in part.cmd.color_variableid. I believe EnSight 24.2 sends the points and default point size, but not the size-by var values. An EnSight PR to be created shortly will send the size-by var values.