Hey there,
I'm looking for some wisdom right now.
In a family I'm creating, I have a sweep between two reference planes. The distance between these two planes is a parameter. When I change the value of this parameter, the length of my sweep changes with it. Everything works smoothly. This is the nice part.
The not so nice part is that I need an array of this sweep. When created, I realize that when I change the value of my parameter, not a single element of the array changes.
Question: is it possible to make things work (ie: every element of the array sees its length changing with the value of the parameter) with this method, considering the fact that it is a lot easier for me to use the array fonction to create copies of my sweep? Any other option is of course welcome!



I'm looking for some wisdom right now.
In a family I'm creating, I have a sweep between two reference planes. The distance between these two planes is a parameter. When I change the value of this parameter, the length of my sweep changes with it. Everything works smoothly. This is the nice part.
The not so nice part is that I need an array of this sweep. When created, I realize that when I change the value of my parameter, not a single element of the array changes.

Question: is it possible to make things work (ie: every element of the array sees its length changing with the value of the parameter) with this method, considering the fact that it is a lot easier for me to use the array fonction to create copies of my sweep? Any other option is of course welcome!
Comment