AddFitPoint Method

Adds the fit point to the spline at a given index.

See Also | Example

Signature

object.AddFitPoint Index, FitPoint

Object

Spline
The object or objects this method applies to.

Index

Integer; input-only
Position in the fit point list to add the fit point. If the index is a negative number, then the point is added to the beginning of the spline. If the index exceeds the number of fit points in the spline, then the point is added to the end of the spline.

FitPoint

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the fit point to be added.

Remarks

AutoCAD adds the point and refits the spline through the new set of points. To view the changes, use the Update or Regen method.

 

   Comments?