API Reference > OdGe Classes > OdGeEllipArc2d Class > OdGeEllipArc2d Methods > set Method > OdGeEllipArc2d::set Method (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double, double, double)
OdGeEllipArc2d::set Method (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double, double, double)
Syntax
C++
Parameters 
Description 
const OdGePoint2d& center 
[in] The center of this elliptical arc.  
const OdGeVector2d& majorAxis 
[in] The major axis of this elliptical arc.  
const OdGeVector2d& minorAxis 
[in] The minor axis of this elliptical arc.  
double majorRadius 
[in] The major radius of this elliptical arc.  
double minorRadius 
[in] The minor radius of this elliptical arc.  
double startAng 
[in] Starting angle of this elliptical arc.  
double endAng 
[in] Ending angle of this elliptical arc. 

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

 

All angles are expressed in radians.

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