FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Material Workbench
OpenSCAD Workbench
Index
Mesh workbench icon

Introduction

The Mesh Workbench handles triangle meshes. Meshes are a special type of 3D object, composed of triangular faces connected by their vertices and edges.

Many 3D applications, like Sketchup, Blender, Maya and 3D Studio Max, use meshes as their primary type of 3D object. Since meshes are very simple objects, containing only vertices (points), edges and triangular faces, they are very easy to create, modify, subdivide, stretch, and can easily be passed from one application to another without any loss of details. In addition, since meshes contain very simple data, 3D applications can usually manage very large quantities of them without using a lot of resources. For these reasons, meshes are often the 3D object type of choice for applications dealing with movies, animation, and image creation.

However, in the field of engineering meshes present a big limitation: they cannot accurately define curved surfaces. This is why FreeCAD relies on Brep instead. The Mesh Workbench offers some commands to directly manipulate meshes, but it is most often used to import 3D mesh data and convert it to a solid for use with the Part Workbench or PartDesign Workbench.

Tools

All Mesh Workbench tools can be accessed from the Meshes menu. Almost all are also available in one of the Mesh toolbars.

  • Import Mesh…: Imports a mesh object from a file.
  • Export Mesh…: Exports a mesh object to a file.
  • Mesh From Shape: Creates mesh objects from shape objects.
  • Refinement: Remeshes a mesh object.
  • Analyze
    • Evaluate and Repair: 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.
    • Evaluate Solid: Checks if a mesh object is solid.
    • Bounding Box 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 Holes: 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 Manually: Removes components by hand from mesh objects.
  • Segmentation: Creates separate mesh segments for specified surface types of a mesh object.
  • Segmentation 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.
  • Decimate: 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: Cuts whole faces from mesh objects.
    • Trim: Trims faces and parts of faces from mesh objects.
    • Trim With Plane: Trims faces and parts of faces on one side of a plane from a mesh object.
    • Section From 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 Generation for detailed information on creating meshes using the GUI.
  • 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.


Material Workbench
OpenSCAD Workbench
Index

This page is retrieved from https://wiki.freecad.org/Mesh_Workbench

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub