meta data for this page
Differences
This shows you the differences between two versions of the page.
| 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: | + | const myshape = offset({corners: |
| - | let myshape = offset({delta: | + | const myshape = offset({delta: |
| - | let myshape = offset({delta: | + | const myshape = offset({delta: |
| </ | </ | ||
| //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.// | ||