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