API Reference > OdDg Classes > OdDgMultiVertex3d Class > OdDgMultiVertex3d Methods > OdDgMultiVertex3d::getDistAtParam Method
OdDgMultiVertex3d::getDistAtParam Method
Syntax
C++
virtual OdResult getDistAtParam(double param, double& dist) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
double& dist 
[out] Receives the distance. 

Returns eOk if successful, or an appropriate error code if not.

Returns the distance along this Curve object from its start point to the point specified by param. 

 

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