API Reference > OdGe Classes > OdGeCircArc2d Class > OdGeCircArc2d Constructor > OdGeCircArc2d::OdGeCircArc2d Constructor (OdGePoint2d&, double)
OdGeCircArc2d::OdGeCircArc2d Constructor (OdGePoint2d&, double)
Syntax
C++
OdGeCircArc2d(const OdGePoint2d& center, double radius);
Parameters 
Description 
const OdGePoint2d& center 
[in] Center of circle.  
double radius 
[in] Radius of circle. 

details Constructor for the OdGeCircArc2d class.

The constructor creates a circle with the specified parameters.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.