Part ShapeFromMesh/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:


{{GuiCommand/fr|Name=Part ShapeFromMesh|Name/fr=Créer la forme à partir d'un maillage...‏‎|MenuLocation=PièceCréer la forme à partir d'un maillage...|Workbenches=[[Part Workbench/fr|Pièce]]|SeeAlso=}}
{{GuiCommand|Name=Part ShapeFromMesh‏‎|MenuLocation=PartCreate shape from mesh...|Workbenches=[[Part Workbench|Part]]|SeeAlso=[[Part ConvertToSolid]], [[Part RefineShape]]}}


==Introduction==
==Introduction==
Line 12: Line 12:


==Limitations==
==Limitations==
Il n'y aura ni analyse ni validation du maillage.
There will be no analyzing or validating of the mesh object.
<br />
<br />
Analyzing and repairing of the mesh (if needed) should be done manually before conversion.
L'analyse et la réparation du maillage (si nécessaire) seront à faire manuellement avant la conversion.
<br />
<br />
Appropriate tools are available in the [[Mesh Workbench]].
Des outils appropriés sont disponibles dans l'atelier [[Mesh Workbench]].


==Notes==
==Notes==

Revision as of 08:30, 25 June 2016

Part ShapeFromMesh‏‎

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

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

Il n'y aura ni analyse ni validation du maillage.
L'analyse et la réparation du maillage (si nécessaire) seront à faire manuellement avant la conversion.
Des outils appropriés sont disponibles dans l'atelier 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.