03-05-2024
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-05-2024
12:31 PM
I have been searching for the right logic, but I have not had any luck. What I am trying to do is to use a parameter change to pull numbers out of arrays that I have programmed in and have those numbers replace numbers in a sketch to change the parts. Can someone point me to the right logic.
Thanks
Dan
Solved! Go to Solution.
03-06-2024
07:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-06-2024
07:56 AM
I finally found it!
Dim sketchDim3 As Double = BArray(0) Dim sketchParam3 As Parameter = oSketch.DimensionParameters.Item("B_Diameter") sketchParam3.Expression = sketchDim3.ToString()