OCCBrepFace.from_plane
- classmethod OCCBrepFace.from_plane(plane, domain_u=None, domain_v=None, loop=None, inside=True)
- Construct a face from a plane. - Parameters:
- planecompas.geometry.Plane
- The plane. 
- domain_utuple[float, float], optional
- U parameter minimum and maximum. 
- domain_vtuple[float, float], optional
- V parameter minimum and maximum. 
- loopcompas_occ.brep.OCCBrepLoop, optional
- A boundary loop. 
- insidebool, optional
- If True, the face is inside the boundary loop. 
 
- plane
- Returns: