API Reference > OdDb Classes > OdDbEllipse Class > OdDbEllipse Methods > OdDbEllipse::setCenter Method
OdDbEllipse::setCenter Method
Syntax
C++
void setCenter(const OdGePoint3d& center);
Parameters 
Description 
const OdGePoint3d& center 
[in] Three-dimensional point instance to set the center. 

Sets the center of the elliptical figure (ellipse or arc) (DXF 10) in WCS. The initial value is (0,0,0) by default. 

 

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