I have been working on this function for some time now and am starting to believe that it is not possible.
Ican add curves to all pvi but would like to add curves to pvi the meet a true condition. If it is possible I just need a shove in the right direction
.
Thanks MikeC
Not sure if this would work as I don’t have a dwg to test with, but…
Get ride of the second PVIs node - never ask for the same data twice.
Instead of an if statement, use a List.FilterByBoolMask, where the list is the PVIs further left, and the mask is the test you have now. The “in” output of that node would be wired into the PVIs inout of the “add circular curve”.
This now works as I had hoped. thank you so much. here is a copy of the script. the error is caused by not having a layout profile selected.
MikeC
1 Like