API Reference > Classes > PRC Curve Classes > OdPrcHyperbola3d Class > OdPrcHyperbola3d Methods > OdPrcHyperbola3d::parameterizationType Method
OdPrcHyperbola3d::parameterizationType Method
Syntax
C++
OdUInt8 parameterizationType() const;

Returns the current parameterization type used for the hyperbola. 

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.