RhinoBrep.from_extrusion
- classmethod RhinoBrep.from_extrusion(curve, vector)[source]
Construct a Brep by extruding a closed curve along a direction vector.
- Parameters:
- curve
compas.geometry.Curve
The curve to extrude
- vector
compas.geometry.Vector
The vector to extrude the curve by
- curve
- Returns: