Background
In the "Show Graphic Views" menu of Understand, there is the option to create a butterfly graph, for one specific entity as seen below:
In addition, there is the und command as well. This command has the capability of running commands in a batch in the following way:
Once you have identified the commands you want to run using interactive mode, place those exact commands in a text file. No need to include the first und command or the quit command, those are handled automatically.
Then all you have to do is run
und myCommands.txt
I have over 1000 c++ classes that I want to create butterfly diagrams for. Given the automation capability of the und command, and the ability for understand to create butterfly diagrams for various entities I wanted to know....
Question
Is there a way for Understand to automate the creation of butterfly diagrams?