OCCCurve.point_at

OCCCurve.point_at(t)[source]

Compute the point at a curve parameter.

Parameters

t (float) – The curve parameter.

Returns

Point

Raises

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