OCCBrepFace.from_sphere

classmethod OCCBrepFace.from_sphere(sphere, loop=None, inside=True)

Construct a face from a sphere.

Parameters:
spherecompas.geometry.Sphere

The sphere.

loopcompas_occ.brep.OCCBrepLoop, optional

A boundary loop.

insidebool, optional

If True, the face is inside the boundary loop.

Returns:
OCCBrepFace