Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcParameterization::OdPrcParameterization Constructor (double, double, double, double)
Syntax
C++
OdPrcParameterization(double min, double max, double coeff_a = 1., double coeff_b = 0.);

Creates an OdPrcParameterization object based on an interval specified with start and end values and coefficient values. 

 

Parameters
Description
min
[in] A start value of the interval.
max
[in] An end value of the interval.
coeff_a
[in] A value of coeff_a coefficient. Default value is 1.0.
coeff_b
[in] A value of coeff_b coefficient. Default value is 0.0.
Copyright © 2002-2022. Open Design Alliance All rights reserved.