User hub/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 53: Line 53:


These are the base workbenches bundled with every installation of FreeCAD:
These are the base workbenches bundled with every installation of FreeCAD:

* [[File:Freecad16.svg|32px]] [[Std_Base|Std Base]]. This is not really a workbench, but this category serves to collect all "standard" commands and tools of the system which can be used in all workbenches.


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 21:41, 28 October 2019


150
150

Detta område är huvudhjälpsområdet för nykomlingar till FreeCAD.

Notera att dessa sidor är i ett tidigt utvecklingsstadie. För tillfället finns det fortfarande inte mycket dokumentation för slutanvändaren, eftersom FreeCAD själv är i ett tidigt utvecklingsstadium, och saknar för tillfället många intressanta verktyg för slutanvändaren.

If you'd like to contribute to FreeCAD, see the Help FreeCAD page. If you'd like to edit this wiki, request a wiki account with editor permissions in the forum, and read the WikiPages for the general guidelines that you should follow.

If you would like to know how FreeCAD started years ago visit the History page.


Och om du har någon information som du vill ska finnas här, varför inte hjälpa oss med att låta denna manual växa genom att lägga in din information här? Att redigera wikisidor är lätt, Denna sida kommer att hjälpa dig att börja.

Använda FreeCAD

Introduktion

Basapplikationen

Arbetsbänkar

Workbenches are collections of tools that are used for a relatively specific task.

These are the base workbenches bundled with every installation of FreeCAD:

  • Std Base. This is not really a workbench, but this category serves to collect all "standard" commands and tools of the system which can be used in all workbenches.
  • The Arch Workbench for working with architectural elements.
  • The Complete Workbench hold all commands and features from all the modules and workbenches which met certain quality criteria.
  • 2D skissning: En enkel arbetsbänk för 2D skissning
  • Ritning: Hjälper dig att lägga dina 3D vyer på ett 2D pappersark
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • Bild: Hanterar Bitmappsbilder
  • The Inspection Workbench is made to give you specific tools for examination of shapes. It is still in development.
  • Nät: Hanterar triangulerade nät
  • The OpenSCAD Workbench for interoperability with OpenSCAD and repairing Constructive Solid Geometry (CSG) model history.
  • Del: Hanterar BREP objekt
  • The Part Design Workbench for building Part shapes from sketches.
  • The Path Workbench is used to produce G-Code instructions. It is still in a stage of development. Only basic functions in 0.16
  • The Plot Workbench is used to edit and save output plots created from other modules and tools.
  • Punkter: Låter dig arbeta med punktmoln
  • Rendering: Tillåter att du använder extern renderingsmjukvara
  • The Reverse Engineering Workbench is intended to give you specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still in development.
  • Robot simulering: Simulera 6-Axliga industrirobotar som Kuka, ABB och andra.
  • The Ship Workbench FreeCAD-Ship works over Ship entities, that must be created on top of provided geometry.
  • The Sketcher Workbench for working with geometry-constrained sketches.
  • The Spreadsheet Workbench for creating and manipulating spreadsheet data.

Macros

macros are relatively small snippets of Python code that perform a simple or a complex task that is not available in the base FreeCAD system.

Power users have written various macros to enhance FreeCAD with more capabilities.

Since FreeCAD 0.17, many macros can be installed using the Addon Manager. For a list of the macros refer to the macros recipes page. For manual installation see How to install macros.

External workbenches

When many macros or functions are developed together, and are organized in toolbars and menus, they can become a new workbench.

External workbenches are collections of functions that are not part of the base FreeCAD system, usually developed by experienced users, and targeting a particular need.

Since FreeCAD 0.17, many workbenches can be installed using the Addon Manager. For manual installation see How to install additional workbenches.

Referens

Online Hjälp

Detta är den officiella FreeCAD online hjälpen. Notera att hela online hjälp systemet för närvarande omarbetas. Det kommer att användas till att generera en .CHM fil, som kommer att distribueras med FreeCADs binärpaket. För tillfället så summerar online hjälpen en del av de mest kompletta sektionerna i denna wiki.

Mer