meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:quick_reference_operations [2021/06/10 01:35] JSCAD Editor [Boolean 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(' | + | const { union, intersect, scission, subtract } = require(' |
| </ | </ | ||
| Line 19: | Line 19: | ||
| <code javascript> | <code javascript> | ||
| - | const { hull, chainHull | + | const { hull, hullChain |
| </ | </ | ||
| ^ Operation | ^ Operation | ||
| - | | const newshape = chainHull(oldshape0, oldshape1) | + | | const newshape = hull(oldshape0, oldshape1) |
| - | | const newshape = hull(oldshape0, oldshape1) | + | | const newshape = hullChain(oldshape0, oldshape1) |