API Reference > OdGe Classes > OdGeEllipArc2d Class > OdGeEllipArc2d Constructor > OdGeEllipArc2d::OdGeEllipArc2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double, double, double)
OdGeEllipArc2d::OdGeEllipArc2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double, double, double)
Syntax
C++
OdGeEllipArc2d(const OdGePoint2d& center, const OdGeVector2d& majorAxis, const OdGeVector2d& minorAxis, double majorRadius, double minorRadius, double startAng, double endAng);
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] Start angle of this elliptical arc.  
double endAng 
[in] End angle of this elliptical arc. 

Constructor for the OdGeEllipArc2d class. 

 

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