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:
- plane
compas.geometry.Plane
The plane.
- domain_uTuple[float, float], optional
U parameter minimum and maximum.
- domain_vTuple[float, float], optional
V parameter minimum and maximum.
- loop
compas_occ.brep.OCCBrepLoop
, optional A boundary loop.
- insidebool, optional
If True, the face is inside the boundary loop.
- plane
- Returns: