Pracovní plocha Síť
Introduction
Pracovní plocha Síť pracuje s trojúhelníkovými sítěmi. Sítě jsou speciální typ 3D objektů, složených z trojúhelníků spojených jejich hranami a rohy (zvané také vrcholy).
Mnoho 3D aplikací používá s=tě jako svůj primární typ objektů, jako (software) SketchUp, Blender, Maya nebo 3d studio max. Protože sítě jsou velmi jednoduché objekty, které obsahují pouze vrcholy (body), hrany a (trojúhelníkové) plochy, jsou snadno vytvořitelné, modifikovatelné, dají se dělit, natahovat a mohou být snadno předávané z jedné aplikace do druhé bez jakékoliv ztráty. Kromě toho, protože obsahují velmi jednoduchá data, mohou jich 3D aplikace obsahovat velmi velké množství bez jakýchkoliv problémů. Z těchto důvodů jsou sítě velmi často 3D objekty využívané v aplikacích pracujících s filmy, animacemi a při tvorbě obrázků.
Na poli inženýringu však sítě představují jeden velký problém: Jsou to velmi hloupé objekty složené pouze z bodů, přímek a ploch. Jsou vytvořeny pouze z povrchů a nemají žádnou informaci o hmotě, takže se nechovají jako tělesa. V sítích není žádný automatický způsob jak zjistit jestli je bod uvnitř nebo zvenku objektu. To znamená, že všechny operace nad tělesy, jako je přidávání nebo odebírání, jsou u sítí vždy trochu složitější a často vracejí chyby.
Použití modulu Síť
V současné době má modul Síť velmi jednoduché rozhraní, všechny jeho funkce jsou seskupeny v menu Síť. Nejdůležitějšími funkcemi, které v současné době můžete provádět se sítěmi jsou:
- Importovat sítě v několika souborových formátech
- Exportovat sítě v několika souborových formátech
- Konvertovat objekty Díl do sítí
- Analyzovat zaoblení, plochy, a kontrolovat jestli mohou být bezpečně konvertovány do těles
- Flip mesh normals
- Uzavírat mezery v sítích
- Odebírat plochy ze sítí
- Spojovat, odebírat a protínat sítě
- Vytvářet síťová primitiva (základní geometrické objekty), jako jsou kostky, koule, kužely nebo válce
- Dělit sítě podle přímky
Import mesh...: Imports a mesh object from a file.
Export mesh...: Exports a mesh object to a file.
Create mesh from shape...: Creates mesh objects from shape objects.
Refinement...: Remeshes a mesh object.
- Analyze
Evaluate and repair mesh...: Evaluates and repairs a mesh object.
Face info: Shows information about faces of mesh objects.
Curvature info: Shows the absolute curvature of curvature objects at selected points.
Check solid mesh: Checks if a mesh object is solid.
Boundings info...: Shows the bounding box coordinates of a mesh object.
Curvature plot: Creates Mesh Curvature objects for mesh objects.
Harmonize normals: Harmonizes the normals of mesh objects.
Flip normals: Flips the normals of mesh objects.
Fill holes...: Fills holes in mesh objects.
Close hole: Fills selected holes in mesh objects.
Add triangle: Adds faces along a boundary of an open mesh object.
Remove components...: Removes faces from mesh objects.
Remove components by hand...: Removes components from mesh objects.
Create mesh segments...: Creates separate mesh segments for specified surface types of a mesh object.
Create mesh segments from best-fit surfaces...: Creates separate mesh segments for specified surface types of a mesh object, and can identify their parameters.
Smooth...: Smooths mesh objects.
Decimation...: Reduces the number of faces in mesh objects.
Scale...: Scales mesh objects.
Regular solid...: Creates a regular parametric solid mesh object.
- Boolean
Union: Creates a mesh object that is the union of two mesh objects.
Intersection: Creates a mesh object that is the intersection of two mesh objects.
Difference: Creates a mesh object that is the difference of two mesh objects.
- Cutting
Cut mesh: Cuts whole faces from mesh objects.
Trim mesh: Trims faces and parts of faces from mesh objects.
Trim mesh with a plane: Trims faces and parts of faces on one side of a plane from a mesh object.
Create section from mesh and plane: Creates a cross section across a mesh object.
Cross-sections...: Creates multiple cross sections across mesh objects.
Merge: Creates a mesh object by combining the meshes of two or more mesh objects.
Split by components: Splits a mesh object into its components.
Unwrap mesh: Creates a flat representation of a mesh object.
Unwrap face: Creates a flat representation of a face of a shape object.
Preferences
There are some export preferences related to Mesh Formats but these are not used by commands belonging to this workbench. They are used by the Std Export command.
Mesh Workbench preferences can be found in the following groups in the Preferences Editor:
Display: On the Mesh view page several preferences can be set.
OpenSCAD: The Mesh Union, Mesh Intersection and Mesh Difference commands require OpenSCAD and use the OpenSCAD executable preference to find its executable.
Notes
- More mesh tools are available in the
OpenSCAD Workbench.
- See Mesh Scripting to manipulate and create meshes using Python.
- See also FreeCAD and Mesh Import
- See Asymptote to export meshes to the Asymptote format.
- Miscellaneous: Import mesh, Export mesh, Create mesh from shape, Regular solid, Unwrap Mesh, Unwrap Face
- Modifying: Harmonize normals, Flip normals, Fill holes, Close hole, Add triangle, Remove components, Remove components by hand, Smooth, Refinement, Decimation, Scale
- Boolean: Union, Intersection, Difference
- Cutting: Cut mesh, Trim mesh, Trim mesh with a plane, Create section from mesh and plane, Cross-sections
- Components and segments: Merge, Split by components, Create mesh segments, Create mesh segments from best-fit surfaces

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub