MeshDiff
From K-3D
Description
| Compares meshes for equivalence |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, Test Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Threshold | Sets the maximum allowable difference between floating-point numbers. | k3d::int32_t | threshold |
| Difference | Difference in Units in the Last Place. | k3d::uint64_t | difference |
| Equal | True iff all input meshes are completely equivalent. | k3d::bool_t | equal |
Overview
MeshDiff is primarily used by the regression test system to determine whether the mesh output of a plugin is correct.

