API Reference > OdGe Classes > OdGeSurface Class > OdGeSurface Methods > getEnvelope Method > OdGeSurface::getEnvelope Method (OdGeInterval&, OdGeInterval&)
OdGeSurface::getEnvelope Method (OdGeInterval&, OdGeInterval&)
Syntax
C++
void getEnvelope(OdGeInterval& intrvlU, OdGeInterval& intrvlV) const;
Parameters 
Description 
OdGeInterval& intrvlU 
[out] Receives the u interval.  
OdGeInterval& intrvlV 
[out] Receives the v interval. 

Returns the minimum rectangle in parameter space that contains the parameter domain of this surface. 

 

By default this function throws exception "not Implemented". Should be implemented in derived classes.

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