API Reference > OdGe Classes > OdGeCompositeCurve2d Class > OdGeCompositeCurve2d Methods > OdGeCompositeCurve2d::globalToLocalParam Method
OdGeCompositeCurve2d::globalToLocalParam Method
Syntax
C++
double globalToLocalParam(double param, int& crvNum) const;
Parameters 
Description 
double param 
[in] Parameter value on composite curve.  
int& crvNum 
[out] Receives the curve number of the subcurve. 

Returns the parameter on a subcurve, and the index of that subcurve, corresponding to the specified parameter on the composite curve. 

 

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