Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcUVParameterization::set Method (const OdPrcDomain &, bool, double, double, double, double)
Syntax
C++
OdResult set(const OdPrcDomain & uv_domain, 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 new swap flag value, and u- and v-coefficients to new values. 

 

Parameters
Description
uv_domain
[in] A reference to a new domain to be set.
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.