RhinoBrep.from_sweep
- classmethod RhinoBrep.from_sweep(profile, path)[source]
Construct a BRep by sweeping a profile along a path.
- Parameters:
- profile
compas.geometry.BrepEdge
orcompas.geometry.BrepFace
the profile to sweep. Either an edge or a face.
- path
compas.geometry.BrepLoop
the path to sweep along
- profile
- Returns: