Function: makeSphere()
function makeSphere(radius): Solid;
Defined in: packages/replicad/src/shapeHelpers.ts:402
Creates a sphere with the given radius, centred on the origin.
Parameters
radius
number
function makeSphere(radius): Solid;
Defined in: packages/replicad/src/shapeHelpers.ts:402
Creates a sphere with the given radius, centred on the origin.
number