Arch SplitMesh/sv: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
{{GuiCommand/sv|Name=Arch SplitMesh|Name/sv=Arch SplitMesh|Workbenches=[[Arch Module/sv|Arch]]|MenuLocation=Arch → Utilities → Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes/sv|Arch SelectNonSolidMeshes]]}}
{{GuiCommand/sv|Name=Arch SplitMesh|Name/sv=Arch SplitMesh|Workbenches=[[Arch Module/sv|Arch]]|MenuLocation=Arch → Utilities → Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes/sv|Arch SelectNonSolidMeshes]]}}


Line 20: Line 21:
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}}
{{clear}}
<languages/>

Revision as of 22:22, 1 August 2018

Arch SplitMesh

Menyplacering
Arch → Utilities → Split Mesh
Arbetsbänkar
Arch
Standard genväg
Ingen
Introducerad i version
-
Se även
Arch SelectNonSolidMeshes

Beskrivning

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.