Hi,
In my VisualScript, I have an IntegerComboBox with few values.
It's working great but how can I define the default value (in my case 145) ?
Best
Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.
Melden Sie sich jetzt an und diskutieren Sie mit!
Hi,
In my VisualScript, I have an IntegerComboBox with few values.
It's working great but how can I define the default value (in my case 145) ?
Best
The parameter Value should allow you to set the default value for the IntegerComboBox. But it doesn't seem to work properly on that node. You can try StringComboBox as a workaround. Please check attached screenshot.
This default value will be used, if the PythonPart is never changed while placing. Once this PythonPart with that value changed gets placed in Allplan, next time you start the script, it will use last used value. To revert it back to use default value, you can click the "Restore basic settings" button. But it will reset all parameters back to default.
Product Owner API, Allplan GmbH
The parameter Value should allow you to set the default value for the IntegerComboBox. But it doesn't seem to work properly on that node. You can try StringComboBox as a workaround. Please check attached screenshot.
This default value will be used, if the PythonPart is never changed while placing. Once this PythonPart with that value changed gets placed in Allplan, next time you start the script, it will use last used value. To revert it back to use default value, you can click the "Restore basic settings" button. But it will reset all parameters back to default.
Product Owner API, Allplan GmbH