API Reference > OdGe Classes > OdGeCurveCurveInt2d Class > OdGeCurveCurveInt2d Methods > OdGeCurveCurveInt2d::getPointOnCurve2 Method
OdGeCurveCurveInt2d::getPointOnCurve2 Method
Syntax
C++
void getPointOnCurve2(int intNum, OdGePointOnCurve2d& intPnt) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection point to return.  
OdGePointOnCurve2d& intPnt 
[out] Receives the specified intersection point on the second curve. 

Retrieves the specified intersection point as an OdGePointOnCurve2d on the second curve. 

 

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