API Reference > Classes > PRC Base Data Types Classes > OdPrcUVParameterization Class
OdPrcUVParameterization Class
OdPrcUVParameterization
Syntax
C++
class OdPrcUVParameterization;

PrcUVParameterization.h

 

Class for storing and operating with surface parameterization. It contains a surface domain and four coefficients (u_coeff_a and v_coeff_a, u_coeff_b, and v_coeff_b) used to parameterize the surface to its implicit parameters.

 
Name 
Description 
 
This is the overview for the OdPrcUVParameterization constructor overload. 
 
Name 
Description 
 
This is the overview for the getImplicitDomain method overload. 
 
Returns the implicit u-parameter according to the current coefficient values and a specified parameter value.
 
 
Returns the implicit v-parameter according to the current coefficient values and a specified parameter value.
 
 
Retrieves the real parameter according to the current cofficient values and a specified implicit parameter value.
 
 
Retrieves the real U-parameter according to the current cofficient values and a specified implicit parameter value.  
 
Retrieves the real v-parameter according to the current cofficient values and a specified implicit parameter value.  
 
set 
This is the overview for the set method overload. 
 
Returns the current uv parameter swap flag value. If returns true, uv parameters were swapped; returns false in the other case. 
 
Returns the current value of the u_coeff_a coefficient. 
 
Returns the current value of the u_coeff_b coefficient. 
 
Returns the current domain of the parameterization. 
 
Returns the current value of the v_coeff_a coefficient. 
 
Returns the current value of the v_coeff_b coefficient. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.