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 05:07] JSCAD Editor |
en:design_guide_expand [2020/12/08 06:55] (current) JSCAD Editor |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Expand ==== | ==== Expand ==== | ||
- | Expanding | + | {{ : |
- | //Note: Expanding three dimensional shapes | + | // |
+ | |||
+ | Expanding | ||
+ | |||
+ | The opposite | ||
Defaults: | Defaults: | ||
Line 11: | Line 15: | ||
<code javascript> | <code javascript> | ||
- | let newshape | + | const myshape |
+ | const myshape = expand({delta: -2}, shape2) | ||
+ | const myshape = expand({delta: 2}, shape3) | ||
</ | </ | ||
+ | |||
+ | //Note: Expanding three dimensional shapes is very CPU intensive. This is a known issue.// | ||