serp_command
Execute any Serpentine3D command by providing its interactive inputs in order, replicating command-line behavior for direct modeling control.
Instructions
Run any Serpentine3D command exactly as if typed in the command line, supplying its interactive inputs in order.
Examples: command='circle', inputs=['0,0,0', '5'] command='extrude', inputs=['Curve 01', '', '20', 'Yes'] (object name(s), then '' to end selection, then distance, then cap) command='zoomextents'
Selection prompts accept object names, 'all', or '' to finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |