API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > OdDbHatch::getHatchLineDataAt Method
OdDbHatch::getHatchLineDataAt Method
Syntax
C++
void getHatchLineDataAt(int lineIndex, OdGePoint2d& startPoint, OdGePoint2d& endPoint) const;
Parameters 
Description 
int lineIndex 
[in] Line index.  
OdGePoint2d& startPoint 
[out] Receives the start point.  
OdGePoint2d& endPoint 
[out] Receives the end point. 

Returns the hatch line data for the specified hatch line in this Hatch entity. 

 

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