How to draw a rounded left arrow in the flow chart of the Visio2013 software document with the tools available for pro-testing and the use of UML sequence diagrams?

I needed to write some documents recently, so I picked up Visio2013 again. However, when I opened it, the authorization code expired. I searched for one on the Internet. You can download it if you need it:
VisioProfessional_x86_zh-cn.zip:

KMSpico_setup_visio2013pojie工具.zip:

If you have installed one before, the KMSpico can be uninstalled or uninstalled. It is best to uninstall. If there is an error in the middle, just ignore it. That's what I did. Anyway, everything is running normally, Visio2013 can be used again. As for what anti-virus software reports errors, just turn off the anti-virus software or add it to the whitelist.
Looking at the picture below, I want to draw a frame picture, using a rounded right arrow, but there is no rounded left arrow, which is very depressing. The right-click menu does not have an operation to flip this arrow, so I searched the Internet and found that there is a rotating shape under the position in the toolbar, just rotate it. If we encounter the same thing in the future, it will be all right!
Insert picture description here
Insert picture description here
Of course, since we have a flowchart, we must be able to use Visio to create UML sequence diagrams. Basically, document writing is inseparable from these two things, so I will record it here.
To create a flowchart, we only need to use the "basic flowchart shape" and the arrow shape. You can add others as you please.
Insert picture description here
The creation method is also very simple, that is, how do you draw the process? The key is that you need to summarize the entire program flow.
Insert picture description here
Next is the UML sequence diagram, also called the sequence diagram. To call up the UML sequence shape, first click on more shapes, then the software and database, and then, just look at the diagram.
The sequence diagram is to follow the sequence of the program, from construction to destruction, which main functions are executed in the middle, whether there are parameter transfers, back transfers, etc. during the execution process, you can just draw it, it can be very detailed, also You can select the key processes. At the same time, many operations on the interface also need to be drawn. Look at the picture, you can leave a message if you don’t understand.
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/poolooloo/article/details/106214560