Arch SplitMesh/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
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|Name=Arch SplitMesh|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Utilities -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}


==Descripción==
==Descripción==
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

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

Programación

Esta herramienta se puede utilizar en macros y desde la consola de Python mediante las siguientes funciones:

splitMesh (object,[mark])
Divide el objeto malla dado en sus componentes separados.

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