Общие сведения
Эта страница предназначена для пользователей, заинтересованных в переходе на FreeCAD из мира Fusion 360.
Что мне делать?
- The first thing that you want to do is to get your files out of proprietary formats and storage. Start by exporting your models from the cloud to your local machine.
- A popular method is using a Python script added into Fusion 360 which exports all your models. The following scripts are available on Github:
- Fusion360 total exporter script. At June 2026, this does not work for accounts which are 'Not for Commercial Use' as the script exports in IGES format.
- A different version of the Fusion 360 total exporter script. This version allows the user to select whether to export STEP, STL and IGES files (by changing lines 15-17 in the script). If downloading, please check the link in the README file as at June 2026 this links to the original version above.
- Fusion 360 Exporter script.
- We recommend exporting to STEP format.
Глоссарий
Please also reference the ongoing work in progress
CAD Rosetta Stone project to learn the analogous names that popular proprietary CADs use
В основном стоит обращаться к странице Глоссария , но ниже приведён короткий список терминов, который может показаться полезным пользователям F360:
Часто задаваемые вопросы
- What formats do you support in FreeCAD?
- What formats should I use to migrate to FreeCAD?
- STEP is the best format because it is a solid Shape format, as opposed to a Mesh (STL, OBJ, DAE). Example, Importing Step with Colors.
- Importing an STL is possible, but this mesh format will be difficult to modify further. We recommend converting imported meshes to solid Shapes using
Part ShapeFromMesh. Remodelling the object in FreeCAD, while using the mesh as reference, is the best advice.
Советы
- @MPetrika (twitter) рекомендует установить ModernUI Workbench от HakanSeven12.
- Скрипты для выгрузки могут зависнуть навсегда при выгрузке некоторых файлов. Единственное решение — изменить скрипт на Pyhton так, чтобы он пропускал эти файлы, а затем перезапустить этот скрипт.
Ресурсы для обучения
Видеосравнения
Помощь
На этой странице чего-то не хватает? Пожалуйста обратитесь за разрешением на изменение wiki на форум, чтобы отредактировать её.
Сопутствующая информация
Документация пользователя
- Начинающим
- Установка: Загрузка, Windows, Linux, Mac,
Дополнительных компонентов, Docker, AppImage, Ubuntu Snap
- Базовая: О FreeCAD, Интерфейс, Навигация мыши, Методы выделения, Имя объекта, Настройки, Верстаки, Структура документа, Свойства, Помоги FreeCAD, Пожертвования
- Помощь: Учебники, Видео учебники
- Верстаки: Std Base, Arch, Assembly, CAM, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework