rhino_check_bad_objects
Validate selected objects in Rhino and report whether they are solid or have issues. Detect invalid geometry to identify and fix bad objects.
Instructions
Check selected objects for validity and report solid status.
Uses rhinoscriptsyntax to inspect each selected object and report
whether it is valid/solid or has issues.
Args:
controller: RhinoController instance.
Returns:
Dict with command result containing validity report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |