API Reference > Classes > PRC Curve Classes > OdPrcParabola3d Class
OdPrcParabola3d Class
OdPrcParabola3dOdPrcParabola3dOdPrcParabola3d
Syntax
C++
class OdPrcParabola3d : public OdPrcCurve3d;

PrcParabola3d.h

 

Class implements a three-dimensional parabolic curve (parabola). A parabola can be parameterized and transformed for positioning in model space.

Transformation can be one of the following:

Value Description 
0x00 Identity 
0x01 Translate 
0x02 Rotate 
0x08 Scale 

 

OdPrcParabola3d inherits the OdPrcCurve class and can be reparameterized and trimmed using the OdPrcParameterization class and setParameterization() method.

Destroys the parabola object. 
Returns the current focal length for the parabola. 
Returns ther current parameterization type for the parabola. 
Sets a new focal length for the parabola.
 
Sets a parameterization type for the parabola.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.