API Reference > OdGe Classes > OdGeCurveSurfInt Class > OdGeCurveSurfInt Methods > OdGeCurveSurfInt::intParamCurve Method
OdGeCurveSurfInt::intParamCurve Method
Syntax
C++
OdGeCurve2d* intParamCurve(int intNum, bool isExternal, OdGeIntersectError& status) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection curve to return.  
bool isExternal 
[in] If true, returns a pointer of OdGeExternalCurve2d (not implemented).  
OdGeIntersectError& status 
[out] Receives the status of the intersection. 

A pointer to OdGeCurve2d.

Returns the 2d curve representing the specified intersection and the status of the intersection. 

 

If the intersection is not a 2d curve, returns NULL. If some intersection is queried more than once, returns NULL and sets status to kXXUnknown. 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

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