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