I tried to put my work on fabrication stage and cut it on laser but find out theres soo many small useless pieces which I liked to take out,So is there any logical solution for this??please help!!!(with a yellow circle I showed small ones which I want to get rid off)
You're already kind of saying the logic: if area is larger than x then exclude that object. You just need to insert eh right components to do this.
So. Use the "area" (or volume) component to check for the size of each object. Then check if each value is "larger than" (this is a component) a number you give. And then use "dispatch" to split that list according to the True and False values you get from the larger than component.
I had a look at your definition and Yikes that was slow when I opened it.I disabled a few stuff to be able to work with it.
I used the move component instead of reorient as it was quicker for me to do it. But you can have a look at the logic I used and apply that to reorient as well, in case this is not good enough. Is this what you're after?
Siemen
You're already kind of saying the logic: if area is larger than x then exclude that object. You just need to insert eh right components to do this.
So. Use the "area" (or volume) component to check for the size of each object. Then check if each value is "larger than" (this is a component) a number you give. And then use "dispatch" to split that list according to the True and False values you get from the larger than component.
Jul 31, 2017
Siemen
I had a look at your definition and Yikes that was slow when I opened it.I disabled a few stuff to be able to work with it.
I used the move component instead of reorient as it was quicker for me to do it. But you can have a look at the logic I used and apply that to reorient as well, in case this is not good enough. Is this what you're after?
Jul 31, 2017