Arch SplitMesh/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/de|Name=Arch SplitMesh|Name/de=Arch SplitMesh|Workbenches=Arch|MenuLocation=Arch -> Utilities -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes...")
(Created page with "==Beschreibung==")
Line 1: Line 1:
{{GuiCommand/de|Name=Arch SplitMesh|Name/de=Arch SplitMesh|Workbenches=[[Arch Module/de|Arch]]|MenuLocation=Arch -> Utilities -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes/de|Arch SelectNonSolidMeshes]]}}
{{GuiCommand/de|Name=Arch SplitMesh|Name/de=Arch SplitMesh|Workbenches=[[Arch Module/de|Arch]]|MenuLocation=Arch -> Utilities -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes/de|Arch SelectNonSolidMeshes]]}}


==Description==
==Beschreibung==


This tool splits a selected [[Mesh Module|Mesh]] object into its separate components
This tool splits a selected [[Mesh Module|Mesh]] object into its separate components

Revision as of 08:08, 2 July 2014

Arch SplitMesh

Menüeintrag
Arch -> Utilities -> Split Mesh
Arbeitsbereich
Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Arch SelectNonSolidMeshes

Beschreibung

This tool splits a selected Mesh object into its separate components

How to use

  1. Select a mesh object
  2. Press the Split Mesh entry in Arch -> Utilities 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.