Brep.from_pipe

classmethod Brep.from_pipe(curve, radius, thickness=None)[source]

Construct a Brep by extruding a closed curve along a path curve.

Parameters:
curvecompas.geometry.Curve

The curve to extrude

radiusfloat

The radius of the pipe.

thicknessfloat, optional

The thickness of the pipe. The thickness should be smaller than the radius.

Returns:
compas.geometry.Brep