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

Returns ther 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 by 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.