BrepFace.frame_at

BrepFace.frame_at(u, v)[source]

Returns the frame at the given uv parameters.

Parameters:
ufloat

The u parameter.

vfloat

The v parameter.

Returns:
compas.geometry.Frame

The frame at the given uv parameters.