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:design_guide_subtract [2020/12/05 01:30]
JSCAD Editor
en:design_guide_subtract [2020/12/08 06:54] (current)
JSCAD Editor
Line 8: Line 8:
  
 <code javascript> <code javascript>
-let newshape = subtract(cube({size: 10}), cylinder({radius: 4, heigth: 14})+const newshape = subtract(cube({size: 10}), cylinder({radius: 4, heigth: 14})
 </code> </code>