Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshRefinerBase
Syntax
double TinyTriangleThreshold
Remarks
Avoid creation of triangles smaller than this value. We compare the triangle cross product's norm squared to this value since it's cheaper to compute than the triangle area. So the actual area threshold is sqrt(TinyTriangleThreshold)/2. Default is based on the threshold for creating triangles in a simulation mesh