An NDoc Documented Class Library

Curve.Slice Method 

This method trims the curve to the part bewtween from and to. The base-method sets fromParam = from and toParam = to. In general this is not the best solution. So it is better to override this method without call to the basemethod.

public virtual void Slice(
   double from,
   double to
);

Parameters

from
start of the new trimmed curve
to
start of the new trimmed curve

See Also

Curve Class | Minais.Drawing3d.Curves Namespace