FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Migrating to FreeCAD from Revit

This page is intended to give you a quick start with FreeCAD if you are coming from Autodesk Revit.

Setting things up

FreeCAD is a multi-purpose 3D modeling application. Although it is not solely a BIM application, it features a dedicated BIM Workbench, which is bundled with every FreeCAD installation, and contains a set of BIM tools.

Key concepts

Although you will be able to perform the same tasks and obtain a similar result to what you are used to in Revit, both software are different and you should learn the differences.

  • The Revit file format (.RVT) is proprietary, non-documented, and is not supported by FreeCAD (supporting it would be a gigantic task which would swallow all of FreeCAD resources for a very incomplete result). Instead, you should rely on open formats such as IFC, which is rather well supported by both applications. Families can also be exported to ACIS/SAT which is supported by the InventorLoader addon, installable via the Addons manager.

  • BIM assets such as windows, equipment or furniture are usually easy to find on popular websites such as bimobject.com in IFC format. But the format does not always guarantee the quality of the geometry. The grabcad library has a good selection of downloadable assets in STEP format with good geometry quality.

  • There is no concept of family in FreeCAD. But there are many ways to obtain the same result, that is, several objects that share the same properties and are linked together (if you modify one, you modify them all). The most straightforward is cloning. A clone is like a copy of an object, but if you modify the original object, its clones will get updated too. But there are other, more subtle ways to make objects share properties. For example, you can draw a 2D profile and build several objects from the same 2D profile.

  • Although they can be convenient, you don\'t need to use the BIM tools to produce BIM objects. Any FreeCAD object, or even objects made with another software, can become BIM objects. You only need to select one and use the Component tool. This also allows you to use other tools, for example from the PartDesign Workbench, to create complex objects that are usually hard to achieve with standard BIM tools.

  • Objects created with one BIM tool can have all supported BIM types. You only need to change their IFC Type property. So, for example, you can create a beam using the wall tool, just by changing its IFC type to \"Beam\" afterwards.

  • BIM tools follow the Draft Workbench philosophy: They can be created anywhere and anyhow in the 3D space. You just need to set your working plane correctly, then next BIM objects will be created on that plane.

  • There is no mandatory building structure (floors in Revit) in FreeCAD. You can group your objects using groups, or Building parts (which are commonly used to make levels, but can actually be used for any kind of grouping) to work the same way as in Revit, but you are the one who chooses the most appropriate way for your project.

Suggested adoption workflow

  • Don\'t try to migrate at once. Learning a new software is a complex task. FreeCAD is free, start with installing and exploring it, then when you can, use it to model a small part of a project, then as you gain knowledge and mastery, do more and more in FreeCAD and less in Revit.

  • Make sure you can always fall back to Revit if things go wrong: Export to IFC early and often, open the file in Revit, make sure everything is there.

  • Creating views and sheets works like in Revit, if you are using Draft views (the recommended way). Create shape views of your objects or levels, move them out of your model, annotate them, place everything in a group or Building part, then create TechDraw pages and add your Draft views to it.

Further reading

  • the BIM Workbench
  • FreeCAD BIM migration guide

⏵ documentation index > Migrating to FreeCAD from Revit

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Migrating_to_FreeCAD_from_Revit.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub