List: discuss@lists.openscad.org
From: Jordan Brown
Re: [OpenSCAD] How to separate a geometry having distinct objects ?
Sat, Jan 23, 2021 3:21 PM
If, for instance, you wanted to take a sphere, cut the top half from the
bottom half, and separate the two halves, the only way to do it is to
create *two* spheres, cut away the top half of one, and cut away the
bottom half of the other.
Now, because OpenSCAD is after all a programming environment, that
doesn't mean that you have to type out both models.