Macro FCInfo ToolBar/de

FCInfo Werkzeugleiste

Beschreibung
Gibt Informationen über die ausgewählte Form und kann eine Umrechnung von Radius, Durchmesser, Länge, Fläche, Volumen ... in verschiedenen Einheiten (metrisch und imperial) in einer Symbolleiste anzeigen. Die in Echtzeit anzuzeigenden Informationen sind in den Parametern von FreeCAD parametrisierbar.

Versionsmakro : 00.07
Datum der letzten Änderung : 2025/06/16
FreeCAD version : 0.18 und mehr
Herunterladen : Werkzeugleisten-Symbol
Autor: Mario52
Autor
Mario52
Herunterladen
Werkzeugleisten-Symbol
Links
Macro-Version
00.07
Datum der letzten Änderung
2025/06/16
FreeCAD-Version(s)
0.18 und mehr
Standardverknüpfung
None
Siehe auch
Arch Inspizieren, Makro FC Information, Makro FC Gläserne Information

Beschreibung

Gibt Informationen über die ausgewählte Form und kann eine Umrechnung von Radius, Durchmesser, Länge, Fläche, Volumen ... in verschiedenen Einheiten (metrisch und imperial) in einer Symbolleiste anzeigen. Die in Echtzeit anzuzeigenden Informationen sind in den FreeCAD-Einstellungen parametrisierbar.

Temporary code for external macro link. Do not use this code. This code is used exclusively by Addon Manager. Link for optional manual installation: Macro


# This code is copied instead of the original macro code
# to guide the user to the online download page.
# Use it if the code of the macro is larger than 64 KB and cannot be included in the wiki
# or if the RAW code URL is somewhere else in the wiki.

from PySide import QtGui, QtCore

diag = QtGui.QMessageBox(QtGui.QMessageBox.Information,
    "Information",
    "This macro must be downloaded from this link\n"
    "\n"
    "https://gist.githubusercontent.com/mario52a/e382adbe41747788ad15a18eb206a872/raw/2fbf7ea13a1c2f8af616d7368e43f188334e4559/FCInfo_ToolBar.FCMacro" + "\n"
    "\n"
    "Quit this window to access the download page")

diag.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
diag.setWindowModality(QtCore.Qt.ApplicationModal)
diag.exec_()

import webbrowser 
webbrowser.open("https://gist.githubusercontent.com/mario52a/e382adbe41747788ad15a18eb206a872/raw/2fbf7ea13a1c2f8af616d7368e43f188334e4559/FCInfo_ToolBar.FCMacro")
<class="rawcodeurl"><a href="https://gist.githubusercontent.com/mario52a/e382adbe41747788ad15a18eb206a872/raw/2fbf7ea13a1c2f8af616d7368e43f188334e4559/FCInfo_ToolBar.FCMacro">raw code</a>


FCInfo-Werkzeugleiste

FCInfo-Werkzeugleiste

FCInfo-Werkzeugleiste

FCInfo-Werkzeugleiste in Aktion

Anwendung

Nach Ausführen des Makros, Menü → Werkzeuge → Parameter bearbeiten ... :BaseApp/Preferences/Macros/FCMmacros/FCInfo_ToolBar

und die angezeigte Information überprüfen.

Die vollständigen Informationen werden im ToolTip-Fenster angezeigt, die ausgewählte Option ist sichtbar, wenn „*“ angezeigt wird.

Die Schaltfläche Zurücksetzen verwenden, nachdem eine Option im Parameterfenster geändert wurde.

Die Einheitengröße kann ausgewählt werden: km, hm, dam, m, dm, cm, mm, µm, nm, pm, fm, Zoll, Link, Fuß, Yard, Perch, Kette, Furlong, Meile, Liga, Seemeile.

FCInfo-Werkzeugleiste der Hinweis

FCInfo-Werkzeugleiste der Hinweis

Optionen

Die Optionen befinden sich in den Parametern von FreeCAD:

