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_hull [2020/12/05 02:25]
JSCAD Editor
en:design_guide_hull [2020/12/08 06:54] (current)
JSCAD Editor
Line 8: Line 8:
  
 <code javascript> <code javascript>
-let h = hull(square(10)translate([510, 15], circle(10)))+const newshape = hull(shape1shape2shape3)
 </code> </code>