API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Constructor > OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (OdGePoint3dArray&, OdGeTol&)
OdGeNurbCurve3d::OdGeNurbCurve3d Constructor (OdGePoint3dArray&, OdGeTol&)
Syntax
C++
OdGeNurbCurve3d(const OdGePoint3dArray& fitPoints, const OdGeTol& fitTolerance = OdGeContext::gTol);
Parameters 
Description 
const OdGePoint3dArray& fitPoints 
[in] Array of points through which to fit the curve.  
const OdGeTol& fitTolerance = OdGeContext::gTol 
[in] Input maximal deviation of the curve from the fitPoints. 

Constructor for the OdGeNurbCurve3d class. 

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.