Arch SplitMesh: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Vertical GuiCoOmmand; {{Button}} instead of {{KEY}} template; full stops)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Arch SplitMesh|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Utilities → Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}
|Name=Arch SplitMesh
|MenuLocation=Arch → Utilities → Split Mesh
|Workbenches=[[Arch Module|Arch]]
|SeeAlso=[[Arch SelectNonSolidMeshes]]
}}


==Description== <!--T:2-->
==Description== <!--T:2-->
Line 12: Line 17:


<!--T:5-->
<!--T:5-->
# Select a mesh object
# Select a mesh object.
# Press the {{KEY|[[Image:Arch SplitMesh.png|16px]] '''Split Mesh'''}} entry in Arch -> Utilities menu
# Press the {{Button|[[Image:Arch SplitMesh.png|16px]] [[Arch SplitMesh|Split Mesh]]}} entry in {{MenuCommand|Arch Utilities Split Mesh}}.


==Scripting== <!--T:6-->
==Scripting== <!--T:6-->

Revision as of 16:20, 28 November 2018

Arch SplitMesh

Menu location
Arch → Utilities → 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 entry in Arch → Utilities → Split Mesh.

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.