#include <xsi_meshbuilder.h>
This class reports the error status returned by CMeshBuilder::Build. If the mesh builder fails, the faulty indices are reported by this object.
Public Member Functions |
|
CErrorDescriptor (CStatus::Code in_code) | |
~CErrorDescriptor () | |
Public Attributes |
|
CLongArray | m_polygonIndices |
CLongArray | m_vertexIndices |
CLongArray | m_edgeIndices |
CLongArray | m_nodeIndices |
CErrorDescriptor | ( | CStatus::Code | in_code | ) |
Constructs a CMeshBuilder::CErrorDescriptor
in_code | Error status from CMeshBuilder::Build |
~CErrorDescriptor | ( | ) |
Default destructor
The faulty polygon indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.
The faulty vertex indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.
The faulty edge indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.
The faulty node indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.