API Reference > OdGe Classes > OdGePointOnCurve3d Class > OdGePointOnCurve3d Methods > curvature Method > OdGePointOnCurve3d::curvature Method (double, double&)
OdGePointOnCurve3d::curvature Method (double, double&)
Syntax
C++
bool curvature(double param, double& res);
Parameters 
Description 
double param 
[in] Parameter to specify a point on curve3d.  
double& res 
[out] Receives the curvature of the curve at the specified point. 

Returns true if and only if the first derivative vector has a non-zero length, and the curvature of the curve at the point on the curve. 

 

Currently not implemented.

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