meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:quick_reference_operations [2021/06/10 01:37]
JSCAD Editor [Hull Operations]
en:quick_reference_operations [2021/06/10 01:37] (current)
JSCAD Editor [Boolean Operations]
Line 6: Line 6:
  
 <code javascript> <code javascript>
-const { union, intersect, subtract } = require('@jscad/modeling').booleans+const { union, intersect, scission, subtract } = require('@jscad/modeling').booleans
 </code> </code>