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:quick_reference_shapes [2021/04/08 05:50] JSCAD Editor [2D Primitives] |
en:quick_reference_shapes [2022/05/03 07:13] (current) JSCAD Editor [2D Primitives] |
||
---|---|---|---|
Line 9: | Line 9: | ||
==== 2D Primitives ==== | ==== 2D Primitives ==== | ||
^ Primitive | ^ Primitive | ||
- | | const mypath = arc({center: | + | | const mypath = arc({center: |
| const myshape = circle({center: | | const myshape = circle({center: | ||
| const myshape = ellipse({center: | | const myshape = ellipse({center: | ||
Line 19: | Line 19: | ||
| const myshape = star({vertices: | | const myshape = star({vertices: | ||
| const myshape = star({vertices: | | const myshape = star({vertices: | ||
+ | | const myshape = triangle({type: | ||
==== 3D Primitives ==== | ==== 3D Primitives ==== |