Hi all,
I was trying to learn how to use Shaper to draw the geometry, instead of Geometry.
I draw a ShaperResult and then I create a Mesh on that.
Then I would like to create Groups of that mesh,
and I want those Groups to be based on the Geometry (not standalone).
When I used to do a Mesh on a Geometry object,
I would typically Explode sub-objects (such as all faces) and use those exploded sub-objects as my underlying Geometries for the Groups.
If I instead do a Mesh on a ShaperResult,
I would like to also do Explode of that,
but I cannot find how to do it.
I understand that I could do Export to Geom and only work with the Geometry,
but then if I change the parameters in Shaper
I will have to export another Geometry object
so I feel like I will lose all my subsequent work for the Mesh.
Can you please help me understand how to proceed?
Thanks in advance,
Giorgio