The GEOM module should contain an option to undo the steps like partition, explode, etc and to edit the parameters of the shapes after creation.
Hello,
Iâm not sure I understand you correctly, but partitions, explodes, ect⌠are not options from the Mesh module, but options on the geometry, from the Shaper and Geom modules.
Assuming youâre speaking about these two modules, you can undo easily: every time you are doing an operation such as explode or partition, it should appear on the left in the âobject browserâ tab, as a new line, like an history of all the operations you did. You can simply right click this latest line and select delete.
Hopefully this helps
Louis
this is not how geom works, the entities are not âconsumedâ therefore if you want to âundoâ the partition you simply delete the subshapes of the object. the different actions you take are not kept in a history like more modern cad, if you want this kind of behavior i would recommend using shaper.
I typically import the STEP file into GEOM and then define the farfield and symmetry plane. However, if I later need to modify something as simple as the farfield radius, I canât find a direct way to edit the shape. Instead, I have to generate a Python dump and manually edit the script.
Yes, thatâs the intended way. You could transform it by scaling it and turning off the copy object in the ui.
I was looking for a cleaner solution as well!
Thank you for pointing it out. I have modified the post. Hope it makes sense now.
Kind regards,
N469