Close

Relief for ODA Team in Ukraine

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

Computes the distance along the circle measured from the OCS X-axis to the point on the circle specified the parameter. 

 

Parameters
Description
param
[in] Parameter value specifying the point on the circle 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.