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

Returns the current parameterization type for the parabola.

There are two types of parameterization which can be applied to a parabola:

Value Description 
0 Parameter is an X-axis coordinate (Y-axis is the axis of the parabola). 
1 Parameter is defined through the nominal parameterization formula and is proportional to a Y-axis coordinate (X-axis is the axis of the parabola). 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.