SphericalSurface.from_plane_and_radius
- classmethod SphericalSurface.from_plane_and_radius(plane, radius)[source]
Construct a sphere from a plane and a radius.
- Parameters:
- plane
compas.geometry.Plane
The plane of the sphere.
- radiusfloat
The radius of the sphere.
- plane
- Returns:
compas.geometry.SphericalSurface
A sphere.