OCCBrepFace.from_sphere
- classmethod OCCBrepFace.from_sphere(sphere, loop=None, inside=True)
Construct a face from a sphere.
- Parameters:
- sphere
compas.geometry.Sphere
The sphere.
- loop
compas_occ.brep.OCCBrepLoop
, optional A boundary loop.
- insidebool, optional
If True, the face is inside the boundary loop.
- sphere
- Returns: