when I set location from the GUI or use the python setLocation() function, it seems the size of the location string is very limited. I tried setting a node's location to be "\Engineering_Hall\Rm4204@(1,1,1)", it failed; however, if I change it to "Eng_Hall\Rm4204@(1,1,1)", it succeed. I don't know if dynamical length string is necessary, but it is better we can support longer fixed length string.
when I set location from the GUI or use the python setLocation() function, it seems the size of the location string is very limited. I tried setting a node's location to be "\Engineering_Hall\Rm4204@(1,1,1)", it failed; however, if I change it to "Eng_Hall\Rm4204@(1,1,1)", it succeed. I don't know if dynamical length string is necessary, but it is better we can support longer fixed length string.