API Documentation > Interface Classes > Class wfcSurfaceTessellationData
Class wfcSurfaceTessellationData

# include <wfcGeometry.h>

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

Description
Interface for surface tessellation data
User Guide References:
Method Summary
The array of Facet vertex index in the tessellation data
The Array of normal vectors in the tessellation data
Number of facets in the tessellation data
Number of vertices in the tessellation data
The Array of vertex vectors in the tessellation data
Method Detail
GetSurface
()
User Guide References:
GetNumberOfVertices
()
Number of vertices in the tessellation data
User Guide References:
GetVertexVectors
()
The Array of vertex vectors in the tessellation data
User Guide References:
GetNormals
()
The Array of normal vectors in the tessellation data
User Guide References:
GetNumberOfFacets
()
Number of facets in the tessellation data
User Guide References:
GetFacetVertexIndices
()
The array of Facet vertex index in the tessellation data
User Guide References:
Was this helpful?