API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > OdDbHatch::getHatchLinesData Method
OdDbHatch::getHatchLinesData Method
Syntax
C++
void getHatchLinesData(OdGePoint2dArray& startPoints, OdGePoint2dArray& endPoints) const;
Parameters 
Description 
OdGePoint2dArray& startPoints 
[out] Receives the start points.  
OdGePoint2dArray& endPoints 
[out] Receives the end points. 

Returns all the hatch line data for this Hatch entity. 

 

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