AddFitPoint Method
IntelliCAD 11.1 Object Library | |
AddFitPoint Method | |
See Also |
- Index
The index value of the new fit point. This determines where on the spline the point will be added.
If the index is a negative number, the point is added to the beginning of the spline. If the index exceeds the number of fit points in the spline, the point is added to the end of the spline.
- FitPoint
- The Point object to be added.
Spline Object : AddFitPoint Method |
Description
Adds a fit point to the spline.
Syntax
Parameters
- Index
The index value of the new fit point. This determines where on the spline the point will be added.
If the index is a negative number, the point is added to the beginning of the spline. If the index exceeds the number of fit points in the spline, the point is added to the end of the spline.
- FitPoint
- The Point object to be added.