Automatic layout of UML diagrams in visual studio 2010

I am creating UML diagrams (usage diagrams and class diagrams) in Visual Studio 2010 for a new project. Instead of using drag and drop to place all the elements of the model in a visually pleasing way, I would like to automatically arrange the charts to save time. Is this possible in Visual Studio 2010 Ultimate? In other versions of VS2010?

+6
source share
1 answer

Depending on the type of diagrams you make, a reordering icon is displayed on the modeling toolbar in the toolbar. Alternatively, right-click on the background of the chart to find and select this option. However, I'm not sure that you will be satisfied with the result of VS2010 auto-linking capabilities.

For example, in a sequence diagram, click the layout icon to the left of Create Work Item : enter image description here

(this is not available in the class diagram)

Only the VS2010 Ultimate version allows you to simulate projects, so it answers the second part of your question.

+3
source

Source: https://habr.com/ru/post/898411/


All Articles