API Reference > OdDb Classes > OdDbArc Class > OdDbArc Methods > OdDbArc::setCenter Method
OdDbArc::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 point of the circular arc (DXF 10) in WCS. The initial value is (0,0,0) by default. 

 

Example of Working with the Circular Arc 

Specific Circular Arc Properties 

OdDbArc::center() method

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