1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Attention: this wiki is deactivated

The new wiki is up and running at http://www.freecadweb.org/wiki

Important: Do not edit this wiki anymore, it will be deleted soon. If you have edit rights here, please read this article to know how to regain your edit rights on the new wiki.

Getting started

From free-cad

Jump to: navigation, search

Contents

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 Pan Zoom Rotate View
Image:Hand_cursor.png Image:Pan_cursor.png Image:Zoom_cursor.png Image:Rotate_cursor.png
to Select to Pan to Zoom in or out to Rotate view
Press the left mouse button over an object you want to select. Holding down ctrl allows the selection of multiple objects. Click the middle mouse button and move the object around to pan Use the mouse wheel to zoom in and out. Click first with the middle mouse button, hold it and the click the left mouse button on any visible part of an object and drag it in the desired direction. This works like spinning a ball that rotates around its center. If you release the buttons before you stop your motion, the object continues spinning, if this is enabled. A double click with the middle mouse button on any part of an object sets the new center of rotation and zooms in on this point.

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...)

Image:Workbench_Draft.png 2D Drafting

Drawing objects

These are tools for creating objects.

  • Image:Draft_Line.png 2-point Line: Draws a line segment between 2 points
  • Image:Draft_Wire.png Wire (multiple-point line): Draws a line made of multiple line segments
  • Image:Draft_Circle.png Circle: Draws a circle from center and radius
  • Image:Draft_Arc.png Arc: Draws an arc segment from center, radius, start angle and end angle
  • Image:Draft_Rectangle.png Rectangle: Draws a rectangle from 2 opposite points
  • Image:Draft_Polygon.png Polygon: Draws a regular polygon from a center and a radius
  • Image:Draft_BSpline.png BSpline: Draws a B-Spline from a series of points
  • Image:Draft_Text.png Text: Draws a multi-line text annotation
  • Image:Draft_Dimension.png Dimension: Draws a dimension annotation
  • Point: Inserts a point object

Modifying objects

These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.

  • Image:Draft_Move.png Move: Moves object(s) from one location to another
  • Image:Draft_Rotate.png Rotate: Rotates object(s) from a start angle to an end angle
  • Image:Draft_Offset.png Offset: Moves segments of an object about a certain distance
  • Image:Draft_Upgrade.png Upgrade: Joins objects into a higher-level object
  • Image:Draft_Downgrade.png Downgrade: Explodes objects into lower-level objects
  • Image:Draft_Trimex.png Trim/Extend (Trimex): Trims or extends an object
  • Image:Draft_Scale.png Scale: Scales selected object(s) around a base point
  • Image:Draft_Edit.png Edit: Edits a selected object
  • Image:Draft_PutOnSheet.png Drawing: Writes selected objects to a Drawing sheet
  • Image:Draft_Shape2DView.png Shape 2D View: Creates a 2D object which is a flattened 2D view of another 3D object
  • Wire to BSpline: Converts a wire to a BSpline and vice-versa
  • Add point: Adds a point to a wire or BSpline
  • Delete point: Deletes a point from a wire or BSpline
  • Draft to Sketch: Converts a Draft object to Sketch and vice-versa
  • Array: Creates a polar or rectangular array from selected objects
  • Clone: Clones the selected objects

Utility tools

Additional tools available via right-click context menu, depending on the selected objects.


Image:Workbench_Part.png Creating 3D Parts

Primitives

These are tools for creating primitive objects.

  • Box: Draws a box by specifying its dimensions
  • Cone: Draws a cone by specifying its dimensions
  • Cylinder: Draws a cylinder by specifying its dimensions
  • Sphere: Draws a sphere by specifying its dimensions
  • Torus: Draws a torus (ring) by specifying its dimensions
  • CreatePrimitives: A tool to create various parametric geometric primitives
  • Shapebuilder: A tool to create more complex shapes from various parametric geometric primitives

Modifying objects

These are tools for modifying existing objects. They will allow you to choose which object to modify.

  • Booleans: Performs boolean operations on objects
  • Fuse: Fuses (unions) two objects
  • Common: Extracts the common (intersection) part of two objects
  • Cut: Cuts (subtracts) one object from another
  • Extrude: Extrudes planar faces of an object
  • Fillet: Fillets (rounds) edges of an object
  • Revolve: Creates an object by revolving another object around an axis
  • Section: Creates a section by intersecting an object with a section plane
  • Chamfer: Chamfers edges of an object
  • Mirror: Mirrors the selected object on a given mirror plane
  • Sweep: Sweeps one or more profiles along a path
  • Loft: Lofts from one profile to another


Exporting to 2D Drawings

These are tools for creating, configuring and exporting 2D drawing sheets


Exporting to external renderers

These are tools for exporting your 3D work to external renderers


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.


Available translations of this page:
Personal tools