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:33] 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, |
| </ | </ | ||
| - | ^ | + | ^ |
| - | | const newshape = expand({delta: 2, corners: ' | + | | const newshape = extrudeLinear({height: 20, twistAngle: Math.PI, twistSteps: 20}, oldshape)) | [[https:// |
| - | | const newshape = offset({delta: -4, corners: 'round', segments: 64}, oldshape) | + | | const newshape = extrudeRectangular({size: 3, height: 15}, oldshape) |
| + | | const newshape = extrudeRotate({startAngle: | ||
| + | | const newshape = project({axis: | ||