API Reference > OdDg Classes > OdDgBSplineCurve3d Class > OdDgBSplineCurve3d Methods > OdDgBSplineCurve3d::getFitTangents Method
OdDgBSplineCurve3d::getFitTangents Method
Syntax
C++
OdResult getFitTangents(OdGeVector3d& startTangent, OdGeVector3d& endTangent) const;
Parameters 
Description 
OdGeVector3d& startTangent 
[out] Receives the start point tangent.  
OdGeVector3d& 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.