API Reference > Classes > PRC Base Data Types Classes > OdPrcUVParameterization Class > OdPrcUVParameterization Constructor > OdPrcUVParameterization::OdPrcUVParameterization Constructor (OdGeInterval &, OdGeInterval &, bool, double, double, double, double)
OdPrcUVParameterization::OdPrcUVParameterization Constructor (OdGeInterval &, OdGeInterval &, bool, double, double, double, double)
Syntax
C++
OdPrcUVParameterization(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);
Parameters 
Description 
const OdGeInterval & ivU 
[in] A new minimum and maximum value for U represented with an OdGeInterval object.  
const OdGeInterval & ivV 
[in] A new minimum and maximum value for V represented with an OdGeInterval object.  
bool swap_uv = false 
[in] A flag that determines whether the uv param is swapped. Default value is false (not swapped).  
double u_coeff_a = 1 
[in] A value of u_coeff_a coefficient. Default value is 1.0.  
double v_coeff_a = 1 
[in] A value of v_coeff_a coefficient. Default value is 1.0.  
double u_coeff_b = 0 
[in] A value of u_coeff_b coefficient. Default value is 0.0.  
double v_coeff_b = 0 
[in] A value of v_coeff_b coefficient. Default value is 0.0. 

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

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.