rhino_check_naked_edges
Identify open boundaries in a Brep by enumerating naked edges with lengths and gap count. Helps detect gaps or unsewn edges in a model.
Instructions
Enumerate naked edges of a Brep with their lengths (bridge only).
Standalone rhino3dm cannot enumerate naked edges. In bridge mode this
forwards to ``Rhino.Geometry.Brep.GetNakedEdges`` and returns
``[{edge_index, length}, ...]`` plus the gap count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||