DeleteFitPoint Method

Deletes the fit point of a spline at a given index.

See Also | Example

Signature

object.DeleteFitPoint Index

Object

Spline
The object or objects this method applies to.

Index

Integer; input-only
An index position in the fit point list. Positive integers between 0 and N-1, where N is the total number of fit points for the spline.

Remarks

AutoCAD removes the fit point and refits the spline through the remaining points. There must be at least three fit points in the spline for this method to succeed. To view the changes, use the Update or Regen method.

 

   Comments?