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.

Returns:
OCCBrepFace