Arch SplitMesh/es: Difference between revisions

From FreeCAD Documentation
(Spanish translation)
 
(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 -> Conversion Tools -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}


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


Esta herramienta divide un objeto [[Mesh Module/es|Malla]] seleccionado en sus componentes separados
This tool splits a selected [[Mesh Module|Mesh]] object into its separate components


==Utilización==
==How to use==


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


==Programación==
==Scripting==


The Split Mesh tool can by used in [[macros]] and from the python console by using the following function:
Esta herramienta se puede utilizar en [[macros/es|macros]] y desde la consola de Python mediante las siguientes funciones:
<syntaxhighlight>
splitMesh (object,[mark])
</syntaxhighlight>
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.
'''splitMesh (object,[mark])''': Divide el objeto malla dado en sus componentes separados.
Si mark es False, no hace nada más. Si es True (por defecto), los componentes que no son múltiples se pintarán en rojo.


<languages/>

{{languages/es | {{en|Arch SplitMesh}} {{it|Arch SplitMesh/it}} }}

Revision as of 13:35, 29 November 2013

Arch SplitMesh

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

Description

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.