API Reference > OdGe Classes > OdGeCurveSurfInt Class > OdGeCurveSurfInt Methods > OdGeCurveSurfInt::getOverlapRange Method
OdGeCurveSurfInt::getOverlapRange Method
Syntax
C++
void getOverlapRange(int intNum, OdGeInterval& range, OdGeIntersectError& status) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the overlap range to query.  
OdGeInterval& range 
[out] Receives the range of the curve for the specified overlap.  
OdGeIntersectError& status 
[out] Receives the status of the intersection. 

Retrieves the range for the curve for the specified overlap, 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.