Click or drag to resize

CurveSplit Method

Overload List
  NameDescription
Public methodSplit(Double)
Splits (divides) the curve at the specified parameter. The parameter must be in the interior of the curve's domain.
Public methodSplit(IEnumerableDouble)
Splits (divides) the curve at a series of specified parameters. The parameter must be in the interior of the curve domain.
Public methodSplit(Brep, Double) Obsolete.
Splits a curve into pieces using a polysurface.
Public methodSplit(Surface, Double) Obsolete.
Splits a curve into pieces using a surface.
Public methodSplit(Brep, Double, Double)
Splits a curve into pieces using a polysurface.
Public methodSplit(Surface, Double, Double)
Splits a curve into pieces using a surface.
Top
See Also