CurveCreateInterpolatedCurve Method |
Name | Description | |
---|---|---|
CreateInterpolatedCurve(IEnumerablePoint3d, Int32) |
Interpolates a sequence of points. Used by InterpCurve Command
This routine works best when degree=3.
| |
CreateInterpolatedCurve(IEnumerablePoint3d, Int32, CurveKnotStyle) |
Interpolates a sequence of points. Used by InterpCurve Command
This routine works best when degree=3.
| |
CreateInterpolatedCurve(IEnumerablePoint3d, Int32, CurveKnotStyle, Vector3d, Vector3d) |
Interpolates a sequence of points. Used by InterpCurve Command
This routine works best when degree=3.
|