Change between Features depending on Signal

Hey

I have a component with a switch feature and 4 possible geometries. Depending on the signal the component should switch to a certain feature but I can’t seem to be able to assign a value to the choice property of the switch feature. Reading it works though.

Changes in feature tree require component rebuild to take effect.
Rebuild can also be quite slow with complex geometry. If your geometry switching is frequent and simple swapping of geometries, I would recommend placing the geometries to different links (vcNode) instead and then toggling the visibility of those links, which is very fast.

1 Like