2027 Method
Changes 0
M

CurveByPoints.SetPoints

Description:
Change the sequence of points interpolated by this curve.
public void SetPoints(
	ReferencePointArray points
)
  • Thrown when the array contains fewer than 2 points, when the array contains duplicates, or when adjacent points are located too close together.