Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcDomain::set Method (const OdGePoint2d &, const OdGePoint2d &)
Syntax
C++
OdResult set(const OdGePoint2d & minUV, const OdGePoint2d & maxUV);

Sets new values for U and V. 

 

Parameters
Description
minUV
[in] A new minimum value for U and V to be set.
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.

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

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