BRepFace.from_torus
- classmethod BRepFace.from_torus(torus, loop=None, inside=True)
Construct a face from a torus.
- Parameters
torus (
compas.geometry.Torus
) – The torus.loop (
compas_occ.brep.BRepLoop
, optional) – A boundary loop.inside (bool, optional) – If True, the face is inside the boundary loop.
- Returns