OCCBrep.from_pipe
- classmethod OCCBrep.from_pipe(curve, radius, thickness=None)
Construct a Brep by extruding a closed curve along a path curve.
- Parameters:
- curve
compas.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.
- curve
- Returns: