Hi, I am wondering if there is anyway that I could avoid this error? Sometimes I do not need to cull anything and I need the “cull” component to do nothing on data. Is there any solution?
Cull.gh (13.7 KB)
Hi, I am wondering if there is anyway that I could avoid this error? Sometimes I do not need to cull anything and I need the “cull” component to do nothing on data. Is there any solution?
You could opt for a cull pattern component instead?
You’d need a boolean value for each lines (in your case). If all the values are False, it won’t cull anything.