quad_to_face
- compas_occ.conversions.quad_to_face(points)[source]
Convert a quad to a BRep face with an underlying ruled surface.
- Parameters
points ([point, point, point, point]) – Four points defining a quad.
- Returns
TopoDS_Face
- Raises
AssertionError – If the number of points is not 4.