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