Hi, I am using the MaterialsScript to automate some tasks in Materials Studio. I have the following question. Here are the important lines of code
my \\\$strand_of_copolymer = Documents->New(\\\$filename) ;
my \\\$randomCopolymer = Tools->PolymerBuilder->RandomCopolymer;
my \\\$copolymer = \\\$randomCopolymer->Build(\\\$strand_of_copolymer,90);
When I run the script, every time the last line of code is executed Mat. Studio creates a random copolymer and displays it on the GUI. Displaying the polymer takes a long time and, when analyzing thousands of polymers, it adds up. I am trying to avoid Mat. Studio from displaying the polymer on the GUI. I want the object created and stored on \\\$copolymer so I can manipulate it. I just don't want to see it on the GUI. Is there a way to tell MaterialsScript not to show the object on the screen? Let me know. Thanks.
Gus
