📄️ Connected
Ensures all vertices in a mesh are reachable from each other, confirming mesh connectivity.
📄️ Convex Shape
Ensures that the mesh is convex, applying a Convex Hull correction if necessary.
📄️ Inner Shape
Validates that the mesh lays entirely outside the reference mesh, effectively making the reference mesh an 'inner shape' and attempt to apply corrections if necessary to achieve this fit.
📄️ Max Edge Count
Check if the mesh exceeds a specified maximum edge count and correct it if necessary.
📄️ Max Polygons Count
Check if the mesh exceeds a specified maximum polygon count and correct it if necessary.
📄️ Max Vertex Count
Check if the mesh exceeds a specified maximum vertex count and correct it if necessary.
📄️ Mesh Classification
This rule checks that the mesh classifies as specific labels.
📄️ Mesh Count Range
Ensures the total number of meshes within a file falls within a specified range.
📄️ Mesh Moderation
This rule checks that the mesh does not contain any/specific moderation labels.
📄️ Mesh Size
Ensures the mesh dimensions do not exceed specified max size limits and meet min size requirements.
📄️ Min Angle
Checks that all angles in the mesh meet or exceed a specified minimum angle.
📄️ Outer Shape
Validates that the specified mesh is contained within the boundaries of a reference mesh, effectively making the reference mesh an 'outer shape' and attempt to apply corrections if necessary to achieve this fit.
📄️ Single Mesh
Verifies a file contains a single mesh, ensuring simplicity and focus on only one mesh.
📄️ 3D File Format
Check and correct the 3D file to ensure it's in a specified format.
📄️ Triangles Only
Ensures that the mesh consists only of triangles, applying a Triangulate modifier if necessary.