|
Menu location |
---|
TechDraw → Annotations → Insert Balloon Annotation |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
0.19 |
See also |
TechDraw Annotation |
The TechDraw Balloon tool can add balloons with leader line in a drawing.
To move the bubble of a Balloon, press and hold the left mouse button on its center and drag the mouse.
To change the properties of a Balloon double-click it on the page or in the Tree view. This will open the Balloon task panel.
Note: The position of a Balloon is relative to its Source View and uses the same scale factor.
When using a rectangle shape, separators can be added using "|" in the text. For example "AAA|TEST|111" gives:
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The Balloon tool can be used in macros and from the Python console by using the following functions:
bal1 = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewBalloon','Balloon')
rc = page.addView(bal1)