Macro ObjectInfo/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
{{Macro|Icon=Text-x-python|Name=Macro ObjectInfo|Description=provides information on the selected object|Author=keithsloan52|Version=1.0}}
{{Macro/cs|Icon=Text-x-python|Name=Macro ObjectInfo|Name/cs=Macro ObjectInfo|Description=provides information on the selected object|Author=keithsloan52|Version=1.0}}


==Description==
==Description==

Revision as of 22:11, 24 November 2016

File:Text-x-python Macro ObjectInfo

Popis
provides information on the selected object

Version macro : 1.0
Autor: keithsloan52
Autor
keithsloan52
Download
None
Odkazy
Verze
1.0
Datum poslední úpravy
None
Verze FreeCAD
None
Výchozí zástupce
None
Viz též
None

Description

This macro lets you know the volume information surface area, center of mass and moment of intertia of the selected object.



Installation

If you're on Linux, you need to create a folder named "Mod" in the .FreeCAD hidden folder which is located in your Home folder. Then create a folder named "Info" in the "Mod" folder, and extract the content of the archive in it. On Windows, I have no idea where that would be. Use the same procedure to Windows in C:\Program Files\FreeCAD\Mod.

How to use

Then start FreeCAD, open your STEP file and switch to the "Info" workbench with the workbench switcher or by going to the View --> Workbench menu. Now select your solid, and click on the "Info" icon; the left taskbar will show some information on the model, including volume, surface area, center of mass and moment of intertia.

Links

A FreeCAD user created a user-friendly "Info" module which you can get here: http://www.sloan-home.co.uk/FreeCAD/Info/Info.html

From Forum Info Workbench - Help with icons please.