API Reference > OdDg Classes > OdDgBSplineCurve2d Class > OdDgBSplineCurve2d Methods > OdDgBSplineCurve2d::getFitTangents Method
OdDgBSplineCurve2d::getFitTangents Method
Syntax
C++
OdResult getFitTangents(OdGeVector2d& startTangent, OdGeVector2d& endTangent) const;
Parameters 
Description 
OdGeVector2d& startTangent 
[out] Receives the start point tangent.  
OdGeVector2d& endTangent 
[out] Receives the end point tangent. 

Returns the start point and end point WCS fit tangents for this curve entity.

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