API Reference > Classes > PRC Base Data Types Classes > OdPrcParameterization Class > OdPrcParameterization Methods > set Method > OdPrcParameterization::set Method (OdGeInterval &, double, double)
OdPrcParameterization::set Method (OdGeInterval &, double, double)
Syntax
C++
OdResult set(const OdGeInterval & interval, double coeff_a = 1., double coeff_b = 0.);
Parameters 
Description 
const OdGeInterval & interval 
[in] A reference to a new interval to be set.  
double coeff_a = 1. 
[in] A new coeff_a value to be set. Default value is 1.0.  
double coeff_b = 0. 
[in] A new coeff_b value to be set. Default value is 0.0. 

Sets a new interval and coefficient values. 

 

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