API Reference > FacetModeler Namespace > Classes > Face Class > Face Methods > Face::edge Method
Face::edge Method
Syntax
C++
Edge* edge(OdUInt32 nLoop = 0) const;
Parameters 
Description 
OdUInt32 nLoop = 0 
[in] Index of the loop.  

Pointer to the first edge on the specified loop.

Returns the first edge from a loop with the specified index. 

 

Each face has at least one loop.

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