Using { If } Node

Hi Everyone! I’m just thinking if I can use “If” node in this simple script. I’ve been practicing and understanding Dynamo, Hope someone can answer me. Thank you! :slight_smile:


Where here do you want to use “If”

You’d have to feed the conditional statement with a bool list.
Then, what output becomes of true and what of false. See below.

I find that using designscript for this is a lot easier.
solamour gave a really good tip when i’ve started out.
check out this link : IF Statement AND/OR - #11 by solamour

1 Like

I want to remove the list and use “If” node.

@jeffrey.blanco This has already been answered in your previous topic. Please refrain from posting the same question more than once.