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