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

Sets the base point of the infinity line (DXF 10). The initial value is (0,0,0) by default. 

 

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