We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Installation and Licensing Ansys Products Issues encountered when exporting deformation models from Mechanical to intermed Reply To: Issues encountered when exporting deformation models from Mechanical to intermed

Gary_S
Ansys Employee

You can try the following upscale. There are no guaranteed methods to make this work however. 

Insert these Commands in the Solution branch of Mechanical/Simulation. 

It will make a new_geom.cdb that you can manually read into the Mechanical Model. 
Note that I show an upscale of 1e6. You could try other values like 1e3

save 
finish 
/prep7 
upgeom,,,,file,rst 
nscale,0,all,,,1e6,1e6,1e6 
cdwrite,db,new_geom,cdb 

Â