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