measure_symmetry
Analyze vertex positions to determine mesh symmetry along a chosen axis (X, Y, or Z) with an adjustable distance threshold.
Instructions
Check mesh symmetry across an axis.
Analyzes vertex positions to determine how symmetric the mesh is.
Args: object_name: Mesh object to check axis: Symmetry axis (X, Y, or Z) threshold: Distance threshold for considering vertices as symmetric
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | X | |
| threshold | No | ||
| object_name | Yes |