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

Sets the start point of the line (DXF 10) in WCS. The initial value is (0,0,0) by default. 

 

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