Parameters |
Description |
int fitPointIndex |
[in] Fit point index. |
const OdGePoint3d& point |
[out] Receives the fit point. |
Inserts a fit point into this Spline entity after the specified index.
If fitPointIndex < 0, point is inserted at before the first fit point.
If fitPointIndex >= numFitPoints(), point is appended to the spline.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|