openvsp.modify
Apply scripted parameter edits to adjust geometry in OpenVSP models. Use set commands to modify aircraft components without running aerodynamic analysis.
Instructions
Apply scripted parameter edits to an OpenVSP model without running VSPAero. Use set_commands to adjust geometry; returns the generated script path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"$ref": "#/$defs/OpenVSPRequest"
}
},
"required": [
"request"
],
"type": "object"
}