Arch MeshToShape/fr: Difference between revisions

From FreeCAD Documentation
m (Created page with "Arch Mesh vers Shape")
 
m (Created page with "{{GuiCommand/fr|Name=Arch MeshToShape|Name/fr=Arch Mesh vers Shape|Workbenches=Arch|MenuLocation=Arch -> outils de Conversion -> Maillage vers Fforme|SeeAls...")
Line 1: Line 1:
{{GuiCommand|Name=Arch MeshToShape|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Conversion Tools -> Mesh to Shape|SeeAlso=[[Arch RemoveShape]]}}
{{GuiCommand/fr|Name=Arch MeshToShape|Name/fr=Arch Mesh vers Shape|Workbenches=[[Arch Module/fr|Arch]]|MenuLocation=Arch -> outils de Conversion -> Maillage vers Fforme|SeeAlso=[[Arch RemoveShape/fr|Arch Effacer un Shape]]}}


==Description==
==Description==

Revision as of 10:14, 2 December 2013

Arch Mesh vers Shape

Emplacement du menu
Arch -> outils de Conversion -> Maillage vers Fforme
Ateliers
Arch
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Arch Effacer un Shape

Description

This tool converts a selected Mesh object into a Shape object. Note that this tool is optimized for objects with flat faces (no curves). The corresponding tool from the Part Workbench might be more suited for objects that contain curved surfaces.

How to use

  1. Select a mesh object
  2. Press the Mesh to Shape entry in Arch -> Conversion Tools menu

Scripting

This tool can by used in macros and from the python console by using the following function:

meshToShape (object,[mark])

turns a mesh into a shape, joining coplanar facets.

If mark is True (default), non-solid objects will be marked in red