Arch SplitMesh/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 19: Line 19:


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.
{{clear}}

<languages/>
<languages/>

Revision as of 21:58, 23 February 2014

Arch SplitMesh

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

Popis

Tento nástroj rozdělí vybrané Síťové objekty do jejich vlastních oddělených komponent.

Použití

  1. Vyberte objekt sítě
  2. Stiskněte tlačítko Rozděl síť pro vstup do Architektura -> Menu Nástroj Konverze

Skriptování

Nástroj Rozděl síť může být využit v makrech a z konzoly Pythonu použitím následující funkce:

splitMesh (object,[mark])

rozdělí vybraný síťový objekt do oddělených komponent.

If mark is False, nothing else is done. If True (default), non-manifold components will be painted in red.