API Reference > OdDb Classes > OdDbCircle Class > OdDbCircle Methods > OdDbCircle::setCenter Method
OdDbCircle::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 circle entity (DXF 10) in WCS. The initial value is (0,0,0) by default. 

 

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