Part Module/sv

From FreeCAD Documentation
Revision as of 20:29, 1 December 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Part workbench icon

FreeCAD's CAD kapabilitet är baserad på OpenCasCade kärnan. Del modulen tillåter FreeCAD att komma åt och använda OpenCasCade objekt och funktioner. OpenCascade är en professionell CAD kärna, som erbjuder avancerad 3D geometrimanipulation och objekt. Del objekten, till skillnad från Nätmodul objekten, är mycket komplexare, och tillåter därför mycket mer avancerade operationer, som koherenta booleska operationer, ändringshistorik och parametriskt beteende.

The objects created with the Part Workbench are relatively simple; they are intended to be used with boolean operations (unions and cuts) in order to build more complex shapes. This modeling paradigm is known as the constructive solid geometry (CSG) workflow, and it was the traditional methodology used in early CAD systems. On the other hand, the PartDesign Workbench provides a more modern workflow to constructing shapes: it uses a parametrically defined sketch, that is extruded to form a basic solid body, which is then modified by parametric transformations (feature editing), until the final object is obtained.

Part objects are more complex than mesh objects created with the Mesh Workbench, as they permit more advanced operations like coherent boolean operations, modifications history, and parametric behaviour.

The Part Workbench is the basic layer that exposes the OCCT drawing functions to all workbenches in FreeCAD.

Verktygen

Alla Del modul verktygen finns i Del menyn som kommer fram när du laddar Del modulen.

Primitiver

Detta är verktyg för att skapa primitivobjekt.

  • Låda: Ritar en låda genom att ge dess dimensioner
  • Cylinder: Ritar en cylinder genom att ge dess dimensioner
  • Sfär: Ritar en sfär genom att ge dess dimensioner
  • Kon: Ritar en kon genom att ge dess dimensioner
  • Torus: Ritar en torus (ring) genom att ge dess dimensioner
  • CreatePrimitives: Ett verktyg för att skapa olika parametriska geometriska primitiver
  • Shapebuilder: Ett verktyg för att skapa mer komplexa former från olika parametriska geometriska primitiver

Förändra objekt

Detta är verktyg för att förändra existerande objekt. De kommer att låta dig välja vilka objekt som du vill förändra.

  • Extrudera: Extruderar plana ytor på ett objekt
  • Rotera: Skapar ett objekt genom att rotera ett annat objekt runt en axel
  • Spegling: Speglar de valda objekten runt en given axel
  • Fasning: Fasar (rundar) kanterna på ett objekt
  • Fasning: Fasar (klipper) kanter på ett objekt
  • Ruled Surface:
  • Loft: Lofts från en profil till en annan
  • Sweep: Sopa en eller flera profiler längs en bana
  • Offset tools:
    • 3D Offset: Constructs a parallel shape at a certain distance from original.
    • 2D Offset: Constructs a parallel wire at certain distance from original, or enlarges/shrinks a planar face.
  • Thickness: Hollows out a solid, leaving openings next to select faces.
  • Boolesk: Utför booleska operationer på objekt
  • Förena: Förenar två objekt
  • Gemensamt: Tar bort den gemensamma (skärningen) delen mellan två objekt
  • Klipp: Klipper (tar bort) ett objekt från ett annat
  • Join features: smart booleans for walled objects (e.g., pipes).
    • Connect: Connects interiors of objects.
    • Embed: Embeds a walled object into another walled object.
    • Cutout: Creates a cutout in a wall of an object for another walled object.
  • Splitting tools:.
    • Boolean fragments: makes all the pieces that can be obtained by Boolean operations between objects.
    • Slice a part: tool to split shapes by intersection with other shapes
    • Slice: Splits an object into pieces by intersections with another object.
    • XOR: removes space shared by even number of objects (symmetric version of Cut).

Measure

File:Part Measure Menu.png Measure: Allows linear and angular measurement between points, edges, and faces.

Other tools

Context menu items

  • Appearance: determines appearance of the whole part (color transparency etc.).
  • Set colors: assigns colors to part faces.

Preferences

  • Preferences: preferences available for Part Tools (the Part workbench also uses the PartDesign Preferences).
  • Import Export Preferences: preferences available for importing from and exporting to different file formats.
  • Fine-tuning: some extra parameters to fine-tune Part behavior.

Skript

See Part scripting.

Tutorials


Mesh Module/sv
Drawing Module/sv