API Reference > Classes > PRC Graphical Classes > OdPrcCircle2d Class
OdPrcCircle2d Class
OdPrcCircle2dOdPrcCircle2dOdPrcCircle2d
Syntax
C++
class OdPrcCircle2d : public OdPrcCurve2d;

PrcCircle2d.h

 

Class implements a two-dimensional circle 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 

 

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

Destroys the circle. 
Returns the current circle radius value. 
Sets a new value of the circle radius.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.