meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:design_guide_expand [2020/12/06 04:49] JSCAD Editor created |
en:design_guide_expand [2020/12/08 06:55] (current) JSCAD Editor |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Expand ==== | ==== Expand ==== | ||
| - | Expanding | + | {{ : |
| + | |||
| + | //Note: The original shape is black.// | ||
| + | |||
| + | Expanding | ||
| + | |||
| + | The opposite is also possible by specifying a negative (-) '' | ||
| Defaults: | Defaults: | ||
| Line 8: | Line 14: | ||
| * segments : 16 | * segments : 16 | ||
| + | <code javascript> | ||
| + | const myshape = expand({corners: | ||
| + | const myshape = expand({delta: | ||
| + | const myshape = expand({delta: | ||
| + | </ | ||
| + | |||
| + | //Note: Expanding three dimensional shapes is very CPU intensive. This is a known issue.// | ||