Hello,
I'm trying to write a script to select some objects from whatever workspace.
the following line works for WS1 only :
IL.select( "WSPI", "WS1/" + objectName);
so i tried IL.select( "WSPI", objectName); but it didn't work.
I guess the name of the WS must be in the select function arguments, so my question is how could I catch the name of the active ws ?
I'm trying to write a script to select some objects from whatever workspace.
the following line works for WS1 only :
IL.select( "WSPI", "WS1/" + objectName);
so i tried IL.select( "WSPI", objectName); but it didn't work.
I guess the name of the WS must be in the select function arguments, so my question is how could I catch the name of the active ws ?