API Reference > OdGe Classes > OdGeLineSeg3d Class > OdGeLineSeg3d Methods > OdGeLineSeg3d::getDistanceToVector Method
OdGeLineSeg3d::getDistanceToVector Method
Syntax
C++
double getDistanceToVector(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] A 3D point from which the distance is calculated.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Tolerance. 

Returns the distance to vector. 

 

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