API Reference > Classes > PRC Curve Classes > OdPrcEllipse3d Class
OdPrcEllipse3d Class
OdPrcEllipse3dOdPrcEllipse3dOdPrcEllipse3d
Syntax
C++
class OdPrcEllipse3d : public OdPrcCurve3d;

PrcEllipse3d.h

 

Class implements a three-dimensional ellipse with its possible parameterization and transformation for positioning in model space.

Transformation can be one of the following:

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

 

OdPrcEllipse3d inherits the OdPrcCurve class and can be reparameterized and trimmed through the OdPrcParameterization class and setParameterization() method.

Destroys the ellipse object. 
Returns the current ellipse X-axis radius value. 
Returns the current ellipse Y-axis radius value. 
Sets a new value of the ellipse radius at the X-axis.
 
Sets a new value of the ellipse radius at the Y-axis.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.