Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have a project where I need sets of parameters that are dependent upon a master variable to select the version of the data.
Example:
Variable Name Normal Value Alternate 1 Alternate 2
Variable Name | Primary Data Set | Alternate Data Set 1 | Alternate Data Set 2 |
Scale | 1 | 0.33 | 0.25 |
Scale Index | 1 | 2 | 3 |
Length | 100 | 33.3 | 25 |
Material Thickness | 5 | 3 | 2 |
What I would like is to create a few method signature that can be used in the parameters window similar to these:
CalculateScale(Scale, 100); // For Length
SelectScaleValue(ScaleIndex, [5,3,2]); // For Material Thickness, array of values
Is this possible, and if so, where do I look for reference materials on creating such methods?
Thanks in advance for any and all help!
========================
CAD Enthusiast
Former Developer
CAD Enthusiast
Former Developer
Solved! Go to Solution.