Message 1 of 1
Script to Access and Verify User Parameters, then Modify and Export as STL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently working on a script that would access the user parameters of a design, let's say "length", "height", and "width". It has a user interface similar to the "SpurGear" sample script's UI to input parameter values. It should verify that these parameters exist and if they do not exist, then they are not put onto the UI. Once the values are inputted, and "OK" is clicked, the parameters are modified and the model is exported as an STL.
Any help would be appreciated, if the question is too broad, I can narrow it down. The main issue is the verification of the existence of the parameters.
Thank you!