API Documentation > Interface Classes > Class wfcEdgeVertexData
Class wfcEdgeVertexData

# include <wfcGeometry.h>

class
wfcEdgeVertexData
: public virtual
xobject
{
xdeclare(wfcEdgeVertexData)
...
};
This is a
COMPACT class.

Description
The data of edge vertex.
Method Summary
The array of edges meeting at the specified edge end.
The array of surface adjacent to the edges
An array of end types of the neighboring edges
Method Detail
GetEdges
()
The array of edges meeting at the specified edge end.
An array of end types of the neighboring edges
GetSurfaces
()
The array of surface adjacent to the edges
Was this helpful?