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

Sets the parameters for this arc according to the arguments, and returns a reference to this arc. 

 

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