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

eOk if the new parameterization type was successfully set; otherwise, the method returns an appropriate error code.

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