API Reference > OdGe Classes > OdGeEllipArc2d Class > OdGeEllipArc2d Constructor > OdGeEllipArc2d::OdGeEllipArc2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double)
OdGeEllipArc2d::OdGeEllipArc2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&, double, double)
Syntax
C++
OdGeEllipArc2d(const OdGePoint2d& center, const OdGeVector2d& majorAxis, const OdGeVector2d& minorAxis, double majorRadius, double minorRadius);
Parameters 
Description 
const OdGePoint2d& center 
[in] Center of this elliptical arc.  
const OdGeVector2d& majorAxis 
[in] Major axis of this elliptical arc.  
const OdGeVector2d& minorAxis 
[in] Minor axis of this elliptical arc.  
double majorRadius 
[in] Major radius of this elliptical arc.  
double minorRadius 
[in] Minor radius of this elliptical arc. 

Constructor for the OdGeEllipArc2d class. 

 

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