OCCCurve.tangent_at

OCCCurve.tangent_at(t)

Compute the tangent vector at a curve parameter.

Parameters:
tfloat

The curve parameter.

Returns:
Vector
Raises:
ValueError

If the parameter is not in the curve domain.