OCCCurve.curvature_at

OCCCurve.curvature_at(t)[source]

Compute the curvature vector at a curve parameter.

Parameters

t (float) – The curve parameter.

Returns

Vector

Raises

ValueError – If the parameter is not in the curve domain.