Part ShapeFromMesh/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 2: Line 2:
{{GuiCommand|Name=Part ShapeFromMesh‏‎|MenuLocation=Part → Create shape from mesh...|Workbenches=[[Part Workbench|Part]]|SeeAlso=[[Part ConvertToSolid]], [[Part RefineShape]]}}
{{GuiCommand|Name=Part ShapeFromMesh‏‎|MenuLocation=Part → Create shape from mesh...|Workbenches=[[Part Workbench|Part]]|SeeAlso=[[Part ConvertToSolid]], [[Part RefineShape]]}}


==Introduction==
== Introduction ==
This command creates a shape from a [[Glossary#Mesh|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|Notes]]).
Cette commande crée une forme à partir d'un [[Glossary#Mesh|Maillage]]. FreeCAD offre des possibilités d’édition limités des maillages, les convertir en formes permettra leur usage par beaucoup plus d'outils de FreeCad (Voir aussi [[#Notes|Notes]]) .


==Use==
==Use==

Revision as of 15:06, 26 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

Cette commande crée une forme à partir d'un Maillage. FreeCAD offre des possibilités d’édition limités des maillages, les convertir en formes permettra leur usage par beaucoup plus d'outils de FreeCad (Voir aussi 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 Maillage.

Notes

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