Arch Check/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it|Name=Arch Check|Name/it=Controlla|Workbenches=Architettura|MenuLocation=Arch → Strumenti di calcolo → Controlla|SeeAlso=[[Arch CloseHole...")
(Created page with "===Descrizione===")
Line 1: Line 1:
{{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]]}}
{{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]]}}


==Description==
===Descrizione===


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.
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.

Revision as of 16:28, 1 December 2013

Controlla

Posizione nel menu
Arch → Strumenti di calcolo → Controlla
Ambiente
Architettura
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Chiudi fori

Descrizione

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