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.
|