Arch: SplitMesh/Împărțirea Plasei

From FreeCAD Documentation
Revision as of 17:47, 17 November 2018 by Luc (talk | contribs) (Created page with "Acest instrument împarte un obiect selectat Mesh în componentele sale separate")

Arch SplitMesh

Menu location
Arch → Utilities → Split Mesh
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch SelectNonSolidMeshes

Descriere

Acest instrument împarte un obiect selectat Mesh în componentele sale separate

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.