Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcUVParameterization::set Method (double, double, double, double, bool, double, double, double, double)
Syntax
C++
OdResult set(double minU, double maxU, double minV, double maxV, bool swap_uv = false, double u_coeff_a = 1, double v_coeff_a = 1, double u_coeff_b = 0, double v_coeff_b = 0);

Sets a new domain, a swap flag value, and u- and v-coefficients to new values. 

 

Parameters
Description
minU
[in] A new starting value of the u-interval.
maxU
[in] A new ending value of the u-interval.
minV
[in] A new starting value of the v-interval.
maxV
[in] A new ending value of the v-interval.
swap_uv
[in] A new value of the swap flag to be set.
u_coeff_a
[in] A new u_coeff_a value. Default value is 1.0.
v_coeff_a
[in] A new v_coeff_a value. Default value is 1.0.
u_coeff_b
[in] A new u_coeff_b value. Default value is 0.0.
v_coeff_b
[in] A new v_coeff_b value. Default value is 0.0.

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

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