TechDraw Balloon/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Narzędzie '''Wstaw adnotację w formie dymka''' może dodawać do rysunku dymki z linią odniesienia.")
(Created page with "# Wybierz jedną z poniższych opcji: #* Widok ''(na stronie lub w oknie Widoku drzewa)''. #* Wierzchołek w widoku. {{Version/pl|0.20}} #* Krawędź w widoku. {{Version/pl|0.20}} #* Zamknięty region w widoku. {{Version/pl|0.20}} # Istnieje kilka sposobów wywołania narzędzia: #* Naciśnięcie przycisku {{Button|16px '''Wstaw adnotację w formie dymka'''}}. #* Wybierz {{MenuCommand|Rysunek Techniczny → Adnotacje → ...")
Line 29: Line 29:
==Użycie==
==Użycie==


# Wybierz jedną z poniższych opcji:
# Select one of the following:
#* A View (on the page or in the [[Tree_view|Tree view]]).
#* Widok ''(na stronie lub w oknie [[Tree_view/pl|Widoku drzewa]])''.
#* A vertex in a View. {{Version|0.20}}
#* Wierzchołek w widoku. {{Version/pl|0.20}}
#* An edge in a View. {{Version|0.20}}
#* Krawędź w widoku. {{Version/pl|0.20}}
#* A closed region in a View. {{Version|0.20}}
#* Zamknięty region w widoku. {{Version/pl|0.20}}
# Istnieje kilka sposobów wywołania narzędzia:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:TechDraw_Balloon.svg|16px]] [[TechDraw_Balloon|TechDraw Balloon]]}} button.
#* Naciśnięcie przycisku {{Button|[[Image:TechDraw_Balloon.svg|16px]] '''Wstaw adnotację w formie dymka'''}}.
#* Select the {{MenuCommand|TechDrawAnnotations → [[Image:TechDraw_Balloon.svg|16px]] Insert Balloon Annotation}} option from the menu.
#* Wybierz {{MenuCommand|Rysunek TechnicznyAdnotacje → [[Image:TechDraw_Balloon.svg|16px]] Wstaw adnotację w formie dymka}} z menu.
# Jeśli wybrano widok lub obszar:
# If a View or a region was selected:
## Kursor zmienia się w ikonę dymka.
## The cursor changes to a balloon icon.
## Kliknij punkt na stronie, który będzie początkiem dymka.
## 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 move the bubble of a Balloon, press and hold the left mouse button on its center and drag the mouse.

Revision as of 16:57, 21 July 2023

Rysunek Techniczny: Wstaw adnotację w formie dymka

Lokalizacja w menu
Rysunek Techniczny → Adnotacje → Wstaw adnotację w formie dymka
Środowisko pracy
Rysunek Techniczny
Domyślny skrót
brak
Wprowadzono w wersji
0.19
Zobacz także
Wstaw adnotację

Opis

Narzędzie Wstaw adnotację w formie dymka może dodawać do rysunku dymki z linią odniesienia.

Użycie

  1. Wybierz jedną z poniższych opcji:
  2. Istnieje kilka sposobów wywołania narzędzia:
    • Naciśnięcie przycisku Wstaw adnotację w formie dymka.
    • Wybierz Rysunek Techniczny → Adnotacje → Wstaw adnotację w formie dymka z menu.
  3. Jeśli wybrano widok lub obszar:
    1. Kursor zmienia się w ikonę dymka.
    2. Kliknij punkt na stronie, który będzie początkiem dymka.

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:

Properties

Data

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

View

  • WIDOKColor: Color of the balloon text.
  • WIDOKFont: The name of the font to use for the balloon bubble.
  • WIDOKFontsize: Dimension text size in mm.
  • WIDOKLine Visible: Whether the balloon line is visible.
  • WIDOKLine Width: Balloon line width

Scripting

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)