API Reference > FacetModeler Namespace > Classes > Edge Class > Edge Methods > Edge::endVertex Method
Edge::endVertex Method
Syntax
C++
Vertex* endVertex() const;

Pointer to the last vertex on the edge. 

Inline alias method for the statement: this->next()->vertex();

Gets the end vertex. 

 

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