Gives information about the selected shape and can display a conversion of length, inclination (degrees, radians, grades, percent), area, volume and weight in different units (metric and imperial). The macro now also works for the elements of a sketch in edit mode.
Ger en serie information om den valda formen och kan visa en konvertering av längd, lutning (grader, radianer, grader, hällande) form, yta, volym och vikt av formuläret i densiteten vald i olika kvantiteter internationella och Anglo -Saxiska.
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/8d40ab6c018c2bde678f/raw/2ba412bef3a9a5a0c6da4f3be18513a585f3a301/FCInfo_en_Ver_1-30c-rmu_Docked.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/8d40ab6c018c2bde678f/raw/2ba412bef3a9a5a0c6da4f3be18513a585f3a301/FCInfo_en_Ver_1-30c-rmu_Docked.FCMacro")
Välj ett objekt eller starta programmet och välj ett objekt och en serie information visas.
Hans beräkningar baserade på FreeCADs enhet, som är mm för varje nytt val, kommer längdsenheten alltid tillbaka på mm och vinkel på decimalgrader.
upper window
Sektor 1: Dokument
Dokument namn
Etikett för objektet
Objektets interna namn
Subelementets namn på objektet
Typ av objektet
Sector 1: Document
Document name
Label and internal name of the object
Internal Name of the object
Sub element name and type of the object
Type of the object
(you can checked to false the variable switch_setVisible_GBox_001_Document for hidden the Box)
If the selection is a mesh object one new window "Components" is displayed and gives:
Edges : number of edges 9561.
Faces : number of faces 6374.
Points : number of points 3189.
(you can checked to false the variable switch_setVisible_GBox_004_Object_Mesh for hidden the Box)
Sector 5: Units
mm : If the object is a face perimeter, length of the object is displayed. Unit size can be selected : km, hm, dam, m, dm, cm, mm, µm, nm, pm, fm, inch, link, foot, yard, perch, chain, furlong, mile, league, nautique.
Length of the object : Length of the object or perimeter of the face 10.0 mm.
If the object is a circle, a second lineEdit Radius : is opened and display the radius and diameter of circle 2.0 mm (dia. 4.0 mm).
Perimeter of the shape (12). Perimeter of the object and number of subObject (Edges) contained in the object 120.0 mm.
(you can checked to false the variable switch_setVisible_GBox_005_Value_Unit for hidden the Box)
Sector 6: Inclination
Inclination of the object can be displayed in:
decimal degree, ex: 174.831872611°
degree minute seconde, ex: 174° 49' 54.741401
radian, ex: 3.05139181449 rad
grade, ex: 194.257636235 gon
percent, ex: 30° = 57.74%
Inclinations in planes XY, YZ, ZX and their coordinates
Direction object, Vector (0.0, 0.0, -10.0) give the direction of object. The calculate is : coord_1 - coord_2 = direction (or reverse)
Direction this button create a line in direction of the object.
ValueAt(0), Vector (0.0, 0.0, 10.0) returns the 3D vector corresponding to a parameter value.
ValueAt(0) this button create a line in ValueAt direction of the object.
NormalAt(0,0), Vector (0.0, 0.0, 1.0) returns the 3D vector corresponding to a parameter value.
NormalAt(0,0) this button create a line in NormalAt direction of the object.
(you can checked to false the variable switch_setVisible_GBox_006_Inclination for hidden the Box)
Sector 7: Surface and Volume
Surface of the form displayed, unit size can be selected. 600.0 mm2
Surface of the face displayed, unit size can be selected. 0.0 mm2
Volume of the form displayed, unit size can be selected. 1000.0 mm3
Unit , choice your unit.
The gram unit mass can be chosen : ton,quintal, kg, hg, dag, gram, dg, cg, mg, µg, ng, pg, fg, gr (grain), dr (drachm), oz (once), oz t (once troy), lb t (livre troy), lb (livre av), st (stone), qtr (quarter), cwt (hundredweight), tonneau fr, ct.
Weight of the form displayed, unit mass can be selected. 2.7 g
Density of the material in kg by dm32.7000 kg (by dm3)
Material Metal Nickel (Ni),8.27,10.0,adapt Price
In beginning the macro search the file FCInfo_material.txt, if the file not exist, one file FCInfo_material.txt is created.
The file is created with 10 types of material saved in this format.
Title of material , Density on dm3 , Price on dm3 , text info on choice
(4 fields separate by coma)
Liquid Water (H2o),1,10.0,adapt Price
Mater Beton,2.4,10.0,adapt Price
Metal Aluminium (Al),2.7,10.0,adapt Price
Metal Copper (Cu),8.96,10.0,adapt Price
Metal Gold (Au),19.3,10.0,Gratis
Metal Iron (Fe),7.87,10.0,adapt Price
Metal Lead (Pb),11.35,10.0,adapt Price
Metal Magnesium (Mg),1.43,10.0,adapt Price
Metal Nickel (Ni),8.27,10.0,adapt Price
Metal Pewter (Sn),7.29,10.0,adapt Price
Metal Platinum (Pt),21.45,10.0,adapt Price
Metal Silver (Ag),10.5,10.0,adapt Price
Metal Sodium (Na),0.97,10.0,adapt Price
Metal Titanium (Ti),4.4,10.0,adapt Price
Metal Zinc (Zn),7.1,10.0,adapt Price
Wood Beechwood,0.8,10.0,adapt Price
Wood MDF,0.75,10.0,adapt Price
Wood Mahogany,0.6,10.0,adapt Price
Wood Oak,0.7,10.0,adapt Price
Wood White pine,0.4,10.0,adapt Price
New material or editing Metal Nickel (Ni),8.27,10.0,adapt Price
you can modify or edit one new material in this format:
Title, Density on dm3, Price on dm3, text info on choice
(4 fields separate by coma)
you can also edit the file in your favorite editor respecting the specific format
you can save the file in a path desired with the variable : seTMaterialSavePathName
by default the file is created in the macro path
Delete 1/17 : delete the field displayed
Save : save the modification or the new material
(you can checked to false the variable switch_setVisible_GBox_007_Surface_and_Volume for hidden the Box)
Sector 8: Cost
Cost total : cost total of the object selected
0.027 Eu
Price (kg/dm3) : price of the material selected (Metal Aluminium (Al),2.7,10.0,adapt Price)
10,0000 Eu (by Kg) (you can checked to false the variable switch_setVisible_GBox_008_Cost_And_Price for hidden the Box)
Sector 9: BoundBox
BoundBox gives extreme dimensions of the shape.
maximum X length : 10.0 mm
maximum Y length : 10.0 mm
maximum Z length : 10.0 mm
diagonal length : 17.3205 mm
Tracing : create 6 rectangles to dimensions of boundbox
Volume : create volume to dimensions of boundbox
Text Dim. : create the dimension of the triangle (boundbox)
If the Text Dim. is checked, the spinbox dimension of text 3,000 is operational for give your value (3.0 by default)
(you can checked to false the variable switch_setVisible_GBox_009_BoundBox for hidden the Box)
Sector 10: Center of:
Center of the shape and these coordinates XYZ
Center of mass and these coordinates XYZ
The buttons creates on point, axis, plane, copy vector axis form FreeCAD.Vector(-24.0, 240.0, 7.0)(see Sector 13)
(you can checked to false the variable switch_setVisible_GBox_010_Center_Mass for hidden the Box)
Sector 11: Inertia
Moment of inertia and these coordinates length and weigth
The button creates on point, axis, plane, copy vector axis form FreeCAD.Vector(-24.0, 240.0, 7.0)(see Sector 13)
action line 1 : x1, y1, z1, 0.0
action line 2 : x2, y2, z2, 0.0
action line 3 : x3, y3, z3, 0.0
action 4 diagonal : x1, y2, z3
same for length and weigth
Determinant 1 : 4629629629629.633 computes the determinant of the matrix, in scientific value
Determinant 2 : 4629629629629.6328125 computes the determinant of the matrix, in decimal value
(you can checked to false the variable switch_setVisible_GBox_011_Inertia for hidden the Box)
Sector 12: SpreadSheet
Disabled module CheckBox for search or not all details of the object. If it is not checked, only the principal value is displayed.
Vertexes and details of the shape (compt_Edge), (compt_Faces), (compt_Vector of the Face)
Max 200 lines in the table, if there are more than 200 lines it appears (!+ 200) and the number of lines
If the object is complicated with many objects, the time is long and the search is repeated with every mouse click. The write function in the spreadSheet included, decreases the display time for this it is disabled by default
Full details can save be the Save button in a file in CSV format and can be viewed the file in spreadsheet with the Read or by an external spreadsheet as LibreOfficeOpenOffice or other
(you can checked to false the variable switch_setVisible_GBox_012_SpreadSheet for hidden the Box)
Sector 13: SpreadSheet creation
SpreadSheet : create a new spreadsheet in a document
SpreadSheet : the current spreadsheet. if the spreadsheet does not exist one spreadsheet is created
Refresh : refresh the list of spreadsheet in document
- : the spreadsheet(s) present in document
Read : read the data in a spreadsheet saved .FCInfo or txt, asc, csv
Save : save the data in disk in the form selected below .FCInfo or txt, asc, csv
Tabulation : the separator is Tabulation (by default)
Comma : the separator is Comma
Semicolon : the separator is Semicolon
Space : the separator is Space
Alternativ för att spara eller läsa spreadSheet med olika separator, Tabulation, Comma, Semicolon, Space
Tabellen är separatorn för FreeCAD spreadSheet-modulen
Numret på den här fyra separatorn beräknas för hjälp om det är okänt
Kommunen är den gamla (01.16 och tidigare) separatorn av FCInfo makro
Nu för kompatibilitet med FreeCAD spreadSheet och sedan 01.17 versionen är tabellen separator som standard
Om du vill konvertera ditt gamla FCInfo-kalkylblad: Öppna det i FCInfo och spara det med Tabuleringsalternativet markerat
Sector 14: Main tools
Info : if this CheckBox is checked, the informations are displayed in the report view window
Point : if checked, one point is created in the coordinate displayed form : FreeCAD.Vector(-24.0, 240.0, 7.0)
Axis : if checked, one axis is created in the coordinate displayed form : FreeCAD.Vector(-24.0, 240.0, 7.0)
Plane : if checked, one axis plane is created in the coordinate displayed form : FreeCAD.Vector(-24.0, 240.0, 7.0)
Clip-B0 : None clipBoard
Clip-B1 : If checked the coordinate are copy in the clipBoard Form : FreeCAD.Vector(X.0, Y.0, Z.0) FreeCAD model
Clip-B2 : If checked the coordinate are copy in the clipBoard Form : X, Y, Z with Comma separator
Clip-B3 : If checked the coordinate are copy in the clipBoard Form : X Y Z as is with Space separator
Left/Right : if this CheckBox is not checked, the window macro are displayed to right (default). If it is checked the window macro are displayed to left. If the option is 1 mode fly (User parameter:BaseApp/Preferences/Macros/FCMmacros/FCInfo/seTPositionFlyRightLeft) this button is not visible .
4 (Decimales) : give the number of decimal displayed
12 (Dim. texte) : give the dimensionof text in the macro
Forum : direction FCInfo forum tread (you must to be connected to internet)
Wiki : direction Wiki FCInfo (you must to be connected to internet)
Ref : refresh the display of data in report view
Exit : exit properly the macro (not use the red cross of the window)
(you can checked to false the variable switch_setVisible_GBox_014_Main_Tools for hidden the Box)
När makroen är lanserad, förblir makroen aktiv och fönstret är synligt. För att lämna makroet genom att trycka på Exit. Om du lämnar vid korset kvarstår makrot i minnet och data visas i "Rapportvy" av FreeCAD.
Dockad till höger,
eller vänster med kombinationsvy och nås med en flik, eller inte dockad till valet.
Options
Alternativ
Den enhet som används
====Längd enhet:====km, hm, dam, m, dm, cm, mm, µm, nm, pm, fm, inch, link, foot, yard, perch, chain, furlong, mile, league, nautique.
Length unit:
km, hm, dam, m, dm, cm, mm, µm, nm, pm, fm, inch, link, foot, yard, perch, chain, furlong, mile, league, nautique.
Angle degrees :
Vinkelgrader :
decimal degree, ex: 174.831872611°
degree minute seconde, ex: 174° 49' 54.741401''
radian, ex: 3.05139181449 rad
grade, ex: 194.257636235 gon
pourcent ex: 30° = 57.74%
Förståelse av vinklar i FCInfo-displayen.
Förståelse av vinklar i FCInfo-displayen
Förståelse av vinklar i poucent i FCInfo-skärm klicka två gånger för att se animationen (bilden måste vara i helskärm)
Understanding of angles in FCInfo display
Understanding of angles in percent in FCInfo display click twice to see the animation (the image must be in full screen)
Weight unit :
Viktenhet :
ton, quintal, kg, hg, dag, gram, dg, cg, mg, µg, ng, pg, fg, gr (grain), dr (drachm), oz (once), oz t (once troy),
lb t (livre troy), lb (livre av), st (stone), qtr (quarter), cwt (hundredweight), tonneau fr, ct
"spinboxen" är inställd på 7,5 kg, medeltäthet av stål. Om du vill ha ett annat standardvärde, ändra värdet på densiteten, linje 208
Kopiera innehållet i makroet i en fil med namnet "FCInfo.FCMacro"
Windows: formen är vanligtvis " drive:\Users\your_user_name\AppData\Roaming\FreeCAD\ "
Ubuntu: formen är vanligtvis " /home/your_user_name/.FreeCAD ".
Eller direkt i gränssnittet till FreeCAD
Ikonen måste vara i samma katalog som makroen.
Ladda ner bildpositionering på ikonen och dra sedan musen med högerklicka "spara som" (ändra inte namnet)
Copy the contents of the macro in a file named "FCInfo.FCMacro"
Windows: the form is usually " drive:\Users\your_user_name\AppData\Roaming\FreeCAD\ "
Ubuntu: the form is usually " /home/your_user_name/.FreeCAD ".
Or, directly in the interface of FreeCAD
The icon must be in the same directory as the macro.
Download image positioning on the icon and then drag the mouse right click "save as" (do not change the name)
PS: för länge att finnas på wikisidan (för tillfället wiki sidorna accepterar endast 64 KB) makrokoden har placerats i forumet
PS: detta makro använder getSelection () och listan över objekt börjar till 1 ex: för en ruta Edge1 till Edge12
och koden i konsolen börjar vid 0 ex: for a box Edge[0] to Edge[11]
Detta är normalt att räkna på arrayer / listor i OpenCascade börjar alltid på 1 och inte på 0
Limitations
Begränsningar
Lämna alltid knappen Exit. Om man lämnar programmet utan att gå igenom knappen Exit, förblir programmet i minnet och fortsätter att springa och displayen kommer att vara kvar i "visningsrapporten". Du måste lämna FreeCAD för att radera det från minnet.
Endast de första 200 elementen i objektet är synliga i tabellen om det finns mer än 200 objekt i objektet kommer en signal att visas med (! +200). Den fullständiga listan med data är synlig i filen som sparas med knappen Save.
Om fönstret makro är osynligt efter körningen, se nedre fönstret:
projekt: läs filen direkt i en tabell. gjort matchar "Edges" och deras koordinater gjort
Sammansättning av ett ämne för dens densitet lutning på elementet snarare än det globala objektet gjort inlägg direkt i gränssnittet till FreeCAD gjort
Version
ver "1.30c" 2025/01/28 : replace connect comboBox for Arch Linux
ver 1.28 01/09/2023 modify variable name, possibility hidden each sector, save data spreadSheet in document, surface radius, add button webWiki and webForum
ver 1.27 2023/06/30 optimize the styleSheet, correct the left/right position and restore view after edition sketcher
self.PB_00_Decrement.setStyleSheet("background-color: white; border:2px solid rgb(215, 10, 22);")# bord white and red
replaced by
self.PB_00_Decrement.setStyleSheet("QPushButton {background-color: white; border:2px solid rgb(215, 10, 22)};")# bord white and red
ver 1.22 , 12/11/2020 : now the macro is totally uninstalled i use :
ver 1.26b 20/02/2022 upgrade for detect BSpline in SubObject
ver 1.26 06/02/2022 add info on Mesh and Points objects, decode colours, duplicate object or subObject, memorize the latest path and other preferences options
ver 1.25e 18/12/2021 add info detailed to BSpline (ToByArcs) and info "sel[0].TypeId"
ver 1.25d 12/12/2021 ---
ver 1.25c 12/12/2021 correct "strAround((" by "str(Around(" and other little ...
ver 1.25b 11/12/2021 correction error in change/modify new material and reorganization
ver 1.25 10/12/2021 PySide2 and add comboBox materials
ver 1.24 02/12/2021 add adjustedGlobalPlacement modified by edwilliams16 for placement with Body, boundbox tracing
ver 1.23cb 25/11/2021 delete "import Sketcher * " create conflict with "open(OpenName, "r")" ??
Adding
FreeCAD.ActiveDocument.openTransaction(u"FCInfo")# memorise les actions (avec annuler restore)FreeCAD.ActiveDocument.commitTransaction()# restore les actions (avec annuler restore)#FreeCAD.ActiveDocument.abortTransaction() # abandonne les actions(avec annuler restore)
ver 1.25d, 13/12/2021 little correction material field uncomment the "'try...Except" !!!
ver 1.25c, 12/12/2021 little correction new material
ver 1.23b, 20/11/2021 little correction, add text info in beginning run macro, and ordinal the text code
ver 1.23 , 19/11/2021 include icon in macro, number decimal displayed, text height, configure options in the Preference FC, correct info for elements of sketch in edit mode.
ver 1.22 , 12/11/2020 : now the macro is totally uninstalled i use :
ver 1.19, 20/01/2018 skapa checkbox för att upptäcka alla element i objektet om det är önskat eller inte, makroet är snabbare. Optimering
ver 1.18, 19/12/2017 ...
ver 1.17c, 14/12/2017 skapa plan med koordinat ge i ett projekt i annat projekt och ersätt "FCInfo" med "__title__"
Ver 1.17b, 13/12/2017 liten korrigering ersätter FCTreeView till FCInfo
ver 1.17, 12/12/2017 lägg till uppgradering Moment of inertia mm och kg av pinq FCMacro och tröghetsmoment och skapa plan, axel, punkt och lägg till alternativ separator för kalkylblad
ver 1.16, 21/06/2017 lägg till kontrollhöjds polis (här PointSize 8) och kryssrutan för att placera fönstret åt höger eller vänster
ver 1.15, 19/12/2015 suppression PyQt4 alternativ se, lägg till checkbox för att redigera infos i rapportvy
ver 1.14, 04/08/2014 ersätt PyQt4 och PySide och korrigera verktygstips inte visad orsak på PySide och lägg till fg
ver 1.13, 27/07/2014 ersätt FCInfo_en_Ver_1-12_Docked.FCMacro till FCInfo_en_Ver_1-13_Docked.FCMacro acceptera PyQt4 och PySide
ver 1.12, 10/03/2014 lägger till verktygstips
ver 1.11, 04/03/2014 Lägga till μm, nm, pm, fm, μg, ng, pg, hällande, fast av storhet karat "cd" i '"ct" , visning av etiketten och internt namn, fast beräkning av vinklar XY YZ ZX kan ge ett fel på en sammansatt form, fönstret dockbart i FreeCAD
Ver 1.10.b, 19/11/2013 knappar utanför rullningsfältet och dimensionerna i fönstret blockerar
(ver 1.10, 18/11/2013 skapa rullningsfältet)
ver 1.08.b, 10/11/2013 översättningsenheter på engelska, felkorrigering för att visa området för ansikten som anges i tabellen och ersättning av printApp.Console .PrintMessage
ver 1.09, 04/11/2013 fungerar perfekt på Windows och Linux (orsak till fel på Linux karaktärerna: ² ³ ° ordinal inte inom intervallet (128) ")
I en Linux-distribution och i händelse av ett fel på ordinär inte inom intervallet (128) finns det en alternativ version på den här sidan Macro_FCInfo_Alternate_Linux
Ver 1.08, 24/10/2013 korrigering av högsta "Faces" och "Edges" som visar 100 objekt (i den sparade filen)
ver 1.07, 11/10/2013 matchar "Faces" och deras koordinater.
ver 1.06, 22/09/2013 matchar "Edges" och deras koordinater, lutning på elementet snarare än det globala objektet
ver 1.05, 17/09/2013 lade till en ikon för kalkylbladet, konverteringskärlet fr, affichage des dimensions overall istället för koordinater.
ver 1.04, 11/09/2013: läs filen direkt i en tabell.
ver 1.03, 09/09/2013: tydligare visning i rapport och ersättning med "typeObject = sel [0] .Shape.ShapeType"