Brep.from_plane

classmethod Brep.from_plane(plane, domain_u=(-1, 1), domain_v=(-1, 1))[source]

Construct a Brep from one plane and its u and v domains.

Parameters:
planePlane

A plane.

domain_utuple[float, float], optional

The surface domain in the u direction.

domain_vtuple[float, float], optional

The surface domain in the v direction.

Returns:
compas.geometry.Brep