Drawing multiple Objects without meshing

Hi,

i use the WorkPlane() to draw my Object. Now i want to change one parameter and see how the hole geometry changes, so i only need the Boundary without meshing. I used geo.Wire() to extract that where geo is my WorkPlane object, and drawing works but i want now the same geometry with the pertubed parameter in the same drawing to directly see the changes. Is this possible?

Thanks

Sure, just make a compound out of both and draw that compound.

best