Skip to content

Overload_Rhino_Geometry_Curve_Split

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.Split Method

Overload List

 

Name Description
Public method Split(IEnumerable(Double)) Splits (divides) the curve at a series of specified parameters. The parameter must be in the interior of the curve's domain.
Public method Split(Double) Splits (divides) the curve at the specified parameter. The parameter must be in the interior of the curve's domain.
Public method Split(Brep, Double) **Obsolete. ** Splits a curve into pieces using a polysurface.
Public method Split(Surface, Double) **Obsolete. ** Splits a curve into pieces using a surface.
Public method Split(Brep, Double, Double) Splits a curve into pieces using a polysurface.
Public method Split(Surface, Double, Double) Splits a curve into pieces using a surface.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally