Conditional component?

Hi,
here is my situation: i have a point in my definition, that can under some conditions be null. In that case, i want to use another point. Basically: if(point) return point; else return this other point;

I could easily script it, but is it possible to do with standard GH components?

It depends if that point is inside a list or what, but for a single object you can do something like this:

1 Like

Thanks!

Check Replace Nulls as well…

2 Likes

Combine works well for this.

Combine_2021Oct21a

1 Like