Arch Check: Difference between revisions

From FreeCAD Documentation
m (minor)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Arch Check|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Calculation Tools -> Check|SeeAlso=[[Arch CloseHoles]]}}
{{GuiCommand|Name=Arch Check|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Calculation Tools -> Check|SeeAlso=[[Arch CloseHoles]]}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
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.


==How to use==
==How to use== <!--T:4-->


<!--T:5-->
# Press the {{KEY|[[Image:Arch Check.png|16px]] '''Check'''}} entry in Arch -> Calculation Tools menu
# Press the {{KEY|[[Image:Arch Check.png|16px]] '''Check'''}} entry in Arch -> Calculation Tools menu


==Scripting==
==Scripting== <!--T:6-->


<!--T:7-->
This tool can by used in [[macros]] and from the python console by using the following function:
This tool can by used in [[macros]] and from the python console by using the following function:
</translate>
</translate>
Line 19: Line 23:


<translate>
<translate>
<!--T:8-->
checks if the given objects contain only solids
checks if the given objects contain only solids
</translate>
</translate>

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