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_expand [2020/12/06 06:12]
JSCAD Editor
en:design_guide_expand [2020/12/08 06:55] (current)
JSCAD Editor
Line 15: Line 15:
  
 <code javascript> <code javascript>
-let myshape = expand({corners: 'round'}, shape1) +const myshape = expand({corners: 'round'}, shape1) 
-let myshape = expand({delta: -2}, shape2) +const myshape = expand({delta: -2}, shape2) 
-let myshape = expand({delta: 2}, shape3)+const myshape = expand({delta: 2}, shape3)
 </code> </code>
  
 //Note: Expanding three dimensional shapes is very CPU intensive. This is a known issue.// //Note: Expanding three dimensional shapes is very CPU intensive. This is a known issue.//