rhino_check_naked_edges
Checks a Brep for naked edges, returning each edge index and length plus the total gap count.
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 | |||