OCCCurve.point_at

OCCCurve.point_at(t)

Compute the point at a curve parameter.

Parameters:
tfloat

The curve parameter.

Returns:
Point
Raises:
ValueError

If the parameter is not in the curve domain.