PlanarSurface.frame_at
- PlanarSurface.frame_at(u=None, v=None)[source]
Construct a frame at a point on the planar surface.
- Parameters:
- ufloat, optional
The first parameter. The parameter is optional, because the frame is the same everywhere.
- vfloat, optional
The second parameter. The parameter is optional, because the frame is the same everywhere.
- Returns:
compas.geometry.Frame
The frame.