Arch SplitMesh/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/es|Name=Arch SplitMesh|Workbenches=Arquitectura|MenuLocation=Arquitectura -> Herramientas de conversión -> Dividir malla|SeeAlso=[[Arch Select...")
(Created page with "==Descripción==")
Line 1: Line 1:
{{GuiCommand/es|Name=Arch SplitMesh|Workbenches=[[Arch Module/es|Arquitectura]]|MenuLocation=Arquitectura -> Herramientas de conversión -> Dividir malla|SeeAlso=[[Arch SelectNonSolidMeshes/es|Seleccionar Mallas no sólidas]]}}
{{GuiCommand/es|Name=Arch SplitMesh|Workbenches=[[Arch Module/es|Arquitectura]]|MenuLocation=Arquitectura -> Herramientas de conversión -> Dividir malla|SeeAlso=[[Arch SelectNonSolidMeshes/es|Seleccionar Mallas no sólidas]]}}


==Description==
==Descripción==


This tool splits a selected [[Mesh Module|Mesh]] object into its separate components
This tool splits a selected [[Mesh Module|Mesh]] object into its separate components

Revision as of 23:25, 30 November 2013

Arch SplitMesh

Ubicación en el Menú
Arquitectura -> Herramientas de conversión -> Dividir malla
Entornos de trabajo
Arquitectura
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Seleccionar Mallas no sólidas

Descripción

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