Arch Check/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 Check|Workbenches=[[Arch Module/es|Arquitectura]]|MenuLocation=Arquitectura -> Herramientas de cálculo -> Comprobar|SeeAlso=[[Arch CloseHoles/es|Tapar agujeros]]}}
{{GuiCommand|Name=Arch Check|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Calculation Tools -> Check|SeeAlso=[[Arch CloseHoles]]}}


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


Esta herramienta comprueba el documento actual o los objetos no sólidos seleccionados de [[Part Module/es|Piezas]] o objetos de [[Arch Module|Arquitectura]], que puedan dar problemas, ya que la mayoría de las operaciones del entorno de arquitectura requieren objetos sólidos.
This tool checks the current document or the selected objects for non-solid [[Part Module|Part]] or [[Arch Module|Arch]] objects, that might give problems, since most operations of the Arch module require solid objects.


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


# Presiona {{KEY|[[Image:Arch Check.png|16px]] '''Comprobar'''}} en el menú Arquitectura -> Herramientas de cálculo
# Press the {{KEY|[[Image:Arch Check.png|16px]] '''Check'''}} entry in Arch -> Calculation Tools menu


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


This 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 por medio de las siguientes funciones:
<syntaxhighlight>
check (objectslist,includehidden=False)
</syntaxhighlight>


checks if the given objects contain only solids
'''check (objectslist,includehidden=False)''': comprueba si los objetos dados contienen sólo sólidos
<languages/>





{{languages/es | {{en|Arch Check}} {{fr|Arch Check/fr}} {{it|Arch Check/it}} }}

Revision as of 13:59, 29 November 2013

Arch Check

Menu location
Arch -> Calculation Tools -> Check
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch CloseHoles

Description

This tool checks the current document or the selected objects for non-solid Part or Arch objects, that might give problems, since most operations of the Arch module require solid objects.

How to use

  1. Press the Check entry in Arch -> Calculation Tools menu

Scripting

This tool can by used in macros and from the python console by using the following function:

check (objectslist,includehidden=False)

checks if the given objects contain only solids