CylindricalSurface.from_three_points
- classmethod CylindricalSurface.from_three_points(a, b, c)[source]
Construct a cylindrical from three points.
- Parameters:
- a
compas.geometry.Point
The first point.
- b
compas.geometry.Point
The second point.
- c
compas.geometry.Point
The third point.
- a
- Returns:
compas.geometry.CylindricalSurface
A cylindrical surface.