I cannot export any designs since 25r2 #2201
Replies: 2 comments 16 replies
-
Hi @MagnusAAberg - thanks for reaching out! Quick question, could you clarify with PyAnsys Geometry version you are using? You can find this by running Pinging @b-matteo @smereu for visibility. This might require investigation |
Beta Was this translation helpful? Give feedback.
-
thank you for reaching out. I could reproduce this issue and there's a fix undergoing in the backend. Quick note about the scdocx format though : exporting to scdocx format is no longer available from Discovery 2025 R2 version on. Please note that SpaceClaim is able to open dsco files. Physics data would be lost at save but since you're aiming to save in scdocx, i assume physics isn't a concern. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After updating to ansys 25r2 it seems that I can not export any designs anymore. I am using a script with Discovery as backend and the script was working perfectly fine a couple of weeks ago.
Now when I run the script, everything about the design is created perfectly inside Discovery, however when I try to export the design in anyformat i get a file not found error.
for instance:
design.export_to_scdocx()
gives an error that the following file does not exist:
C:\Users\myUser\AppData\Local\Temp\ba83427d-8c33-4313-9e71-a61e9b648a6f.scdocx
when investigating in the temp folder I see that i get a parasolid file instead
C:\Users\myUser\AppData\Local\Temp\ba83427d-8c33-4313-9e71-a61e9b648a6f.x_b
this is true for all formats that i tried (even parasolid fails).
checking in
modeler.get_service_logs()
i see this
and i noticed that the folder
C:\Program Files\ANSYS Inc\v252\commonfiles\CAD\SpatialApiServer
does not existwhat is going on here, and how can i fix it ?
Beta Was this translation helpful? Give feedback.
All reactions