Arch SplitMesh: Difference between revisions

From FreeCAD Documentation
No edit summary
m (code)
Line 19: Line 19:
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>
{{Code|code=
<syntaxhighlight>
splitMesh (object,[mark])
splitMesh (object,[mark])
}}
</syntaxhighlight>
<translate>
<translate>
<!--T:8-->
<!--T:8-->

Revision as of 13:09, 30 December 2014

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