TechDraw CosmeticCircle/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Siehe auch: [https://freecad.github.io/SourceDoc/ Autogenerierte API-Dokumentation] und FreeCAD Grundlagen Skripten.")
(Created page with "Hilfskreise können mit der Methode {{Incode|makeCosmeticCircle(center, radius, start angle, end angle)}} von DrawViewPart erstellt werden.")
Line 77: Line 77:
Siehe auch: [https://freecad.github.io/SourceDoc/ Autogenerierte API-Dokumentation] und [[FreeCAD_Scripting_Basics/de|FreeCAD Grundlagen Skripten]].
Siehe auch: [https://freecad.github.io/SourceDoc/ Autogenerierte API-Dokumentation] und [[FreeCAD_Scripting_Basics/de|FreeCAD Grundlagen Skripten]].


Hilfskreise können mit der Methode {{Incode|makeCosmeticCircle(center, radius, start angle, end angle)}} von DrawViewPart erstellt werden.
<div lang="en" dir="ltr" class="mw-content-ltr">
Cosmetic circles can be created using the {{Incode|makeCosmeticCircle(center, radius, start angle, end angle)}} method of DrawViewPart.
</div>





Revision as of 14:28, 26 September 2023

Other languages:

TechDraw CosmeticCircle

Menu location
TechDraw → Add Lines → Add Cosmetic Circle
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.22
See also
TechDraw 2PointCosmeticLine

Beschreibung

Das Werkzeug TechDraw Hilfskreis fügt an einem ausgewählten Mittelpunkt einen Hilfskreis hinzu. Es kann ein 2D- oder 3D-Punkt sein.

Hilfskreis

Anwendung, Erstellen

  1. Select a center point in a TechDraw View or in the 3D view.
  2. If you have selected a point in the 3D view: add the correct TechDraw View to the selection by selecting it in the Tree view.
  3. There are several ways to invoke the tool:
    • Press the Add Cosmetic Circle button.
    • Select the TechDraw → Add Lines → Add Cosmetic Circle option from the menu.
  4. A task panel opens.
  5. Optionally adjust the coordinates of the center point, the radius, and the start and end angles of the circle.
  6. Press the OK button.
  7. A cosmetic circle is added. In the case of a 3D center point, the circle is located at the projection of the point.

Anwendung, Bearbeiten

Zum Ändern der Attribute eines Hilfskreises:

  1. Select the cosmetic circle.
  2. There are several ways to invoke the tool:
    • Press the Add Cosmetic Circle button.
    • Select the TechDraw → Add Lines → Add Cosmetic Circle option from the menu.
  3. A task panel opens.
  4. Adjust the coordinates of the center point, the radius, or the start and end angles of the circle.
  5. Press the OK button.

Hinweise

Eigenschaften

Hilfskreise haben keine eigenen Eigenschaften, da sie keine Dokumentobjekte sind.

Skripten

Siehe auch: Autogenerierte API-Dokumentation und FreeCAD Grundlagen Skripten.

Hilfskreise können mit der Methode makeCosmeticCircle(center, radius, start angle, end angle) von DrawViewPart erstellt werden.