Arch SplitMesh/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Utilización==")
(Created page with "# Seleccionar un objeto malla # Presionar {{KEY|16px '''Dividir malla'''}} en el manú Arquitectura -> Herramientas de conversión")
Line 7: Line 7:
==Utilización==
==Utilización==


# Seleccionar un objeto malla
# Select a mesh object
# Press the {{KEY|[[Image:Arch SplitMesh.png|16px]] '''Split Mesh'''}} entry in Arch -> Conversion Tools menu
# Presionar {{KEY|[[Image:Arch SplitMesh.png|16px]] '''Dividir malla'''}} en el manú Arquitectura -> Herramientas de conversión


==Scripting==
==Scripting==

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

Esta herramienta divide un objeto Malla seleccionado en sus componentes separados

Utilización

  1. Seleccionar un objeto malla
  2. Presionar Dividir malla en el manú Arquitectura -> Herramientas de conversión

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.