API Reference > Classes > Geometry Classes > OdBmGEdge Class > OdBmGEdge Methods > OdBmGEdge::getFirstAndLastEdgeGePnt Method
OdBmGEdge::getFirstAndLastEdgeGePnt Method
Syntax
C++
bool getFirstAndLastEdgeGePnt(OdGePoint3d& pt, bool bLastPt) const;
Parameters 
Description 
OdGePoint3d& pt 
[out] Output point.  
bool bLastPt 
[in] Which point do we need to return. false is first point. true is last point.  

Returns true if the point exists.

Returns the edge's 3D start or end points. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.