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