C++
GE_DLLEXPIMPORT void getOverlapRanges( int overlapNum, AcGeInterval& range1, AcGeInterval& range2 ) const;
Description
Returns the intervals of overlap of each curve of the specified overlap. overlapNum must be non-negative and be less than the number of overlaps returned by overlapCount().
Parameters
Parameters | Description |
---|---|
overlapNum | Input number of overlaps to get intervals for |
range1 | Output first range interval of overlap |
range2 | Output second range interval of overlap |