Macro FCInfo ToolBar

From FreeCAD Documentation
Revision as of 21:06, 16 February 2022 by Mario52 (talk | contribs) (Mario52 moved page FCInfo ToolBar to Macro FCInfo ToolBar: convention)
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.
Other languages:

Generic macro icon. Create your personal icon with the same name of the macro Macro FCCInfo ToolBar

Description


Macro version: 00.01
Last modified: 2022/02/16
FreeCAD version: 0.18 and more
Author: Mario52
Author
Mario52
Download
Links
Macro Version
00.01
Date last modified
2022/02/16
FreeCAD Version(s)
0.18 and more
Default shortcut
None
See also
Arch Survey
Macro FCInfo
Macro FCInfoGlass

Description

Gives information about the selected shape and can display a conversion of length, area, volume in different units (metric and imperial).

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/988f17e458a4160a6f3a772c1d6c8b6a948c8748/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/988f17e458a4160a6f3a772c1d6c8b6a948c8748/FCInfo_ToolBar.FCMacro")


Usage

After run the macro, go to Menu → Tools → Edit parameters ... :BaseApp/Preferences/Macros/FCMmacros/FCInfo_ToolBar

and check the info to display:

switch_User_ToolbarIconSize

seT_User_sizeIconX

seT_User_sizeIconY

seT_User_StyleSheetColorToolBar #F8E6E0

seT_User_DecimalValue

seT_User_TextHeigthValue

switch_User_Display_SubElementName

switch_User_Display_ShapeType

switch_User_Display_TypeId

switch_User_Display_RadiusObject

switch_User_Display_LengthObject

switch_User_Display_NumberFacesMesh

switch_User_Display_NumberPointsMeshPoints

switch_User_Display_NumberEdgesMesh

switch_User_Display_AreaObject

switch_User_Display_AreaSubObject

switch_User_Display_VolumeObject

switch_User_Display_BsplineObject

switch_User_Display_CentreObject

switch_User_Display_CentreBoundBoxObject

switch_User_Display_Position

switch_User_NotInfoOnBeginning

seT_User_UnitSymbolSquare

seT_User_UnitSymbolCube

seT_User_UnitSymbolMicro