OCCBrep.from_loft
- classmethod OCCBrep.from_loft(curves, start=None, end=None)
Construct a Brep by lofing through a sequence of curves.
- Parameters:
- curveslist[
OCCCurve
] The loft curves.
- start
Point
, optional The start point of the loft.
- end
Point
, optional The end point of the loft.
- curveslist[
- Returns: