Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcUVParameterization::OdPrcUVParameterization Constructor (double, double, double, double, bool, double, double, double, double)
Syntax
C++
OdPrcUVParameterization(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);

Creates an OdPrcUVParameterization object based on a domain specified with starting and ending values for u- and v-intervals and coefficient values. 

 

Parameters
Description
minU
[in] A starting value for the u-interval.
maxU
[in] An ending value for the u-interval.
minV
[in] A starting value for the v-interval.
maxV
[in] An ending value for the v-interval.
swap_uv
[in] A flag that determines whether uv param is swapped. Default value is false (not swapped).
u_coeff_a
[in] A value of the u_coeff_a coefficient. Default value is 1.0.
v_coeff_a
[in] A value of the v_coeff_a coefficient. Default value is 1.0.
u_coeff_b
[in] A value of the u_coeff_b coefficient. Default value is 0.0.
v_coeff_b
[in] A value of the v_coeff_b coefficient. Default value is 0.0.
Copyright © 2002-2022. Open Design Alliance All rights reserved.