Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Comparison
Measures the min/max and average closest-point distances between two meshes.
Target is Geometry Script Library Mesh Comparison Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| object | Other Mesh | |
| struct | Options |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Max Distance | |
| real | Min Distance | |
| real | Average Distance | |
| real | Root Mean Sqr Deviation | |
| object | Target Mesh |