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. 

 

Example of Working with the Xline Object 

Specific Infinite Line Properties 

OdDbXline::basePoint() method

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