ansys/pyansys-geometry

Design ID changes after save/download/export operations

Opened this issue · 0 comments

The way the backends work is that whenever you request a design save/download/export, they save the current session to file by closing the existing open document and then re-open it again.

Body, Component, faces etc. continue to have the same IDs but not the Design. We need to recover the active design from the server, process its ID and update it on the Design object and Modeler.

Pinging @b-matteo for visibility.