FreeCAD

FreeCAD
FreeCAD is a CAD/CAE parametric modeling application, focused on mechanical engineering and related areas, such as other engineering specialties or architecture. FreeCAD is currently in a beta stage of development. It is free software (GPL & LGPL License).

As with many modern 3D CAD modelers it will have a 2D component in order to extract design detail from the 3D model to create 2D production drawings, but direct 2D drawing is not the focus, neither are animation (like Blender) or organic shapes (like Maya, 3ds Max or Cinema 4D).

The FreeCAD interface can therefore be described as a very simple container, with a menu bar, a 3D view area, and a couple of side panels for displaying the scene contents or object properties. All the contents of these panels can be changes depending on the workbench.

One of the most powerful features of FreeCAD is the scripting environment. From the integrated python console (or from any other external python script), you can gain access to almost any part of FreeCAD, create or modify geometry, modify the representation of those objects in the 3D scene or access and modify the FreeCAD interface. Python scripting can also be used in macros, which provide an easy method to create custom commands.