Arch Check/it: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Updating to match new version of source page)
Line 1: Line 1:
{{GuiCommand|Name=Arch Check|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Calculation Tools -> Check|SeeAlso=[[Arch CloseHoles]]}}
== Arch: Controllare se tutti gli oggetti sono dei solidi ==


==Description==
{{GuiCommand/it|Name=Arch Check|Name/it=Controlla|Workbenches=[[Arch Module/it|Architettura]]|MenuLocation=Arch Strumenti di calcolo → Controlla|SeeAlso=[[Arch CloseHoles/it| Chiudi fori]]}}


Questo strumento controlla il documento corrente o gli oggetti selezionati alla ricerca di oggetti [[Part Module/it|Parte]] o [[Arch Module/it|Architettura]] non-solidi, che potrebbero dare problemi, poiché la maggior parte delle operazioni del modulo Architettura richiedono oggetti solidi.
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.


=== Utilizzo ===
==How to use==


# Selezionare la voce {{KEY/it|[[Image:Arch Check.png|16px]] Controlla}} nel menu Architettura Strumenti di calcolo
# Press the {{KEY|[[Image:Arch Check.png|16px]] '''Check'''}} entry in Arch -> Calculation Tools menu


=== Script ===
==Scripting==


Questo strumento può essere utilizzato nelle [[macros/it|macro]] e dalla console python utilizzando la seguente funzione:
This tool can by used in [[macros]] and from the python console by using the following function:
<syntaxhighlight>
check (objectslist,includehidden=False)
</syntaxhighlight>


checks if the given objects contain only solids
'''check (objectslist,includehidden=False)'''
<languages/>

* Controlla se gli oggetti dati contengono solo dei solidi

{{clear}}
<br>

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

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