API Reference > Classes > PRC Base Data Types Classes > OdPrcDomain Class > OdPrcDomain Methods > set Method > OdPrcDomain::set Method (OdGePoint2d &, OdGePoint2d &)
OdPrcDomain::set Method (OdGePoint2d &, OdGePoint2d &)
Syntax
C++
OdResult set(const OdGePoint2d & minUV, const OdGePoint2d & maxUV);
Parameters 
Description 
const OdGePoint2d & minUV 
[in] A new minimum value for U and V to be set.  
const OdGePoint2d & maxUV 
[in] A new maximum value for U and V to be set.
 

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

Sets new values for U and V. 

 

minUV.x and minUV.y must be less than maxUV.x and maxUV.y respectively. If not, eInvalidInput is returned.

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