Migrating to FreeCAD from Fusion360: Difference between revisions

From FreeCAD Documentation
(→‎Learning Resources: added another link)
mNo edit summary
 
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
== What do I do? ==
{{TOCright}}
<translate>


== Background == <!--T:1-->
# Start to export your models from the cloud to your local machine.
#* A popular method is using this [https://github.com/Jnesselr/fusion-360-total-exporter Fusion360 total exporter] script
# We recommend exporting with the .... format(s)
#


<!--T:2-->
== FAQ ==
This page is intended for users who are interested in migrating to FreeCAD from the Fusion 360 world.


* What formats do you support in FreeCAD ?
== What do I do? == <!--T:3-->
:*


<!--T:4-->
* What format(s) should I use to migrate to FreeCAD?
# 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.
:* https://forum.freecadweb.org/viewtopic.php?f=3&t=50308
#* A popular method is using this [https://github.com/Jnesselr/fusion-360-total-exporter Fusion360 total exporter] script.
# We recommend exporting to STEP format.


== Glossary == <!--T:14-->
{{VeryImportantMessage|Please also reference the ongoing work in progress [[CAD_Rosetta_Stone|CAD Rosetta Stone]] project to learn the analogous names that popular proprietary CADs use}}


<!--T:15-->
== Learning Resources ==
Reference the [[Glossary|Glossary]] page in general but here is a short list of specific terms that F360 folks may find spefically helpful:


[https://www.freecad.info/ An online resource for us regular FreeCAD users.]


<!--T:16-->
[https://github.com/macdroid53/LearningFreeCAD Beginners written tutorial: from first part to technical drawing.]
* Tangent constraint - FreeCAD's form of '''Collinear Constraint'''. See [[Image:Sketcher_ConstrainTangent.svg|24px|link=Sketcher_ConstrainTangent]] [[Sketcher_ConstrainTangent#Between_two_lines_.28collinear.29|Sketcher ConstrainTangent]].
* Pad - The '''extrude''' function in FreeCAD. Read the [[Image:PartDesign_Pad.svg|24px|link=PartDesign_Pad]] [[PartDesign_Pad|PartDesign Pad]] documentation to learn more.
* Toponaming - Short for [[Topological_naming_problem|Topological naming problem]]. Covered very well in [https://www.youtube.com/watch?v=6p2vqEEmWq4 Brodie Fairhall's youtube clip]].
*
*


== FAQ == <!--T:5-->
[https://www.youtube.com/watch?v=_GxJkB23ZHM Fusion360 to FreeCAD Introduction]


<!--T:6-->
== Comparison Videos ==
# What formats do you support in FreeCAD?
#* The native file format in FreeCAD is BREP, [https://en.wikipedia.org/wiki/Boundary_representation boundary representation], provided by the internal [[OpenCASCADE|OpenCASCADE (OCCT)]] geometry kernel.
#* FreeCAD supports all formats that OCCT supports, so STEP and IGES at least.
# What formats should I use to migrate to FreeCAD?
#* 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.


== Tips == <!--T:17-->
[https://www.youtube.com/watch?v=kirDbZd0dvI&feature=youtu.be Model a compressor turbine in FreeCAD and Fusion360]

<!--T:18-->
* @MPetrika ([https://twitter.com/MPetrikas/status/1362051484704264198 twitter]) recommends installing HakanSeven12's [[ModernUI_Workbench|ModernUI Workbench]]


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

<!--T:8-->
* [https://www.youtube.com/watch?v=_GxJkB23ZHM Fusion360 to FreeCAD - Introduction], video by Brodie Fairhall.
* [https://www.youtube.com/watch?v=IESZD4QS3P8 Fusion360 to FreeCAD - Part 2], video by Brodie Fairhall.
* [https://forum.freecadweb.org/viewtopic.php?f=36&t=50492 V0.19 Benchmarking--2019 Monthly Challenges], a series of objects created with Fusion360 are remodelled using FreeCAD, by experienced user ppemawm.
* [https://github.com/macdroid53/LearningFreeCAD Beginners written tutorial: from first part to technical drawing.] by macdroid53.
* [https://www.freecad.info/ An online resource for us regular FreeCAD users.]

== Comparison Videos == <!--T:9-->

<!--T:10-->
* [https://www.youtube.com/watch?v=kirDbZd0dvI&feature=youtu.be Model a compressor turbine in FreeCAD and Fusion360]

== Help == <!--T:19-->

<!--T:20-->
Is this wiki page missing something. Please make a request for [https://forum.freecadweb.org/viewtopic.php?f=21&t=6830 wiki permissions] on the forum to edit this page.

== Related == <!--T:11-->

<!--T:12-->
* [[Migrating_to_FreeCAD_from_OnShape|Migrating to FreeCAD from OnShape]]


</translate>
{{Userdocnavi{{#translation:}}}}

Latest revision as of 07:28, 19 August 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.

Glossary

Please also reference the ongoing work in progress CAD Rosetta Stone project to learn the analogous names that popular proprietary CADs use

Reference the Glossary page in general but here is a short list of specific terms that F360 folks may find spefically helpful:


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

Help

Is this wiki page missing something. Please make a request for wiki permissions on the forum to edit this page.

Related