Function: makeSolid()
function makeSolid(facesOrShells): Solid;
Defined in: shapeHelpers.ts:606
Welds faces and shells into a single shell and then makes a solid.
Parameters
facesOrShells
An array of faces and shells to be welded.
Returns
A solid that contains all the faces and shells.