TechDraw "Вставить примечание в выноску"

From FreeCAD Documentation
Revision as of 20:18, 15 September 2021 by Evgeniy (talk | contribs)
Other languages:

Вставить примечание в выноску

Системное название
TechDraw_Balloon
Расположение в меню
TechDraw → Заметки → Вставить примечание в выноску
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Вставить заметку

Описание

The Balloon tool can add balloons with leader line in a drawing.

Применение

  1. Select the View to which the Balloon will be attached.
  2. Press the Balloon button.
  3. The cursor is now displayed as a balloon icon. Click on the page to place the balloon origin to the desired position.
  4. The balloon bubble may be dragged to the desired position. Use Ctrl+drag to move the bubble and the arrow.
  5. To change the balloon properties either double-clicking onto it in the drawing or double-click on the balloon object in the model tree. This will open the balloon dialog.

Note: The position of the balloon is relative to the View and uses the same scale factor as the View.

Using separators

When using a rectangle shape, separators can be added using "|" in the text. For example "AAA|TEST|111" gives:

Свойства

Data

  • ДанныеText: Text to be displayed.
  • ДанныеSource View: Source View for the balloon.
  • ДанныеOrigin X: Balloon origin x-position relative to the View.
  • ДанныеOrigin Y: Balloon origin y-position relative to the View.
  • ДанныеEnd Type: End symbol for the balloon line. Options: None, Filled Arrow, Open Arrow, Tick, Dot, Open Circle, Fork, Filled Triangle
  • ДанныеEnd Type Scale: Scale factor for the End Type.
  • ДанныеBubble Shape: Shape of the balloon bubble. Options: Circular, None, Triangle, Inspection, Hexagon, Square, Rectangle
  • ДанныеShape Scale: Scale factor for the Shape.
  • ДанныеText Wrap: Text wrap length; -1 means the text will never be wrapped and the result is in every case a single line.
  • ДанныеKink Length: Distance from the Shape to the leader line kink.
  • ДанныеX: Horizontal position of the balloon bubble relative to the View.
  • ДанныеY: Vertical position of the balloon bubble relative to the View.

View

  • ВидColor: Color of the balloon text.
  • ВидFont: The name of the font to use for the balloon bubble.
  • ВидFontsize: Dimension text size in mm.
  • ВидLine Visible: Whether the balloon line is visible.
  • ВидLine Width: Balloon line width

Программирование

См. так же: TechDraw API и Основы составления скриптов FreeCAD.

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)