"If node" Dynamo

I have a curve that I want to discretize in order to position the reinforcement. If I set the condition “False” with the Boolean node I want to discretize by one step and the “If node” returns the correct number of discretizations.
If I set the “True” condition with the Boolean node I want to discretize by the number of reinforcements, but the “If node” does not return the exact number of discretizations (11 instead of 30).


Hi, the various oddities of the if node have been discussed a few times on this forum. You can do a search. You could try the Scope If node.

1 Like

Yeah whats up with the remake of the if node

Some insights from the GitHub: Add list level and lacing functionality to the new "If" node. by reddyashish · Pull Request #11598 · DynamoDS/Dynamo · GitHub

1 Like

Thanks