Arch SplitMesh/fr: Difference between revisions

From FreeCAD Documentation
m (Created page with "{{GuiCommand/fr|Name=Arch SplitMesh|Name/fr=Arch Sépartation d'un objet Mesh|Workbenches=Arch|MenuLocation=Arch -> Conversion Tools -> Split Mesh|SeeAlso=[...")
m (Created page with "Cet outil sépare les composants d'un objet Mesh sélectionné")
Line 3: Line 3:
==Description==
==Description==


This tool splits a selected [[Mesh Module|Mesh]] object into its separate components
Cet outil sépare les composants d'un objet [[Mesh Module/fr|Mesh]] sélectionné


==How to use==
==How to use==

Revision as of 09:55, 2 December 2013

Arch Sépartation d'un objet Mesh

Emplacement du menu
Arch -> Conversion Tools -> Split Mesh
Ateliers
Arch
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Arch SelectNonSolidMeshes

Description

Cet outil sépare les composants d'un objet Mesh sélectionné

How to use

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

Scripting

The Split Mesh tool can by used in macros and from the python console by using the following function:

splitMesh (object,[mark])

splits the given mesh object into separated components.

If mark is False, nothing else is done. If True (default), non-manifold components will be painted in red.