Curve.CreateInterpolatedCurve Method

CurveCreateInterpolatedCurve Method

Overload List
  NameDescription
Public methodStatic memberCreateInterpolatedCurve(IEnumerablePoint3d, Int32)
Interpolates a sequence of points. Used by InterpCurve Command This routine works best when degree=3.
Public methodStatic memberCreateInterpolatedCurve(IEnumerablePoint3d, Int32, CurveKnotStyle)
Interpolates a sequence of points. Used by InterpCurve Command This routine works best when degree=3.
Public methodStatic memberCreateInterpolatedCurve(IEnumerablePoint3d, Int32, CurveKnotStyle, Vector3d, Vector3d)
Interpolates a sequence of points. Used by InterpCurve Command This routine works best when degree=3.
Top
See Also