Brep.from_pipe
- classmethod Brep.from_pipe(path, radius, *args, **kwargs)[source]
Construct a Brep by extruding a circle curve along the path curve.
- Parameters:
- curve
compas.geometry.Curve
The curve to extrude
- radiusfloat
The radius of the pipe.
- curve
- Returns: