Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbArc::getDistAtParam Method
Syntax
C++
virtual OdResult getDistAtParam(double param, double& dist) const;

Computes the distance along the circular arc measured from the start point to the point on circular curve specified by the parameter. 

 

Parameters
Description
param
[in] Parameter value specifying the point on the circular curve as a Double value in radians.
dist
[out] Reference to a variable in which this method must save the distance value as a Double value in drawing units.
Copyright © 2002-2022. Open Design Alliance All rights reserved.