Macro WorkFeatures/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Externe Arbeitsbereiche==")
No edit summary
 
(38 intermediate revisions by 4 users not shown)
Line 12: Line 12:
}}
}}


<span id="Description"></span>
==Beschreibung==
==Beschreibung==
Werkzeug Hilfsprogramm (Deutsch: ''ArbeitsFunktionen'') zum Erstellen von Punkten (Mittelpunkte, Kreismittelpunkt, Mittelpunkt von Objekt(en)...),
Achsen (aus 2 Punkten, Normalen einer Ebene...),
Ebenen (aus 3 Punkten, aus einer Achse und einem Punkt...)
und viele andere nützliche Funktionen, die dir die Erstellung Ihres Projekts erleichtern. Dieses Hilfsprogramm befindet sich in der Comboansicht mit der Bezeichnung ''Work Features''.


Werkzeug-Hilfsprogramm zum Erstellen von:
* Punkten (Mittelpunkte, Kreismittelpunkte, Mittelpunkte von Objekten...),
* Achsen (aus 2 Punkten, Normalen von Ebenen...),
* Ebenen (aus 3 Punkten, aus einer Achse und einem Punkt...)
* Und viele andere nützliche Funktionen, die dir die Erstellung deines Projekts erleichtern. Dieses Hilfsprogramm befindet sich in der Combo-Ansicht mit der Bezeichnung ''Work Features'' (Deutsch: ''ArbeitsFunktionen'').


[[File:WF.png|640px]]
[[File:WF.png|640px]]
{{Caption|WorkFeatures}}
{{Caption|WorkFeatures}}


<span id="Uses"></span>
==Anwendungen==
==Anwendungen==

'''ArbeitsFunktionen'''
'''ArbeitsFunktionen'''


Line 42: Line 46:
|}
|}


'''Points Tab'''
'''Punkte Reiter'''
{|
{|
|[[File:Macro WorkFeatures 03.png|200px|left]]
|[[File:Macro WorkFeatures 03.png|200px|left]]
|
|
*'''Points Tab'''
*'''Punkte Reiter'''
* {{KEY|Object(s) Center}} : Create a Point at center location of all selected Object(s).
* {{KEY|Objekt(e) Zentrum}}: Erzeugt einen Punkt an der Zentrumsposition aller ausgewählten Objekte.
* {{KEY|Lines(s) Center}} : Create a Point at mid point location of each selected Line(s).
* {{KEY|Linie(n) Zentrum}} : Erstelle einen Punkt an der Mittelpunktsposition jeder ausgewählten Linie(n).
* {{KEY|Line(s) Extrema}} : Create Points at start and end location of each selected Line(s).
* {{KEY|Line(s) Extrema}} : Erstelle Punkte am Start- und Endposition jeder ausgewählten Linie(n).
* {{KEY|Circle(s) Center}} : Create a Point at center location of each selected Circle(s) or Arc(s).
* {{KEY|Circle(s) Center}} : Create a Point at center location of each selected Circle(s) or Arc(s).
* {{KEY|Point along Line}} : Create a Point on a line at some distance of the extremity point selected.
* {{KEY|Point along Line}} : Create a Point on a line at some distance of the extremity point selected.
* '''SpinBox''' : enter the displacement value
* '''SpinBox''' : enter the displacement value
* {{KEY|Face(s) Center}} : Create a Point at center location of each selected Face(s).
* {{KEY|Face(s) Center}} : Create a Point at center location of each selected Face(s).
Line 161: Line 165:
|}
|}


==Script==
<span id="Script"></span>
==Skript==
After downloading the file compressed here


Nach dem Herunterladen der komprimierten Datei, hier
ToolBar Icon [[Image:WF_wf.png]]


Werkzeugleistensymbol [[Image:WF_wf.png]]
'''[https://github.com/Rentlau/WorkFeature Download the latest version on GitHub]''' ,


'''[https://github.com/Rentlau/WorkFeature Herunterladen der neusten Version auf GitHub]''' ,
you must unzip the zip and copy all the files in your macro directory.
musst du die zip Datei entpacken und alle Dateien in dein Makroverzeichnis kopieren.


'''PS: Dieses Makro befindet sich noch in der Entwicklung. Bitte besuche diese Seite, um sicher zu sein, dass du die neueste Version hast.'''
'''PS:This macro is still in development please visit this page for commonly be sure to have the latest version.'''


<br />
<br />
[[File:Macro Work Features GitHub 00.png|center|640px|Download in GitHub click the Download ZIP button]]
[[File:Macro Work Features GitHub 00.png|center|640px|Herunterladen in GitHub klicke auf die Download ZIP Schaltfläche]]
{{clear}}
{{clear}}


