Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgBSplineCurve3d::insertFitPointAt Method
Syntax
C++
OdResult insertFitPointAt(OdInt32 fitPointIndex, const OdGePoint3d& point);

Inserts a fit point into this curve entity after the specified index. 

 

Parameters
Description
fitPointIndex
[in] Fit point index.
point
[out] Receives the fit point.

If fitPointIndex < 0, point is inserted at before the first fit point. 

If fitPointIndex >= numFitPoints(), point is appended to the spline.

Copyright © 2002-2022. Open Design Alliance All rights reserved.