API Reference > OdDg Classes > OdDgBSplineCurve3d Class > OdDgBSplineCurve3d Methods > getFitData Method > OdDgBSplineCurve3d::getFitData Method (OdGePoint3dArray&, OdUInt32&, bool&, OdGeVector3d&, OdGeVector3d&)
OdDgBSplineCurve3d::getFitData Method (OdGePoint3dArray&, OdUInt32&, bool&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
OdResult getFitData(OdGePoint3dArray& fitPoints, OdUInt32& uOrder, bool& tangentsExist, OdGeVector3d& startTangent, OdGeVector3d& endTangent) const;
Parameters 
Description 
OdGePoint3dArray& fitPoints 
[out] Receives the fit points.  
OdUInt32& uOrder 
[out] Receives the order.  
bool& tangentsExist 
[out] Receives true if and only if start and end tangents are used.  
OdGeVector3d& startTangent 
[out] Receives the start point tangent.  
OdGeVector3d& endTangent 
[out] Receives the end point tangent. 

Returns the fit data for this Spline entity. 

 

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