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

PrcParameterization.h

 

Class for storing and working with a curve domain and parameters. It contains an interval for specifying curve domain values and two coefficients (coeff_a and coeff_b) used to parameterize the curve to its implicit parameters.

 
Name 
Description 
 
This is the overview for the OdPrcParameterization constructor overload. 
 
Name 
Description 
 
Returns the current value of coeff_a coefficient. 
 
Returns the current value of coeff_a coefficient. 
 
Returns the implicit interval according to the current coefficient values and interval boundaries. 
 
Returns the implicit parameter according to the current coefficient values and specified parameter value.
 
 
Returns the real parameter according to the current coefficient values and specified parameter value.
 
 
Returns the current interval of parameterization. 
 
set 
This is the overview for the set method overload. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.