Skip to main content

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

(Face | Shell)[]

An array of faces and shells to be welded.

Returns

Solid

A solid that contains all the faces and shells.