API Reference > OdGe Classes > OdGeCurveCurveInt3d Class > OdGeCurveCurveInt3d Methods > OdGeCurveCurveInt3d::getOverlapRanges Method
OdGeCurveCurveInt3d::getOverlapRanges Method
Syntax
C++
void getOverlapRanges(int overlapNum, OdGeInterval& range1, OdGeInterval& range2) const;
Parameters 
Description 
int overlapNum 
[in] The zero-based index of the overlap range to query.  
OdGeInterval& range1 
[out] Receives the range of the first curve for the specified overlap.  
OdGeInterval& range2 
[out] Receives the range of the second curve for the specified overlap. 

Retrieves the ranges for each curve a the specified overlap. 

 

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