extrude
Extrude a 2D shape upwards (in the Z direction) to form a 3D shape (an extrusion).
You can taper the extrusion by calling Extrusion.extrusionScale.
For more complex extrusions, use ExtrusionBuilder instead.
Extrude this 2D shape along a 3D path.
Parameters
alongPath
The path the follow
autoScale
Should this profile be scaled, so that the cross section remains constant.
Extrude this 2D shape around the edge of another Shape2d (aroundShape).
Parameters
aroundShape
The 2D path to follow
autoScale
Should this profile be scaled, so that the cross section remains constant.