Migrating to FreeCAD from Fusion360: Difference between revisions

From FreeCAD Documentation
m (addition second link of Brodie Fairhall)
mNo edit summary
Line 24: Line 24:
#* STEP is the best format because it is a solid [[Shape|Shape]] format, as opposed to a [[Mesh|Mesh]] (STL, OBJ, DAE). Example, [https://forum.freecadweb.org/viewtopic.php?f=3&t=50308 Importing Step with Colors].
#* STEP is the best format because it is a solid [[Shape|Shape]] format, as opposed to a [[Mesh|Mesh]] (STL, OBJ, DAE). Example, [https://forum.freecadweb.org/viewtopic.php?f=3&t=50308 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 {{Button|[[File:Part_ShapeFromMesh.svg|16px]] [[Part_ShapeFromMesh|Part ShapeFromMesh]]}}. Remodelling the object in FreeCAD, while using the mesh as reference, is the best advice.
#* Importing an STL is possible, but this mesh format will be difficult to modify further. We recommend converting imported meshes to solid Shapes using {{Button|[[File:Part_ShapeFromMesh.svg|16px]] [[Part_ShapeFromMesh|Part ShapeFromMesh]]}}. Remodelling the object in FreeCAD, while using the mesh as reference, is the best advice.

== Tips ==

* @MPetrika ([https://twitter.com/MPetrikas/status/1362051484704264198 twitter]) recommends installing HakanSeven12's [[ModernUI Workbench]]



== Learning Resources == <!--T:7-->
== Learning Resources == <!--T:7-->

Revision as of 15:11, 17 February 2021

Background

This page is intended for users who are interested in migrating to FreeCAD from the Fusion 360 world.

What do I do?

  1. 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.
  2. We recommend exporting to STEP format.

FAQ

  1. What formats do you support in FreeCAD?
  2. 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.

Tips


Learning Resources

Comparison Videos

Related