I'm wondering if the solution I have created is the best, most efficient way to achieve what I'd like? Essentially I want a variable grid that will create a series of stackable hollow units. I'm getting a significant slow down when I enable the Solid Difference (SDiff) component. Which begs the question, is this the most efficient way to do this?
The main reason it's so slow is because you are feeding a list of items separated in individual paths and another list contained in a single path. This makes the component behave as if you set it to cross-reference.
Nevertheless, there's a better alternative to solid difference. For example:
Permalink Reply by ry on January 28, 2010 at 8:01pm
Hello Vicente Soler,
Thanks so much for your help.. so simple.. merging data streams like that. One question regarding your previous response. Where exactly am I feeding a list of items seperated in individual paths and another list contained in a single path? Not sure exactly what you mean, or where you're referring?..