Use [https://www.freecadweb.org/wiki/Std_AddonMgr Addons installer] [[Image:AddonManager.svg|24px]] {{MenuCommand|MenuTools → Addon installer}} for easy installation of WorkFeatures and other interesting macros
Verwende den [[Image:AddonManager.svg|24px]] [[Std_AddonMgr/de|Addon-Manager]] {{MenuCommand|MenüWerkzeuge → Addon-Manager}} zur einfachen Installation von WorkFeatures und anderen interessanten Makros


Hier geht es zur ausführlichen [[How_to_install macros/de|Anleitung zur Installation von Makros]].
Here for [[How to install macros|How to install macros]] detailed


<span id="Examples"></span>
==Beispiele==
==Beispiele==


<span id="Cutting_tools"></span>
===Schneidwerkzeuge===
===Schneidwerkzeuge===


'''Einstellung der Schneidwerkzeuge:''' Wähle ein zu schneidendes Objekt, eine Schnittlinie und eine Referenzebene.
'''Setting of the Cutting tools:''' Select an object to cut, a cutting line and a reference Plane.
Winkel ist ein Winkel zwischen der Schneidebene und der Referenzebene.
Angle is an angle between the cutting Plane and the Ref. Plane.
Dicke ist die Breite der Schnittebene.
Thickness is the wide of the of the cutting Plane.


<center>
<center>
<gallery widths="400" heights="250">
<gallery widths="400" heights="250">
Image:CuttingSettings.jpg|Here we have selected a cylinder.
Image:CuttingSettings.jpg
|Hier haben wir einen Zylinder ausgewählt.
Image:CuttingResult.jpg|The result will be : the cylinder is then cut in two parts!
Image:CuttingResult.jpg
|Das Ergebnis wird sein: der Zylinder wird dann in zwei Teile geschnitten!
</gallery>
</gallery>
</center>
</center>
{{clear}}
{{clear}}
<center>
<center>
'''Example the practice'''
'''Execute practical example'''
<gallery widths="400" heights="250">
<gallery widths="400" heights="250">
Image:Macro Work Features Cutting 01.png|Select the '''Tab {{KEY|Plane}}'''
Image:Macro Work Features Cutting 01.png|Select the '''Tab {{KEY|Plane}}'''
Line 227: Line 236:
<center>
<center>
<gallery widths="400" heights="250">
<gallery widths="400" heights="250">
Image:Macro Work Features Cutting 09.png| you can also give Angle and Thickness for your cut.
Image:Macro Work Features Cutting 09.png| du kannst auch Winkel und Dicke für deinen Schnitt angeben.
</gallery>
</gallery>
</center>
</center>
{{clear}}
{{clear}}


<span id="Concentric_constraint_between_two_non_cylindrical_parts"></span>
===Konzentrische Beschränkung zwischen zwei nicht zylindrischen Teilen===
===Konzentrische Beschränkung zwischen zwei nicht zylindrischen Teilen===


<center>
<center>
<gallery widths="500" heights="500">
<gallery widths="500" heights="500">
Image:Concentric Constraint Between two non cylindrical parts.gif
Image:Concentric Constraint Between two non cylindrical parts.gif|How to Constraint Between two non cylindrical parts.<br />'''1 :''' The original object to modify.<br />'''2 :''' Objective center two square tubes.<br />'''3 :''' Select the first object and in the menu '''Axis 1/2''' click "Object(s)" X, Y, Z Axes.<br />'''4 :''' Same procedure for the second object.<br />'''5 :''' Click on button '''Draw style''' and onto "Wireframe",<br />'''6 :''' for clarify the view.<br />'''7 :''' Select the object to center and his axis created.<br />'''8 :''' Click the button '''Draft Move'''<br />'''9 :''' and select the first axis to move on the second axis.<br />'''10 :''' Restore normal view with on button '''Draw style''' and onto '''As is'''.<br />'''11 :''' Click the first object moved and correct the position with "Combo view > Data > Placement".<br />'''12 :''' Select the object created by WorkFeature (contener axis) and delete it.<br />'''13 :''' The object weshed.<br />'''14 :''' The result.
</gallery>
</gallery>
{| class="wikitable"
{| cellpadding=5 style="border:1px solid #BBB"

|Wie eine Beschränkung zwischen zwei nicht zylindrischen Teilen herstellen.<br />'''1 :''' Das zu ändernde Originalobjekt.<br />'''2 :''' Zielmitte zweier Vierkantrohre.<br />'''3 :''' Wähle das erste Objekt und klicke im Menü '''Achse 1/2''' auf "Objekt(e)" X, Y, Z Axes.<br />'''4 :''' Gleiche Vorgehensweise für das zweite Objekt.<br />'''5 :''' Klicke auf Schaltfläche '''Draw style''' und auf "Wireframe",<br />'''6 :''' zur Verdeutlichung der Ansicht.<br />'''7 :''' Wähle das zu zentrierende Objekt und seine erstellte Achse.<br />'''8 :''' Klicke die Schaltfläche '''Draft Move'''<br />'''9 :''' und wähle die erste Achse, die auf der zweiten Achse verschoben werden soll.<br />'''10 :''' Normalansicht mit der Taste '''Zeichenstil''' und auf '''Original'''wiederherstellen.<br />'''11 :''' Klicke das erste verschobene Objekt und korrigiere die Position mit "Comboansicht > Daten > Positionierung".<br />'''12 :''' Wähle das von WorkFeature erstellte Objekt (Contener Achse) aus und lösche es.<br />'''13 :''' Das Objekt verschwindet.<br />'''14 :''' Das Ergebnis.
|}

</center>
</center>
{{clear}}
{{clear}}



<span id="Rotation_Object"></span>
===Rotationsobjekt===
===Rotationsobjekt===


Line 250: Line 268:
{{clear}}
{{clear}}


<span id="Plane_on_face_tangent"></span>
[[Category:Addons/de]]
===Ebene auf Flächentangente===
[[Category:User Documentation/de]]


<center>
<center>
Line 261: Line 279:




==Links==
==Verweise==
The forum discussion [http://forum.freecadweb.org/viewtopic.php?f=22&t=9056 MACRO:Work Feature 2014_12]
Die Forumsdiskussion [http://forum.freecadweb.org/viewtopic.php?f=22&t=9056 MACRO:Work Feature 2014_12]


<span id="External_workbenches"></span>
==Externe Arbeitsbereiche==
==Externe Arbeitsbereiche==


FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.
FreeCAD Arbeitsbereiche sind einfach in [[Python/de|Python]] zu programmieren, daher gibt es viele Leute, die zusätzliche Arbeitsbereiche außerhalb der FreeCAD Hauptentwickler entwickeln.


The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons/ FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.
Die [[external workbenches/de|Externe Arbeitsbereiche]] Seite enthält einige Informationen und Tutorien zu einigen von ihnen, und das [https://github.com/FreeCAD/FreeCAD-addons/ FreeCAD Erweiterungen] Projekt zielt darauf ab, sie zu sammeln und einfach aus FreeCAD heraus zu installieren.


Neue Arbeitsbereiche sind in der Entwicklung, bleib dran!
New workbenches are in development, stay tuned!


<span id="Latest_version"></span>
==Neueste Version==
==Neueste Version==



Latest revision as of 19:20, 26 April 2023

Macro WorkFeatures

Beschreibung
Werkzeug Hilfsprogramm zum Erstellen von Punkten, Achsen, Ebenen...und andere nützliche Funktionen.

Versionsmakro : 05/2019
Datum der letzten Änderung : 01.05.2019
FreeCAD version : Alle
Herunterladen : Werkzeugleistensymbol
Autor: rentlau_64
Autor
rentlau_64
Herunterladen
Werkzeugleistensymbol
Links
Macro-Version
05/2019
Datum der letzten Änderung
01.05.2019
FreeCAD-Version(s)
Alle
Standardverknüpfung
None
Siehe auch
None

Beschreibung

Werkzeug-Hilfsprogramm zum Erstellen von:

  • Punkten (Mittelpunkte, Kreismittelpunkte, Mittelpunkte von Objekten...),
  • Achsen (aus 2 Punkten, Normalen von Ebenen...),
  • Ebenen (aus 3 Punkten, aus einer Achse und einem Punkt...)
  • Und viele andere nützliche Funktionen, die dir die Erstellung deines Projekts erleichtern. Dieses Hilfsprogramm befindet sich in der Combo-Ansicht mit der Bezeichnung Work Features (Deutsch: ArbeitsFunktionen).

WorkFeatures

Anwendungen

ArbeitsFunktionen


Ursprung Reiter

  • Ursprung Reiter
  • Ursprung : Erzeuge im Ursprung: einen Punkt und eine X, Y und Z Achse sowie XZ, XY und YZ Ebenen. Die Achsen-, Punkt- und Ebenen Ursprünge sind direkt auf ausgeblendet gesetzt.

Punkte Reiter

  • Punkte Reiter
  • Objekt(e) Zentrum: Erzeugt einen Punkt an der Zentrumsposition aller ausgewählten Objekte.
  • Linie(n) Zentrum : Erstelle einen Punkt an der Mittelpunktsposition jeder ausgewählten Linie(n).
  • Line(s) Extrema : Erstelle Punkte am Start- und Endposition jeder ausgewählten Linie(n).
  • Circle(s) Center : Create a Point at center location of each selected Circle(s) or Arc(s).
  • Point along Line : Create a Point on a line at some distance of the extremity point selected.
  • SpinBox : enter the displacement value
  • Face(s) Center : Create a Point at center location of each selected Face(s).
  • Point (Line,Face) : Create a point at the intersection of the Line and Plane selected.
  • Point (Line,Point) : Create a projection Point of a Point onto a Line and symetric point.
  • Point (Point,Face) : Create a projection Point of a Point onto a Face.
  • Object(s) Base Point : Create Base Point of all selected Object(s).


Axis Tab

  • Axis Tab
  • Object(s) X, Y, Z Axes : Create 3 Axes at center location of all selected Object(s).
  • Two Points Axis : Create an Axis crossing 2 Points.
  • SpinBox : enter the displacement value
  • Cylinder(s) Axis : Create the Axis of a Cylinder.
  • Axis (Line,Line) : Create an Axis between 2 Axes.
  • Plane(s) Axes : Create 2 Perpendicular Axes at center location of a Plane.
  • Axis (Point,Axis) : Create an Axis parallel to an Axis and crossing a Point.
  • Axis (Axis,Point) : Create an Axis perpendicular to an Axis and crossing a Point.
  • SpinBox : enter the displacement value
  • Axis (Plane,Axis) : Create an Axis on a Plane by projection from another Axis.
  • Axis (Plane,Plane) : Create an Axis by intersect of 2 Planes.
  • Object(s) Base Axis : Create 3 Axes at Base location of all selected Object(s).

Plane Tab

  • Plane Tab
  • Three Points Plane : Create a Plane crossing 3 Points.
  • Plane (Point, Axis) : Create a plane crossing a Line and a Point. The point MUST not belongs to the Line !
  • Plane (Point, _Axis) : Create a plane perpendicular to a Line and crossing a Point.
  • Plane (Point, Plane) : Create a plane crossing a Point and parallel to a Plane.
  • SpinBox : enter the displacement value
  • Plane (Plane, Axis) : Create a Plane crossing a Line and perpendicular to a Plane.
  • SpinBox : enter the displacement value
  • Object(s) Center Planes : Create 3 Planes (XY, XZ and YZ) at center location of all selected Object(s).

Objects Tab

  • Objects Tab
  • Bounding Box(es) : Create bounding boxes around each of selected object(s).
  • Bounding Box : Create one bounding box around all of selected object(s).
  • Cylinder : First select an Axis and a Point. Define Diameter and Length if needed. Then Click the button... It will create a Cylinder aligned on the selected axis. with one of the extremities at point selected.
  • Cube : First select an Axis and a Point. Define Dimensions if needed. Then Click the button... It will create a Cube aligned on the selected axis. with one of the extremities at point selected.

Views Tab

  • Views Tab
  • Align to ... : Set the current view perpendicular to the selected Face, or aligned to the selected Axis, or aligned on 2 Points. ReClick with same selection, will reverse the direction.

Modif. Tab

  • Modif. Cutting Tab
  • Select Object : After selected your object and, First, one Object to cut and click 'Select Object' button,
    • The name of the object selected are displayed
  • Select Cut Line : Second, one cutting Line and click 'Select Cut Line' button,
    • The name of the line selected are displayed
  • Select Ref. Plane : Last, a reference Plane and click 'Select Ref. Plane' button!
    • The name of the plane selected are displayed
  • Angle : Angle for cut (Defaut : 0.0)
  • Thichness : Thichness the cut (Defaut : 0.0)
  • Reset : Reset the values
  • Apply : Apply the values

Check. Tab

  • Check. Tab
  • are Parallel ? : Check if two faces or two Edges are Parallel:
    • Select the 2 faces/planes or 2 Edges/Lines and Click this button
  • are Perpendicular ? : Check if two faces or two Edges are Perpendicular:
    • Select the 2 faces/planes or 2 Edges/Lines and Click this button
  • are Coplanar ? : Check if two faces or two Edges are Coplanar:
    • Select the 2 faces/planes or 2 Edges/Lines and Click this button
  • Distance Clearance ? : Check for two Objects Clearance distance:
    • Quick measurements between parallel faces and similarly placed objects Select the 2 Objects and Click this button
  • Angle ? : Calculate angle from 2 objects:
    • Angle measurement between two Edges or two Planes
    • Select the 2 Edges and Click this button
    • or : Select the 2 Planes and Click this button
    • or : Select one Edge and one Plane and Click this button
  • Distance ? : Check for two Points distance:
    • Distances measurement and Delta values (on main Axes) between two Points
    • Select the 2 Points and Click this button
  • Length ? : Check for Line Length:
    • Length measurement and Delta values (on main Axes) for a Line
    • Select the Line and Click this button
  • Area ? : Check for surface Area:
    • Area measurement for a Plane or a set of Planes.
    • Select One or several Planes and Click this button
  • View : Detect the position of the camera. The returned value is the value provided by the function getCameraOrientation().

Skript

Nach dem Herunterladen der komprimierten Datei, hier

Werkzeugleistensymbol

Herunterladen der neusten Version auf GitHub , musst du die zip Datei entpacken und alle Dateien in dein Makroverzeichnis kopieren.

PS: Dieses Makro befindet sich noch in der Entwicklung. Bitte besuche diese Seite, um sicher zu sein, dass du die neueste Version hast.


Herunterladen in GitHub klicke auf die Download ZIP Schaltfläche
Herunterladen in GitHub klicke auf die Download ZIP Schaltfläche

Verwende den Addon-Manager Menü → Werkzeuge → Addon-Manager zur einfachen Installation von WorkFeatures und anderen interessanten Makros

Hier geht es zur ausführlichen Anleitung zur Installation von Makros.

Beispiele

Schneidwerkzeuge

Einstellung der Schneidwerkzeuge: Wähle ein zu schneidendes Objekt, eine Schnittlinie und eine Referenzebene. Winkel ist ein Winkel zwischen der Schneidebene und der Referenzebene. Dicke ist die Breite der Schnittebene.

Execute practical example

Konzentrische Beschränkung zwischen zwei nicht zylindrischen Teilen

Wie eine Beschränkung zwischen zwei nicht zylindrischen Teilen herstellen.
1 : Das zu ändernde Originalobjekt.
2 : Zielmitte zweier Vierkantrohre.
3 : Wähle das erste Objekt und klicke im Menü Achse 1/2 auf "Objekt(e)" X, Y, Z Axes.
4 : Gleiche Vorgehensweise für das zweite Objekt.
5 : Klicke auf Schaltfläche Draw style und auf "Wireframe",
6 : zur Verdeutlichung der Ansicht.
7 : Wähle das zu zentrierende Objekt und seine erstellte Achse.
8 : Klicke die Schaltfläche Draft Move
9 : und wähle die erste Achse, die auf der zweiten Achse verschoben werden soll.
10 : Normalansicht mit der Taste Zeichenstil und auf Originalwiederherstellen.
11 : Klicke das erste verschobene Objekt und korrigiere die Position mit "Comboansicht > Daten > Positionierung".
12 : Wähle das von WorkFeature erstellte Objekt (Contener Achse) aus und lösche es.
13 : Das Objekt verschwindet.
14 : Das Ergebnis.


Rotationsobjekt

Ebene auf Flächentangente


Verweise

Die Forumsdiskussion MACRO:Work Feature 2014_12

Externe Arbeitsbereiche

FreeCAD Arbeitsbereiche sind einfach in Python zu programmieren, daher gibt es viele Leute, die zusätzliche Arbeitsbereiche außerhalb der FreeCAD Hauptentwickler entwickeln.

Die Externe Arbeitsbereiche Seite enthält einige Informationen und Tutorien zu einigen von ihnen, und das FreeCAD Erweiterungen Projekt zielt darauf ab, sie zu sammeln und einfach aus FreeCAD heraus zu installieren.

Neue Arbeitsbereiche sind in der Entwicklung, bleib dran!

Neueste Version

Symbole :

Quellen :

Auf github : /github.com/Rentlau/WorkFeature-WB.git

Datum 2019-05-01 (YYYY-MM-DD)

20/01/2019

08/03/2015 : WF_2015_03_08 - Kreisschnitt hinzugefügt - Sind parallel, Sind senkrecht, Sind koplanar hinzugefügt

17/02/2015 : WF_2015_02_17 - Reiter Kreis und Ellipse hinzugefügt - Reiter Schneiden hinzugefügt

25/01/2015 : WF_2015_01_25.zip Objekt Zylinder Würfel hinzugefügt

18/01/2015 : WF_2015_01_18.tar.gz Ebene und Fläche zur Ansicht hinzufügen

28/12/2014 : WorkFeatures_2014_12_28.zip

27/12/2014 : WF_2014_12_27.zip