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 16: Line 16:
If you would like to know how FreeCAD started years ago visit the [[History|History]] page.
If you would like to know how FreeCAD started years ago visit the [[History|History]] page.


<span id="Using_FreeCAD"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
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, [[Help FreeCAD/sv|Denna sida]] kommer att hjälpa dig att börja.
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, [[Help FreeCAD/sv|Denna sida]] kommer att hjälpa dig att börja.
Line 22: Line 23:
</div>
</div>


<span id="Introduction"></span>
===Introduktion===
===Introduktion===


Line 41: Line 43:
* [[BIM_application_compatibility_table|BIM applications compatibility table]]
* [[BIM_application_compatibility_table|BIM applications compatibility table]]


<span id="Basic_application"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Basapplikationen ===
===Basapplikationen ===
Line 54: Line 57:
</div>
</div>


<span id="Workbenches"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Arbetsbänkar===
===Arbetsbänkar===
Line 77: Line 81:
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[Constructive_solid_geometry|constructive solid geometry]] (CSG) model history.
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[Constructive_solid_geometry|constructive solid geometry]] (CSG) model history.


* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with CAD parts.
* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with geometric primitives and boolean operations.


* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.
* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.
Line 121: Line 125:
Since FreeCAD 0.17, many workbenches can be installed using the [[Std_AddonMgr|Addon Manager]]. For manual installation see [[How_to_install_additional_workbenches|How to install additional workbenches]].
Since FreeCAD 0.17, many workbenches can be installed using the [[Std_AddonMgr|Addon Manager]]. For manual installation see [[How_to_install_additional_workbenches|How to install additional workbenches]].


<span id="Reference"></span>
==Referens==
==Referens==


Line 127: Line 132:
</div>
</div>


<span id="Online_Help"></span>
== Online Hjälp ==
== Online Hjälp ==


Line 138: Line 144:
</div>
</div>


<span id="More"></span>
== Mer ==
== Mer ==



Revision as of 22:01, 20 March 2023


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, please donate, and see the Help FreeCAD page for other ways to contribute. 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

Migrating from other software?

Basapplikationen

Arbetsbänkar

Workbenches are collections of tools used for specific tasks. These are the base workbenches bundled with every FreeCAD installation:

  • Standard tools. These commands and tools are present in all workbenches.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • The Inspection Workbench is made to give you specific tools for examination of shapes. It is still under development.
  • The Part Workbench for working with geometric primitives and boolean operations.
  • The Path Workbench is used to produce G-Code instructions. It is still under development.
  • The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.

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