How to affect every line element at once in Vision

Hello! I have a drawing in ignition vision that has 400 line elements, and I need each line to have 0.25 more of stroke. Is there a way to make that change to every element at once? as it would be almost impossible for me to go 1 by 1.

Thanks in advance!

Fastest way would probably be to write a script on the drawing that recursively searches downward through its member components and identifies if they are a line and sets the stroke to the preferred value.

Run this script while in the designer to set the values, then remove the script once you've confirmed all the lines have the expected stroke.

3 Likes

Check your root container. You can hold down shift or CTL, select the lines, right-click, and change them in the property editor.