Overload_Rhino_Geometry_Curve_Split - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
Split(Double) | Splits (divides) the curve at the specified parameter. The parameter must be in the interior of the curve's domain. |
![]() |
Split(Brep, Double) | **Obsolete. ** Splits a curve into pieces using a polysurface. |
![]() |
Split(Surface, Double) | **Obsolete. ** Splits a curve into pieces using a surface. |
![]() |
Split(Brep, Double, Double) | Splits a curve into pieces using a polysurface. |
![]() |
Split(Surface, Double, Double) | Splits a curve into pieces using a surface. |