meta data for this page
  •  

This is an old revision of the document!


Shape Operations

Boolean Operations

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

const { union, intersect, subtract } = require('@jscad/modeling').booleans

Hull Operations

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

const { union, intersect, subtract } = require('@jscad/modeling').hulls