Part ShapeFromMesh: Difference between revisions

From FreeCAD Documentation
m (fix incorrect docnav link + refinements)
(Marked this version for translation)
Line 40: Line 40:
After creation of a shape, it may be useful to use [[Part ConvertToSolid|Convert to solid]] (necessary for [[Glossary#Boolean Operation|Boolean operations]]) and [[Image:Part_RefineShape.svg|24px]] [[Part RefineShape|Refine shape]] tools.
After creation of a shape, it may be useful to use [[Part ConvertToSolid|Convert to solid]] (necessary for [[Glossary#Boolean Operation|Boolean operations]]) and [[Image:Part_RefineShape.svg|24px]] [[Part RefineShape|Refine shape]] tools.


==Scripting==
==Scripting== <!--T:13-->


<!--T:8-->
<!--T:8-->

Revision as of 21:58, 13 February 2020

Part ShapeFromMesh‏‎

Menu location
Part → Create shape from mesh...
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part ConvertToSolid, Part RefineShape, Part PointsFromMesh

Introduction

The Part ShapeFromMesh 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 (see Notes).

Usage

  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.

Scripting