How can I select a group of points by RAWDESCRIPTION
In this example I have two groups VIA1 and VIA2, how can I work with only one of them
How can I select a group of points by RAWDESCRIPTION
In this example I have two groups VIA1 and VIA2, how can I work with only one of them
Use “List.FilterByBoolMask”, the “mask” input is true/false type, so you can use a “==” node to test list of descriptions if it’s equal to say “VIA1”, then the “list” input for the filter would be the list of the cogo points themselves. Hope that makes sense
makes a lot of sense, thanks