openvsp.inspect
Analyze OpenVSP aircraft geometry to identify components and retrieve structural data without making modifications to the design.
Instructions
Describe an OpenVSP geometry without modifying it. Returns component IDs and raw info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"$ref": "#/$defs/OpenVSPGeometryRequest"
}
},
"required": [
"request"
],
"type": "object"
}