Trying to draw all wall types in project in 3D. But i cant seem to place them sorted by name. They come in a bit random. I know its possible, but im looking for the how…
Also, is there any way to change my Vector.XAxis to be X=10000, Y=10000? DrawAllWallTypes.dyn (94.7 KB)
You’ve got most of what you need. You do need to sort the wall types though. Take your list of wall types, get the name, then use SortByKey to sort the types by name. As for changing your vector, I think what you’re asking for is how to change the position of the walls. In that case, you could just build the lines at the correct position. That being said, building a vector is as easy as using the Vector.ByCoordinates node.