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. 

 

Example of Working with the Circle Object 

Specific Circle Properties 

OdDbCircle::center() method

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