API Reference > OdGe Classes > OdGeCircArc2d Class > OdGeCircArc2d Methods > set Method > OdGeCircArc2d::set Method (OdGePoint2d&, double)
OdGeCircArc2d::set Method (OdGePoint2d&, double)
Syntax
C++
OdGeCircArc2d& set(const OdGePoint2d& center, double radius);
Parameters 
Description 
const OdGePoint2d& center 
[in] Center of arc.  
double radius 
[in] Radius 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.