SphericalSurface.from_plane_and_radius

classmethod SphericalSurface.from_plane_and_radius(plane, radius)[source]

Construct a sphere from a plane and a radius.

Parameters:
planecompas.geometry.Plane

The plane of the sphere.

radiusfloat

The radius of the sphere.

Returns:
compas.geometry.SphericalSurface

A sphere.