API Reference > Classes > PRC Base Data Types Classes > OdPrcDomain Class > OdPrcDomain Methods > set Method > OdPrcDomain::set Method (double, double, double, double)
OdPrcDomain::set Method (double, double, double, double)
Syntax
C++
OdResult set(double minU, double minV, double maxU, double maxV);
Parameters 
Description 
double minU 
[in] A new minimum value for U.  
double minV 
[in] A new minimum value for V.  
double maxU 
[in] A new maximum value for U.  
double maxV 
[in] A new maximum value for V.
 

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.