API Reference > Classes > PRC Curve Classes > OdPrcHyperbola2d Class > OdPrcHyperbola2d Methods > OdPrcHyperbola2d::setParameterizationType Method
OdPrcHyperbola2d::setParameterizationType Method
Syntax
C++
OdResult setParameterizationType(OdUInt8 value);
Parameters 
Description 
OdUInt8 value 
[in] A new value of the parameterization type.
 

Returns eOk if a new parameterization type was successfully set or an appropriate error code in the other case.

Sets a new value of the hyperbola parameterization type. There are two types of hyperbola parameterization:

Value 
Description 
Parameter represents the Y-axis coordinate value. 
Parameterization formula is used. It is based on cosh (x) and sinh(y) functions. 

 

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