meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:design_guide_expand [2020/12/06 06:10] JSCAD Editor |
en:design_guide_expand [2020/12/08 06:55] (current) JSCAD Editor |
||
---|---|---|---|
Line 7: | Line 7: | ||
Expanding two or three dimensional shapes can be performed, which maintains a specific '' | Expanding two or three dimensional shapes can be performed, which maintains a specific '' | ||
- | The opposite is also possible by specifying a negative '' | + | The opposite is also possible by specifying a negative |
Defaults: | Defaults: | ||
Line 15: | Line 15: | ||
<code javascript> | <code javascript> | ||
- | let myshape = expand({corners: | + | const myshape = expand({corners: |
- | let myshape = expand({delta: | + | const myshape = expand({delta: |
- | let myshape = expand({delta: | + | const myshape = expand({delta: |
</ | </ | ||
//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.// | ||