RhinoNurbsCurve.frame_at
- RhinoNurbsCurve.frame_at(t)[source]
Compute the local frame at a point on the curve.
- Parameters
t (float) – The value of the curve parameter. Must be between 0 and 1.
- Returns
compas.geometry.Frame
– The corresponding local frame.