API Reference > OdGe Classes > OdGeNurbCurve2d Class > OdGeNurbCurve2d Methods > OdGeNurbCurve2d::getFitTangents Method
OdGeNurbCurve2d::getFitTangents Method
Syntax
C++
bool getFitTangents(OdGeVector2d& startTangent, OdGeVector2d& endTangent) const;
Parameters 
Description 
OdGeVector2d& startTangent 
[out] Receives the starting tangent  
OdGeVector2d& endTangent 
[out] Receives the ending tangent. 

true if and only if this spline was constructed with fit data.

Retrieves the starting and ending tangents if this spline was constructed with fit data. 

 

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