Part FormAusNetz

From FreeCAD Documentation
Revision as of 17:04, 13 February 2019 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Part ShapeFromMesh‏‎

Menüeintrag
Part → Shape from Mesh
Arbeitsbereich
Part
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Introduction

This command creates a shape from a mesh object. Mesh objects have limited editing capabilities in FreeCAD, converting them to shapes will allow their use with many more tools in FreeCAD (also see Notes).

Use

  1. Select the mesh object.
  2. Choose Part Create shape from mesh ... from the top menu.
  3. A popup-menu will ask for the tolerance for sewing shape (default value: 0,1)
  4. A shape from the mesh object is created as a seperate new object.

Limitations

There will be no analyzing or validating of the mesh object.
Analyzing and repairing of the mesh (if needed) should be done manually before conversion.
Appropriate tools are available in the Mesh Workbench.

Notes

After creation of a shape, it may be useful to use Convert to solid (necessary for Boolean operations) and Refine shape tools.