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:
curvecompas.geometry.Curve

The curve to extrude

radiusfloat

The radius of the pipe.

Returns:
compas.geometry.Brep