Mesh Segmentation: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 39: Line 39:
# Specify the required settings. Make sure the {{MenuCommand|Tolerance}} values are not too low, and the {{MenuCommand|Minimum number of faces}} values not too high.
# Specify the required settings. Make sure the {{MenuCommand|Tolerance}} values are not too low, and the {{MenuCommand|Minimum number of faces}} values not too high.
# Press the {{Button|OK}} button.
# Press the {{Button|OK}} button.
# The command will create a group containing separate mesh objects, each a segment of the original mesh object.
# The command will create a [[Std_Group|group]] containing separate mesh objects, each a segment of the original mesh object.
# If the created group is empty try using the command again with modified settings.
# If the created group is empty try using the command again with modified settings.



Revision as of 11:17, 20 July 2020

Other languages:
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Mesh Segmentation

Menu location
Meshes → Create mesh segments...
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Mesh SegmentationBestFit

Description

The Mesh Segmentation command creates separate mesh segments for the specified surface types of a mesh object.

Usage

  1. Select a single mesh object.
  2. Select the Create mesh segments... option from the menu.
  3. The Mesh segmentation task panel opens.
  4. Optionally check the Smooth mesh option and specify a value for the smoothness of the mesh. The higher the value the smoother the mesh is assumed to be. Specifying 0 has the same effect as unchecking this option. Do not select this option if you want to create planar segments.
  5. Select the surface type you wish the create mesh segments for. You can select more than one type, but this can lead to poorer results. The available surface types are:
    • Plane
    • Cylinder
    • Sphere
    • Freeform
  6. Specify the required settings. Make sure the Tolerance values are not too low, and the Minimum number of faces values not too high.
  7. Press the OK button.
  8. The command will create a group containing separate mesh objects, each a segment of the original mesh object.
  9. If the created group is empty try using the command again with modified settings.

Notes

  • The command is a work in progress. The current version has trouble identifying faces at the edges of surface types.