Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download
ComponentInstance name and Group name
-
Hi everyone !
I have found how to correct my code !!

It's was just an error of algorithm.
At first time I had this condition :
chose.name[0] != 95And I would like to have this :
chose.name[0] != 95 || chose.definition.name[0] != 95but it doesn't work ...
The solution is :
chose.name[0] != 95 && chose.definition.name[0] != 95As I said, I'm beginning !
Thanks to all! especially TIG
Advertisement