Arch SplitMesh

From FreeCAD Documentation
Revision as of 17:36, 8 December 2012 by Yorik (talk | contribs) (Created page with '{{GuiCommand|Name=Arch SplitMesh|Workbenches=Arch|MenuLocation=Arch -> Conversion Tools -> Split Mesh|SeeAlso=Arch SelectNonSolidMeshes}} ==Description== Th…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arch SplitMesh

Menu location
Arch -> Conversion Tools -> Split Mesh
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch SelectNonSolidMeshes

Description

This tool splits a selected Mesh object into its separate components

How to use

  1. Select a mesh object
  2. Press the Split Mesh button

Scripting

The Add 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.