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_conversion [2020/12/01 02:31] JSCAD Editor |
en:quick_reference_conversion [2021/06/10 01:45] (current) JSCAD Editor |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Extrusions ===== | ===== Extrusions ===== | ||
| + | The ' | ||
| + | <code javascript> | ||
| + | const { extrudeLinear, | ||
| + | </ | ||
| + | |||
| + | ^ Extrusion of 2D Shapes | ||
| + | | const newshape = extrudeLinear({height: | ||
| + | | const newshape = extrudeRectangular({size: | ||
| + | | const newshape = extrudeRotate({startAngle: | ||
| + | | const newshape = project({axis: | ||