API Reference > OdDg Classes > OdDgBSplineCurve3d Class > OdDgBSplineCurve3d Methods > setFitData Method > OdDgBSplineCurve3d::setFitData Method (OdGePoint3dArray&, OdGeVector3d&, OdGeVector3d&, bool, bool)
OdDgBSplineCurve3d::setFitData Method (OdGePoint3dArray&, OdGeVector3d&, OdGeVector3d&, bool, bool)
Syntax
C++
OdResult setFitData(const OdGePoint3dArray& fitPoints, const OdGeVector3d& startTangent, const OdGeVector3d& endTangent, bool bClosed, bool bUniformKnots);
Parameters 
Description 
const OdGePoint3dArray& fitPoints 
[in] Fit points.  
const OdGeVector3d& startTangent 
[in] Start point tangent.  
const OdGeVector3d& endTangent 
[in] End point tangent.  
bool bUniformKnots 
[in] Knot parametrization. 

Sets the fit data for this Spline entity.

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