Part ShapeFromMesh: Difference between revisions

From FreeCAD Documentation
mNo edit summary
No edit summary
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
<br />


<!--T:2-->
<!--T:2-->
Line 23: Line 21:


==Notes== <!--T:6-->
==Notes== <!--T:6-->

<br />







Revision as of 20:52, 10 March 2016

Part ShapeFromMesh‏‎

Menu location
Part → Shape from Mesh
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Introduction

This command creates a shape from a mesh object.

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