Translations:Feature list/5/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "* left En komplett [http://en.wikipedia.org/wiki/Open_CASCADE OpenCasCade]-baserad '''geometrikärna''' som tillåter komplexa 3D operationer på komple...")
 
m (Robot: Automated text replacement (-http://sourceforge.net/apps/phpbb/free-cad/ +http://forum.freecadweb.org/))
Line 7: Line 7:
* [[Image:Feature8.jpg|left]] En [[Drawing Module/sv|Ritningsark]] modul som låter dig skapa 2D vyer på dina 3D modeler på ett ritningsark. Denna modul producerar sedan färdiga SVG eller PDF dokument. Modulen är ännu funktionsfattig, men har redan en kraftfull python-funktionalitet.{{clear}}
* [[Image:Feature8.jpg|left]] En [[Drawing Module/sv|Ritningsark]] modul som låter dig skapa 2D vyer på dina 3D modeler på ett ritningsark. Denna modul producerar sedan färdiga SVG eller PDF dokument. Modulen är ännu funktionsfattig, men har redan en kraftfull python-funktionalitet.{{clear}}
* [[Image:Feature-raytracing.jpg|left]] En [[Raytracing Module/sv|Renderingsmodul]] som kan exportera 3D objekt för rendering med externa rendererare. Stödjer för närvarande endast [http://sv.wikipedia.org/wiki/POV-Ray povray], men förväntas stödja andra renderare i framtiden.{{clear}}
* [[Image:Feature-raytracing.jpg|left]] En [[Raytracing Module/sv|Renderingsmodul]] som kan exportera 3D objekt för rendering med externa rendererare. Stödjer för närvarande endast [http://sv.wikipedia.org/wiki/POV-Ray povray], men förväntas stödja andra renderare i framtiden.{{clear}}
* [[Image:Feature-arch.jpg|left]] En [[Arch Module/sv|Arkitektur]] modul som tillåter [http://sv.wikipedia.org/wiki/Building_Information_Modeling BIM]-likt arbetsflöde, med [http://en.wikipedia.org/wiki/Industry_Foundation_Classes IFC] kompatibilitet. Skapandet av arkitekturmodulen diskuteras mycket av communityn [http://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=10&t=821 här].{{clear}}
* [[Image:Feature-arch.jpg|left]] En [[Arch Module/sv|Arkitektur]] modul som tillåter [http://sv.wikipedia.org/wiki/Building_Information_Modeling BIM]-likt arbetsflöde, med [http://en.wikipedia.org/wiki/Industry_Foundation_Classes IFC] kompatibilitet. Skapandet av arkitekturmodulen diskuteras mycket av communityn [http://forum.freecadweb.org/viewtopic.php?f=10&t=821 här].{{clear}}
[http://en.wikipedia.org/wiki/Building_Information_Modeling BIM]-like workflow, with [http://en.wikipedia.org/wiki/Industry_Foundation_Classes IFC] compatibility. The making of the Arch module is heavily discussed by the community [http://forum.freecadweb.org/viewtopic.php?f=10&t=821 here].{{clear}}
[http://en.wikipedia.org/wiki/Building_Information_Modeling BIM]-like workflow, with [http://en.wikipedia.org/wiki/Industry_Foundation_Classes IFC] compatibility. The making of the Arch module is heavily discussed by the community [http://forum.freecadweb.org/viewtopic.php?f=10&t=821 here].{{clear}}

Revision as of 22:22, 30 December 2013

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Feature list)
* [[Image:Feature1.jpg|left]] A complete [http://en.wikipedia.org/wiki/Open_CASCADE Open CASCADE Technology]-based '''geometry kernel''' allowing complex 3D operations on complex shape types, with native support for concepts like [https://en.wikipedia.org/wiki/Boundary_representation Boundary Representation] (BREP), [https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline Non-uniform rational basis spline] (NURBS) curves and surfaces, a wide range of geometric entities, boolean operations and [https://en.wikipedia.org/wiki/Fillet_(mechanics) fillets], and built-in support of [https://en.wikipedia.org/wiki/ISO_10303 STEP] and [https://en.wikipedia.org/wiki/IGES IGES] formats {{clear}}
* [[Image:Feature3.jpg|left]] A full '''parametric model'''. All FreeCAD objects are natively parametric, meaning their shape can be based on [[Property|properties]] or even depend on other objects. All changes are recalculated on demand, and recorded by an undo/redo stack. New object types can be added easily, and can even be [[Scripted_objects|fully programmed in Python]].{{clear}}
* [[Image:Feature4.jpg|left]] A '''modular architecture''' that allows plugin extensions (modules) to add functionality to the core application. An extension can be as complex as a whole new application programmed in C++ or as simple as a [[Power_users_hub|Python script]] or self-recorded [[Macros|macro]]. You have complete access to almost any part of FreeCAD from the built-in '''Python''' interpreter, macros or external scripts, be it [[Topological_data_scripting|geometry creation and transformation]], the 2D or 3D representation of that geometry ([[Scenegraph|scenegraph]]) or even the [[PySide|FreeCAD interface]].{{clear}}
* [[Image:Feature5.jpg|left]] Import/export to '''standard formats''' such as [http://en.wikipedia.org/wiki/ISO_10303 STEP], [http://en.wikipedia.org/wiki/IGES IGES], [http://en.wikipedia.org/wiki/Obj OBJ], [http://en.wikipedia.org/wiki/STL_%28file_format%29 STL], [http://en.wikipedia.org/wiki/Dxf DXF], [http://en.wikipedia.org/wiki/Svg SVG], [http://en.wikipedia.org/wiki/COLLADA DAE], [http://en.wikipedia.org/wiki/Industry_Foundation_Classes IFC] or [http://people.sc.fsu.edu/~jburkardt/data/off/off.html OFF], [http://en.wikipedia.org/wiki/NASTRAN NASTRAN], [http://en.wikipedia.org/wiki/VRML VRML] in addition to FreeCAD's native {{FileName|[[File Format FCStd|FCStd]]}} file format. The level of compatibility between FreeCAD and a given file format can vary, since it depends on the module that implements it.{{clear}}
* [[Image:Feature7.jpg|left]] A [[Sketcher_Workbench|Sketcher]] with integrated constraint-solver, allowing you to sketch geometry-constrained 2D shapes. The constrained 2D shapes built with Sketcher may then be used as a base to build other objects throughout FreeCAD.{{clear}}
* [[Image:Feature8.jpg|left]] A [[TechDraw_Workbench|technical drawing module]] with options for detail views, cross sectional views, dimensioning and others, allowing you to generate 2D views of existing 3D models. The module then produces ready-to-export SVG or PDF files.{{clear}}
* [[Image:Feature-arch.jpg|left]] An [[Arch_Workbench|Architecture module]] that allows [http://en.wikipedia.org/wiki/Building_Information_Modeling Building Information Modeling] (BIM)-like workflow, with [http://en.wikipedia.org/wiki/Industry_Foundation_Classes Industry Foundation Classes] (IFC) compatibility.{{clear}}
* [[Image:Feature-CAM.jpg|left]] A [[CAM_Workbench|CAM module]] dedicated to mechanical machining for [https://en.wikipedia.org/wiki/Computer-aided_manufacturing Computer Aided Manufacturing] (CAM). Using the Path module you may output, display and adjust the [http://en.wikipedia.org/wiki/G-code G code] used to control the target machine.{{clear}}
* [[Image:Feature_spreadsheet.png|left]] An [[Spreadsheet_Workbench|Integrated Spreadsheet]] and an [[Expressions|expression parser]] which may be used to drive formula-based models and organize model data in a central location.{{clear}}
  • En komplett OpenCasCade-baserad geometrikärna som tillåter komplexa 3D operationer på komplexa formtyper, och stöder nativt koncept som brep, nurbs, booleska operationer eller fasningar
  • En full parametrisk modell som tillåter valfri typ av parameter-drivna anpassade objekt, som även helt kan programmeras i python
  • Komplett åtkomst från den inbyggda python tolken, makron eller externa skript till nästan alla delar i FreeCAD, so till exempel skapande och omvandling av geometri, 2D eller 3D representationen av den geometrin (Scengrafen) eller även FreeCAD gränssnittet
  • Import/export till standard format som STEP, IGES, OBJ, DXF, SVG U3D eller STL
  • En Skissare med begränsningslösare, som låter dig skissa geometri-begränsade 2D former. Skissare tillåter dig för tillfället att bygga flera typer av begränsad geometri, och sedan använda dem som en bas att bygga andra objekt i FreeCAD.
  • En Robot simulerings modul som tillåter dig att studera robotrörelser. Robotmodulen har redan ett utökat grafiskt gränssnitt, vilket kan användas för ett smidigt arbetsflöde.
  • En Ritningsark modul som låter dig skapa 2D vyer på dina 3D modeler på ett ritningsark. Denna modul producerar sedan färdiga SVG eller PDF dokument. Modulen är ännu funktionsfattig, men har redan en kraftfull python-funktionalitet.
  • En Renderingsmodul som kan exportera 3D objekt för rendering med externa rendererare. Stödjer för närvarande endast povray, men förväntas stödja andra renderare i framtiden.
  • En Arkitektur modul som tillåter BIM-likt arbetsflöde, med IFC kompatibilitet. Skapandet av arkitekturmodulen diskuteras mycket av communityn här.

BIM-like workflow, with IFC compatibility. The making of the Arch module is heavily discussed by the community here.