BRepFace.add_loop
- BRepFace.add_loop(loop, reverse=False)
Add an inner loop to the face.
- Parameters
loop (
compas_occ.brep.BRepLoop
) – The additional loop.- Returns
None
Add an inner loop to the face.
loop (compas_occ.brep.BRepLoop
) – The additional loop.
None