API Reference > OdGe Classes > OdGeCurveCurveInt2d Class > OdGeCurveCurveInt2d Methods > OdGeCurveCurveInt2d::getIntParams Method
OdGeCurveCurveInt2d::getIntParams Method
Syntax
C++
void getIntParams(int intNum, double& param1, double& param2) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection point to return.  
double& param1 
[out] Receives the parameter of the first curve at the intersection point.  
double& param2 
[out] Receives the parameter of the second curve at the intersection point. 

Retrieves the curve parameters at the specified intersection point. 

 

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