API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > OdGeInterval::getMerge Method
OdGeInterval::getMerge Method
Syntax
C++
void getMerge(const OdGeInterval& otherInterval, OdGeInterval& result) const;
Parameters 
Description 
const OdGeInterval& otherInterval 
[in] The interval to be merged with this one.  
OdGeInterval& result 
[out] Receives the merged interval. 

Returns the smallest interval containing both the specified interval and this interval. 

 

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