meta data for this page
  •  

This is an old revision of the document!


Extrusions

The 'extrusions' are accessed through the modeling API using the following:

const { extrudeLinear, extrudeRegtangular, extrudeRotate  } = require('@jscad/modeling').extrusions
Expansion Notes
const newshape = expand({delta: 2, corners: 'round', segments: 64}, oldshape) API
const newshape = offset({delta: -4, corners: 'round', segments: 64}, oldshape) API