API Reference > FacetModeler Namespace > Classes > EdgeImage Structure
EdgeImage Structure
Syntax
C++
struct EdgeImage { Edge* pEdge; KeyType pFaceKey; KeyType pLoopKey; KeyType pVertexKey; KeyType pPrevKey; KeyType pNextKey; KeyType pPairKey; KeyType pPartnerKey; };

FMDataSerialize.h

Represents an edge entity to save.

 
Name 
Description 
 
Constructor. 
 
Name 
Description 
 
Edge pointer. 
 
Face key. 
 
Loop key. 
 
Next key. 
 
Pair key. 
 
Partner key. 
 
Previous key. 
 
Vertex key. 
Copyright © 2002-2020. Open Design Alliance. All rights reserved.