InternalThe raw input parameter schema to process
A fully processed and typed InputParam object with appropriate type-specific properties
The function performs the following operations:
Supported parameter types:
Number and Integer: Numeric inputs with optional min/max constraintsBoolean: Boolean flag inputsText: String inputsGeometry: Generic geometry objectsPoint: 3D point objectsLine: Line objects
Processes a raw input parameter schema and converts it into a typed InputParam object.
This is an internal processor. Use
fetchParsedDefinitionIO()to get processed inputs instead.This function handles the transformation of raw input parameter data from Grasshopper into a structured, type-safe format. It performs validation, type-specific processing, and error handling for various parameter types including numeric, boolean, text, geometry, point, and line inputs.