Getting started: Difference between revisions

From FreeCAD Documentation
m (→‎What's new: Release notes 013)
Line 2: Line 2:


* [[Release notes 012|Version 0.12 Release notes]] : Check what's new in the 0.12 release of FreeCAD
* [[Release notes 012|Version 0.12 Release notes]] : Check what's new in the 0.12 release of FreeCAD
* [[Release notes 013|Version 0.13 Release notes]] : Check what's new in the 0.13 release of FreeCAD


==Foreword==
==Foreword==

Revision as of 11:01, 27 December 2012

What's new

Foreword

FreeCAD is a CAD/CAE parametric modeling application. It is still in the early stages of development, so don't expect to be able to use it to produce work already. But, if you are curious about what FreeCAD looks like and what features are being developed, you are welcome to download it and give it a try. At the moment, much functionality is already present, but not much user interface has been created for it. This means that if you know a bit of Python, you will already be able to produce and modify complex geometry relatively easily. If not, you will probably find that FreeCAD still has little to offer to you. But, be patient, this is expected to change soon.

And if after testing you have feedback, ideas or opinions, please share it with us on the FreeCAD discussion forum!

Installing

First of all (if not done already) download and install FreeCAD. See the Download page for information about current versions and updates. There are install packages ready for Windows (.msi), Ubuntu & Debian (.deb) openSUSE (.rpm) and Mac OSX.

Exploring FreeCAD

The FreeCAD interface when you start it for the first time. See more screenshots here.

FreeCAD is a general all-purpose 3D modeling application, focused on mechanical engineering and related areas, such as other engineering specialties or architecture. It is conceived as a platform for developing any kind of 3D application, but also for doing very specific tasks. For that purpose, its interface is divided into a series of Workbenches. Workbenches allow to change the interface contents to display all and only the tools necessary for a specific task, or group of tasks.

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 changed depending on the workbench.

When you start FreeCAD for the first time, you will be presented a "general" workbench, that we call "complete workbench". This workbench simply gathers the most mature tools from other workbenches. Since FreeCAD is pretty young and not yet used for very specialized work, this workbench is very handy for discovering FreeCAD more easily. Basically, all the tools that are good enough for producing geometry are here.

Navigating in the 3D space

FreeCAD has three different navigation modes available, that can be set in the preferences settings dialog or changed by right-clicking in the 3D view. For full details about the modes, see the Mouse Model page. For the default mode ("CAD Navigation"), the commands are as follows,

{{{Select_name}}} {{{Pan_name}}} {{{Zoom_name}}} {{{Rotate_view_name}}} {{{Rotate_view_alt_name}}}
{{{Select_text}}} {{{Pan_text}}} {{{Zoom_text}}} {{{Rotate_view_text}}} {{{Rotate_view_alt_text}}}
{{{Ctrl}}}+ {{{Ctrl}}}+{{{Shift}}}+ {{{Shift}}}+
{{{Pan_mode_text}}} {{{Zoom_mode_text}}} {{{Rotate_view_mode_text}}}

You also have several view presets (top view, front view, etc) available in the View menu and on the View toolbar, and by numeric shortcuts (1, 2, etc...)

2D Drafting

Template:Draft Tools


Creating 3D Parts

Template:Part Tools


Exporting to 2D Drawings

Template:Drawing Tools


Exporting to external renderers

Template:Raytracing Tools


Scripting

And finally, 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.


Install on Mac
Mouse Model
Available translations of this page: Template:Cn Template:Jp Template:Se