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
Next revision
Previous revision
en:design_guide_chain_hull [2020/12/05 02:19]
JSCAD Editor
en:design_guide_chain_hull [2020/12/08 06:54] (current)
JSCAD Editor
Line 1: Line 1:
 ==== Hull Chain ==== ==== Hull Chain ====
 +
 +{{ :wiki:jscad-hullchain.png?nolink | Hull Chain}}
  
 Hull chain is a variant of 'hull' essentially sequential hulling each pair of shapes, then creating a union of the results. Hull chain is a variant of 'hull' essentially sequential hulling each pair of shapes, then creating a union of the results.
  
 <code javascript> <code javascript>
-let newshape = hullChain(shape1, shape2, shape3)+const newshape = hullChain(shape1, shape2, shape3)
 </code> </code>