strutture:pd:autodesk-free:freecad-install-win
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
strutture:pd:autodesk-free:freecad-install-win [2020/07/15 07:33] – add parte 2D saccarol@infn.it | strutture:pd:autodesk-free:freecad-install-win [2020/07/15 08:28] (current) – saccarol@infn.it | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Installazione FreeCAD su Windows ===== | ||
+ | * scaricare Freecad da [[https:// | ||
+ | * lanciare FreeCAD-0.18.4.980bf90-WIN-x64-installer.exe e installarlo nella cartella di default " | ||
+ | ==== Per import progetti 2D da AutoCAD ==== | ||
+ | * scaricare ODA file converter da [[https:// | ||
+ | * installarlo in " | ||
+ | * Da FreeCAD< | ||
+ | menu Modifica -> Preferenze -> Importa/ | ||
+ | -> nella scheda DWG nel campo " | ||
+ | -> inserire o cercare " | ||
+ | ==== Per import progetti 3D da Inventor ==== | ||
+ | (da verificare) | ||
+ | * Installare pip | ||
+ | * Download get-pip.py da [[https:// | ||
+ | * Aprire una finestra dos e immettere i comandi< | ||
+ | cd " | ||
+ | python get-pip.py | ||
+ | cd Scripts</ | ||
+ | * Installare i moduli python necessari come prerequisiti dell' | ||
+ | * Sempre dalla stessa finestra dos del punto precedente< | ||
+ | pip install olefile | ||
+ | pip install xlrd | ||
+ | pip install xlutils | ||
+ | pip install xlwt</ | ||
+ | * Installare l' | ||
+ | * Da FreeCAD< | ||
+ | menu Strumenti -> Addon manager -> nella scheda Workbanches selezionare InventorLoader -> Install/ | ||