Add part if condition is met
Hi,
I have an assembly that contains aluminium-Profiles.
If the profiles exceed a length of (lets say 1500mm) then other profiles have to be added to the assembly to increase stability.
So maybe something like that is possible:
if(length of dimension > 1500)
then add/ the profiles/parts to reinforce the construction
How can something like that be done ?
Thanks,
Maik

