API Reference > Classes > PRC Curve Classes > OdPrcParabola2d Class > OdPrcParabola2d Methods > OdPrcParabola2d::setParameterizationType Method
OdPrcParabola2d::setParameterizationType Method
Syntax
C++
void setParameterizationType(OdInt8 parameterization_type);
Parameters 
Description 
OdInt8 parameterization_type 
[in] A new value of the parameterization type to be set. 

Sets a new 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.