Class: ExtrudeGeometry
ExtrudeGeometry()
Creates extruded geometry from a path shape.
parameters = {
 curveSegments: , // number of points on the curves
 steps: , // number of points for z-side extrusions / used for subdividing segments of extrude spline too
 depth: , // Depth to extrude the shape
 bevelEnabled: , // turn on bevel
 bevelThickness: , // how deep into the original shape bevel goes
 bevelSize: , // how far from shape outline (including bevelOffset) is bevel
 bevelOffset: , // how far from shape outline does bevel start
 bevelSegments: , // number of bevel layers
 extrudePath:  // curve to extrude shape along
 UVGenerator: