Parameters |
Description |
double minU |
[in] A starting value for the u-interval. |
double maxU |
[in] An ending value for the u-interval. |
double minV |
[in] A starting value for the v-interval. |
double maxV |
[in] An ending value for the v-interval. |
bool swap_uv = false |
[in] A flag that determines whether uv param is swapped. Default value is false (not swapped). |
double u_coeff_a = 1 |
[in] A value of the u_coeff_a coefficient. Default value is 1.0. |
double v_coeff_a = 1 |
[in] A value of the v_coeff_a coefficient. Default value is 1.0. |
double u_coeff_b = 0 |
[in] A value of the u_coeff_b coefficient. Default value is 0.0. |
double v_coeff_b = 0 |
[in] A value of the v_coeff_b coefficient. Default value is 0.0. |
Creates an OdPrcUVParameterization object based on a domain specified with starting and ending values for u- and v-intervals and coefficient values.
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.
|