API Reference > Classes > PRC Base Data Types Classes > OdPrcParameterization Class > OdPrcParameterization Constructor > OdPrcParameterization::OdPrcParameterization Constructor (OdGeInterval &, double, double)
OdPrcParameterization::OdPrcParameterization Constructor (OdGeInterval &, double, double)
Syntax
C++
OdPrcParameterization(const OdGeInterval & interval, double coeff_a = 1., double coeff_b = 0.);
Parameters 
Description 
const OdGeInterval & interval 
[in] A reference to an OdGeInterval object to specify the curve domain.  
double coeff_a = 1. 
[in] A value of coeff_a coefficient. Default value is 1.0.  
double coeff_b = 0. 
[in] A value of coeff_b coefficient. Default value is 0.0. 

Creates an OdPrcParameterization object based on a specified OdGeInterval object and coefficient values. 

 

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