Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcUVParameterization::set Method (const OdGeInterval &, const OdGeInterval &, bool, double, double, double, double)
Syntax
C++
OdResult set(const OdGeInterval & ivU, const OdGeInterval & ivV, 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
ivU
[in] A new minimum and maximum value for U represented with an OdGeInterval object.
ivV
[in] A new minimum and maximum value for V represented with an OdGeInterval object.
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.