Description:
Splits a curve into pieces using a polysurface.
Description:
Splits a curve into pieces using a polysurface.
Description:
Splits (divides) the curve at the specified parameter. The parameter must be in the interior of the curve's domain.
Description:
Splits (divides) the curve at a series of specified parameters. The parameter must be in the interior of the curve domain.
Syntax:
Parameters:
- t
- Type: IEnumerable<double>
- Parameters to split the curve at in the interval returned by Domain().
Returns:
Type: Curve[]
Multiple curves on success, None on failure.
Available since:
5.0
Description:
Splits a curve into pieces using a surface.
Description:
Splits a curve into pieces using a surface.