Migrating to FreeCAD from Fusion360: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
Line 23: Line 23:


<!--T:16-->
<!--T:16-->
* Tangent constraint - FreeCAD's form of '''Collinear Constraint'''. See [[Image:Sketcher_ConstrainTangent.svg|24px|link=Sketcher_ConstrainTangent]] [[Sketcher_ConstrainTangent#Between_two_lines_.28collinear.29|Sketch_ConstrainTangent]].
* 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.
* 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]].
* 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]].

Revision as of 13:00, 15 July 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