rhino_skin_from_sections
Create a skin surface from ordered section curves in Rhino. Connects adjacent curves into ruled surfaces or a single loft, optionally closing the loop.
Instructions
Generate a skin (loft-equivalent) through ordered section curves.
- Standalone: chains ``CreateRuledSurface`` between adjacent section
pairs and returns the list of surface IDs; the caller can join them
downstream if needed.
- Bridge: emits a single Brep loft via ``Brep.CreateFromLoft``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||