Arch SplitMesh: Difference between revisions

From FreeCAD Documentation
(Vertical GuiCoOmmand; {{Button}} instead of {{KEY}} template; full stops)
({{Arch Tools navi}} and {{Userdocnavi}})
Line 34: Line 34:
<!--T:9-->
<!--T:9-->
If mark is False, nothing else is done. If True (default), non-[http://en.wikipedia.org/wiki/Manifold manifold] components will be painted in red.
If mark is False, nothing else is done. If True (default), non-[http://en.wikipedia.org/wiki/Manifold manifold] components will be painted in red.
</translate>


<translate>
<!--T:10-->
<!--T:10-->
{{Arch Tools navi}}
[[Category:Arch]]
{{Userdocnavi}}
</translate>
</translate>

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.