Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (const OdGePoint3dArray&, const OdGeTol&)
Syntax
C++
OdGeNurbCurve3d(const OdGePoint3dArray& fitPoints, const OdGeTol& fitTolerance = OdGeContext::gTol);

Constructor for the OdGeNurbCurve3d class. 

 

Parameters
Description
fitPoints
[in] Array of points through which to fit the curve.
fitTolerance
[in] Input maximal deviation of the curve from the fitPoints.

Constructs a 3D curve interpolating a given array of 3D points within given tolerance.

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