TechDraw "Вставить примечание в выноску"
Appearance
Outdated translations are marked like this.
|
|
| Расположение в меню |
|---|
| TechDraw → Заметки → Вставить примечание в выноску |
| Верстаки |
| TechDraw |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| 0.19 |
| См. также |
| Вставить заметку |
Описание
The TechDraw Balloon tool can add balloons with leader line in a drawing.
Применение
- Select one of the following:
- A View (on the page or in the Tree View).
- A vertex in a View.
- An edge in a View.
- A closed region in a View.
- There are several ways to invoke the tool:
- Press the
Balloon Annotation button.
- Select the TechDraw → Annotations →
Balloon Annotation option from the menu.
- Press the
- If a View or a region was selected:
- The cursor changes to a balloon icon.
- Click a point on the page for the origin of the Balloon.
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.
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:
Filled Arrow,
Open Arrow,
Tick,
Dot,
Open Circle,
Fork,
Filled Triangle, None.
- Данные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)
- Page: New Page, New Page From Template, Update Template Fields, Redraw Page, Print All Pages, Export Page as SVG, Export Page as DXF
- TechDraw Views: New View, Broken View, Section View, Complex Section View, Detail View, Projection Group, Clip Group, Insert SVG, Bitmap Image, Share View, Project Shape
- Views From Other Workbenches: Active View, Draft View, BIM View, Spreadsheet View
- Dimensions: Dimension, Length Dimension, Horizontal Length Dimension, Vertical Length Dimension, Radius Dimension, Diameter Dimension, Angle Dimension, Angle Dimension From 3 Points, Area Annotation, Horizontal Extent Dimension, Vertical Extent Dimension, Repair Dimension References
- Hatching: Image Hatch, Geometric Hatch
- Symbols: Weld Symbol, Surface Finish Symbol, Hole/Shaft Fit
- Stacking: Stack Top, Stack Bottom, Stack Up, Stack Down
- Attributes/Modifications: Select Line Attributes, Cascade Spacing and Delta Distance, Change Line Attributes, Extend Line, Shorten Line, Toggle View Lock, Position Section View, Align Horizontal Chain Dimensions, Align Vertical Chain Dimensions, Align Oblique Chain Dimensions, Cascade Horizontal Dimensions, Cascade Vertical Dimensions, Cascade Oblique Dimensions, Area Annotation, Arc Length Annotation, Customize Format Label
- Centerlines/Threading: Circle Centerlines, Bolt Circle Centerlines, Cosmetic Thread Hole Side View, Cosmetic Thread Hole Bottom View, Cosmetic Thread Bolt Side View, Cosmetic Thread Bolt Bottom View, Cosmetic Intersection Vertices, Offset Vertex, Cosmetic 1 Point Circle, Cosmetic 2 Point Circle, Cosmetic 3 Point Circle, Cosmetic Arc, Cosmetic Parallel Line, Cosmetic Perpendicular Line
- Format/Organize Dimensions Horizontal Chain Dimension, Vertical Chain Dimension, Oblique Chain Dimension, Horizontal Coordinate Dimension, Vertical Coordinate Dimension, Oblique Coordinate Dimension, Horizontal Chamfer Dimension, Vertical Chamfer Dimension, Arc Length Dimension, Insert '⌀' Prefix, Insert '□' Prefix, Insert 'n×' Prefix, Remove Prefix, Increase Decimal Places, Decrease Decimal Places
- Annotations: Text Annotation, Rich Text Annotation, Balloon Annotation, Axonometric Length Dimension
- Add Lines: Leader Line, Centerline on Face, Centerline Between 2 Lines, Centerline Between 2 Points, Cosmetic Line Through 2 points, Edit Line Appearance, Toggle Edge Visibility
- Add Vertices: Cosmetic Vertex, Midpoint Vertices, Quadrant Vertices
- Miscellaneous: Remove Cosmetic Object
- Additional: Line Groups, Templates, Hatching, Geometric dimensioning and tolerancing, Preferences
- Начинающим
- Установка: Загрузка, Windows, Linux, Mac, Дополнительных компонентов, Docker, AppImage, Ubuntu Snap
- Базовая: О FreeCAD, Интерфейс, Навигация мыши, Методы выделения, Имя объекта, Настройки, Верстаки, Структура документа, Свойства, Помоги FreeCAD, Пожертвования
- Помощь: Учебники, Видео учебники
- Верстаки: Std Base, Arch, Assembly, CAM, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework