Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::getEnvelope Method (OdGeInterval&, OdGeInterval&)
Syntax
C++
void getEnvelope(OdGeInterval& intrvlU, OdGeInterval& intrvlV) const;

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

 

Parameters
Description
intrvlU
[out] Receives the u interval.
intrvlV
[out] Receives the v interval.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.