meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:quick_reference_expansions [2020/12/01 02:30]
JSCAD Editor
en:quick_reference_expansions [2021/04/08 05:29] (current)
JSCAD Editor
Line 8: Line 8:
  
 ^  Expansion  ^  Notes  ^ ^  Expansion  ^  Notes  ^
-| const newshape = expand({delta: 2, corners: 'round', segments: 64}, oldshape)  | [[https://www.jscad.xyz/docs/module-modeling_transforms.html#.expand | API]]  | +| const newshape = expand({delta: 2, corners: 'round', segments: 64}, oldshape)  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.expand | API]]  | 
-| const newshape = offset({delta: -4, corners: 'round', segments: 64}, oldshape)  | [[https://www.jscad.xyz/docs/module-modeling_transforms.html#.offset | API]]  |+| const newshape = offset({delta: -4, corners: 'round', segments: 64}, oldshape)  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.offset | API]]  |