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

Retrieves the specified intersection point as an OdGePointOnCurve3d on the first curve. 

 

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