Menu → Tools → Edit parameters ... :BaseApp/Preferences/Macros/FCMmacros/FCInfo_ToolBar

  • switch_User_ToolbarIconSize
    • if = false: the icon toolBar respect the FreeCAD value for the icon size
    • if = true: the icon take the values of the variable seT_User_sizeIconX and seT_User_sizeIconY
  • seT_User_sizeIconX
    • set the value X of the Icon
  • seT_User_sizeIconY
    • set the value Y of the Icon
  • seT_User_setFixed_Tool_Bar_Width
    • set the Width of the ToolBar
  • seT_User_setFixed_Tool_Bar_Height
    • set the Height of the ToolBar
  • switch_User_Work_With_Preselection
    • Work With the Preselectiond, update the data in real time
  • seT_User_StyleSheetColorToolBar
    • set the color of the toolBar in HTML format example : #F8E6E0
    • if the value is 0 the toolBar take the system color
  • seT_User_DecimalValue
    • give the number of decimal of the number (Default 2)
  • seT_User_TextHeigthValue
    • give the text height of the toolBar
  • switch_User_Display_objectName
    • display the object Name ()
  • switch_User_Display_SubElementName
    • display the SubElementName ()
  • switch_User_Display_ShapeType
    • display the Shape type (TyS:)
  • switch_User_Display_TypeId
    • display the TypeId (TyI:)
  • switch_User_Display_RadiusObject
    • display the radius and the diameter (r:) [D:]
  • switch_User_Display_RadiusSurface
    • display the radius and the diameter on surface (rS:) [DS:]
  • switch_User_Display_LengthObject
    • display the Length of the edge selected or the Perimeter of the face selected
      • (L:) display the Length of the wire, edge, line selected
      • (P:) display the Perimeter if the face is selected
  • switch_User_Display_SommeAllEdgesObject
    • display the somme of the all edge of the object selected (Se:)
  • switch_User_Display_NumberFacesMesh
    • display the number of Faces of the Mesh object (Nf:)
  • switch_User_Display_NumberPointsMeshPoints
    • display the number of points of the Mesh object (Np:)
  • switch_User_Display_NumberEdgesMesh
    • display the number of edges of the Mesh object (Ne:)
  • switch_User_Display_AreaObject
    • display the area of the object (A:)
  • switch_User_Display_AreaSubObject
    • display the area of the face selected (Af:)
  • switch_User_Display_VolumeObject
    • display the volume of the object (V:)
  • switch_User_Display_BsplineObject
    • display the number of node of the Bspline selected
      • (BSpline) display the number of node of the BSpline
      • (BSrA) BSPline radius approximative first radius of the BSpline
      • (BSS) BSPline Points Shape number points of the Bspline (case Shape)
      • (BSc) BSPline Points Sub Object number points of sub object selected (case Edge)
  • switch_User_Display_CentreObject
    • display the center of the circle (if one circle is detected) or of the object selected
      • (Ce:) display the center of circle (if detected), face, edge ... BBoxCenter of face, edge ... Sub selection" + "\n\n")
  • switch_User_Display_CentreBoundBoxObject
    • display the boundingBox center of the object (BBCe:)
  • switch_User_Display_Position
    • display the coordinates point mouse pointed (Pos:)
  • switch_User_Display_Position_2D_CAD
    • display the coordinates point 2D Cad (x, y) 0,0 = bottom left corner
  • switch_User_Display_Position_2D_BMP
    • display the coordinates point 2D Bmp (x, y) 0,0 = top left corner
  • switch_User_NotInfoOnBeginning
    • if it is false the info (this information) is not displayed
    • if it is true the info is displayed
  • seT_User_UnitSymbolSquare
    • give the symbol square (Default 2)
  • seT_User_UnitSymbolCube
    • give the symbol cube (Default 3)
  • seT_User_UnitSymbolMicro
    • give the symbol micro (Default u)

Für automatische Durchläufe

in der Befehlszeile

In der Tastenkombination Den richtigen Pfad Überprüfen

"Complete_path_of_FreeCAD" "Complete_path_of_the_macro.FCMacro"

Beispiel:

"C:/FreeCAD_0.20.26858_Win-LPv12.5.4_vc17.x-x86-64/bin/FreeCAD.exe" "C:/Users/User/AppData/Roaming/FreeCAD/Macro/FCInfo_ToolBar.FCMacro"

im Mod-Verzeichnis

  1. After install the macro with Addon Manager
  2. Create the FCInfo_ToolBar directory
  3. Copy the macro FCInfo_ToolBar.FCMacro (copy not move) in the FCInfo_ToolBar directory and rename it in FCInfo_ToolBar.py
  4. Create a file named InitGui.py
  5. Paste the code in InitGui.py:
#### FC Version: 0.1 #16/02/2022
#### Mario52
#### FCInfo_ToolBar : mini FCInfo ####
#
import importlib
from importlib import reload
import FreeCAD, FreeCADGui
App = FreeCAD
Gui = FreeCADGui

switch_User_NotRunAuto = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Macros/FCMmacros/FCInfo_ToolBar").GetBool("switch_User_NotRunAuto")
## switch_User_NotRunAuto 0 (False) = run the macro in begin
## switch_User_NotRunAuto 1 (True)  = not run automatic the macro

if switch_User_NotRunAuto == False:
    import FCInfo_ToolBar
    #reload(FCInfo_ToolBar)
    FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Macros/FCMmacros/FCInfo_ToolBar").SetBool("switch_User_NotRunAuto", False)
    #FreeCAD.Console.PrintMessage("InitGui Ok FCInfo_ToolBar" + "\n")
  1. save the file
  2. run FreeCAD
  3. if the macro not run (normal) execute the macro FCInfo_ToolBar.FCMacro as a normal macro
  4. the next start of FreeCAD the macro must start automatically

enjoy

Verweis

Diskussion im FreeCAD-Forum: Feature request: coordinates display

Version

version 00.07 16/06/2025 : Korrekte Auswahl Größe nicht ändern

ersetzt:

QtCore.QObject.connect(comboBox_ToolBar, QtCore.SIGNAL("currentIndexChanged(QString)"), SIGNAL_comboBox_Changed)

durch:

comboBox_ToolBar.currentTextChanged.connect(SIGNAL_comboBox_Changed)

version 00.06 01/06/2025 : Rückkehr zu PySide

version 00.05b 06/09/2023 : Fehler in calcul 2D Bmp korrigiert

'version 00.05 06/09/2023 : Koordinate 2D Cad (x, y) 0,0 = untere linke Ecke oder Bmp (x, y) 0,0 = obere linke Ecke hinzugefügt, radiusSurface
Erzeuge den Test "if"
switch_User_NotInfoOnBeginning
’ habe ich vergessen!

version 00.04 28/06/2023 : StyleSheet korrigiert und:

sommeEdgesSTR = str(sommeEdges)

ersetzt durch:

sommeEdgesSTR = str(round(sommeEdges * uniteM, seT_User_DecimalValue)) + " " + uniteMs

version: (00.02 +) 00.03 2022/03/22 : Summe aller Kanten hinzugefügt

version: 00.02 2022/03/14 : Berechnung in Echtzeit hinzufügen (mit Vorauswahl), Abmessungen der Symbolleiste, Info-Netz und Punkte hinzufügen

version: 00.01 2022/02/16 :