rhino_skin_from_sections
Generate a surface skin from ordered section curves. Supports two or more curves to create ruled surfaces between pairs or a single loft Brep.
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 | |||