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

Retrieves the intersection point on the curve, and retrieves the status of the intersection. 

 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

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