Turn off baselines in corridors

Hi
Is it option to do it with dynamo?
I’m interested in turn off few corridors when I change polylines for targets.
Then I change polylines and I would like to use dynamo to turn on and rebuild.

Hi @kidznok

Try the Baseline.SetWillBuild node.

Thank you but I tried and…

Did you try using a Boolean node? Each port of a node expects a certain type in order to work correctly. In this case, the willBuild input requires a boolean, which is just a true/false value. You can know what the input expects by hovering your mouse and reading the description:

This information is also available in the documentation browser. You can get there by right-clicking on the node and selecting Help..., or select the node and just press F1: