CylindricalSurface.point_at
- CylindricalSurface.point_at(u, v, world=True)[source]
- Compute a point on the surface at the given parameters. - Parameters:
- ufloat
- The first parameter. 
- vfloat
- The second parameter. 
- worldbool, optional
- If - True, the point is transformed to world coordinates.
 
- Returns:
- compas.geometry.Point
- The point at the given parameters.