API Reference > Classes > PRC Base Data Types Classes > OdPrcDomain Class > OdPrcDomain Methods > set Method > OdPrcDomain::set Method (OdGeInterval &, OdGeInterval &)
OdPrcDomain::set Method (OdGeInterval &, OdGeInterval &)
Syntax
C++
OdResult set(const OdGeInterval & intervalU, const OdGeInterval & intervalV);
Parameters 
Description 
const OdGeInterval & intervalU 
[in] A new minimum and maximum value for U represented with an OdGeInterval object.  
const OdGeInterval & intervalV 
[in] A new minimum and maximum value for V represented with an OdGeInterval object.
 

Returns eOk if new values were successfully set or an appropriate error code in the other case.

Sets new values for U and V. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.