generate_extrusion
Creates an extruded solid from a closed 2D polygon.
arguments
- 
"name" : StringThe name of the object to create. 
- 
"profile" : Float64<2>[]Closed polygon of made of a series of 2D points. 
- 
"length" : Float32 (default: 1)Distance to extrude the profile. 
- 
"miter" : Float32 (default: 0)Miter angle for ends in degrees. 
- 
"cap" : Boolean (default: true)Whether or not to cap the extrusion. 
