API Reference > OdDb Classes > OdDbEllipse Class > OdDbEllipse Methods > OdDbEllipse::get Method
OdDbEllipse::get Method
Syntax
C++
void get(OdGePoint3d& center, OdGeVector3d& unitNormal, OdGeVector3d& majorAxis, double& radiusRatio, double& startAngle, double& endAngle) const;
Parameters 
Description 
OdGePoint3d& center 
[out] Receives the WCS center.  
OdGeVector3d& unitNormal 
[out] Receives the WCS unit normal.  
OdGeVector3d& majorAxis 
[out] Receives the WCS major axis.  
double& radiusRatio 
[out] Receives the radius ratio.  
double& startAngle 
[out] Receives the start angle.  
double& endAngle 
[out] Receives the end angle. 

{NoAutoLink} Gets the properties for the ellipse entity. This method passes the properties through own arguments. 

 

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