PlanarSurface.from_plane_and_size

classmethod PlanarSurface.from_plane_and_size(plane, xsize, ysize)[source]

Construct a planar surface from a plane and x and y sizes.

Parameters:
planecompas.geometry.Plane

The plane of the sphere.

xsizefloat

The size of the sphere in the local X-direction.

ysizefloat

The size of the sphere in the local Y-direction.

Returns:
compas.geometry.PlanarSurface

A planar surface.