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. 

 

Example of Working with the Line Object 

Specific Line Properties 

OdDbLine::startPoint(), OdDbLine::setEndPoint() methods

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