API Reference > OdGe Classes > OdGeCircArc2d Class > OdGeCircArc2d Constructor > OdGeCircArc2d::OdGeCircArc2d Constructor (OdGePoint2d&, OdGePoint2d&, OdGePoint2d&)
OdGeCircArc2d::OdGeCircArc2d Constructor (OdGePoint2d&, OdGePoint2d&, OdGePoint2d&)
Syntax
C++
OdGeCircArc2d(const OdGePoint2d& startPoint, const OdGePoint2d& secondPoint, const OdGePoint2d& endPoint);
Parameters 
Description 
const OdGePoint2d& startPoint 
[in] Startpoint of an arc.  
const OdGePoint2d& secondPoint 
[in] Second point on a 3-point arc.  
const OdGePoint2d& endPoint 
[in] Endpoint of an arc. 

details Constructor for the OdGeCircArc2d class.

The constructor creates a circle arc with the specified parameters.

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