Function: makeCylinder()
function makeCylinder(
radius,
height,
location?,
direction?): Solid;
Defined in: packages/replicad/src/shapeHelpers.ts:381
Creates a cylinder with the given radius and height.
Parameters
radius
number
height
number
location?
Point = ...
direction?
Direction = ...