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_offset [2020/12/06 06:15]
JSCAD Editor
en:design_guide_offset [2020/12/08 06:56] (current)
JSCAD Editor
Line 15: Line 15:
  
 <code javascript> <code javascript>
-let myshape = offset({corners: 'round'}, shape1) +const myshape = offset({corners: 'round'}, shape1) 
-let myshape = offset({delta: -2}, shape2) +const myshape = offset({delta: -2}, shape2) 
-let myshape = offset({delta: 2}, shape3)+const myshape = offset({delta: 2}, shape3)
 </code> </code>
  
 //Note: Offsetting three dimensional shapes NOT possible today. This is a known issue.// //Note: Offsetting three dimensional shapes NOT possible today. This is a known issue.//