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