Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator > API/Plugins/DatasmithTranslator/Utility
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/Utility/DatasmithMeshHelper.h |
| Include | #include "Utility/DatasmithMeshHelper.h" |
namespace DatasmithMeshHelper
{
bool DatasmithMeshHelper::IsTriangleDegenerated
(
const FMeshDescription & Mesh,
const FMeshTriangle & MeshTriangle
)
}
Remarks
Test if a triangle is extremely small or if its corners are aligned. bool True for degenerated triangles, false otherwise
Parameters
| Name | Description |
|---|---|
| Mesh | Source mesh that contains the tested triangle |
| MeshTriangle | Triangle in that mesh |