Arch SplitMesh: Difference between revisions

From FreeCAD Documentation
(adding <translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Arch SplitMesh|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Conversion Tools -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}
{{GuiCommand|Name=Arch SplitMesh|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Conversion Tools -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
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


==How to use==
==How to use== <!--T:4-->


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


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


<!--T:7-->
The Split Mesh tool can by used in [[macros]] and from the python console by using the following function:
The Split Mesh tool can by used in [[macros]] and from the python console by using the following function:
</translate>
</translate>
Line 19: Line 23:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>
<!--T:8-->
splits the given mesh object into separated components.
splits the given mesh object into separated components.


<!--T:9-->
If mark is False, nothing else is done. If True (default), non-manifold components will be painted in red.
If mark is False, nothing else is done. If True (default), non-manifold components will be painted in red.
</translate>
</translate>

Revision as of 13:35, 29 November 2013

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