Arch Check: Difference between revisions

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


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

Revision as of 16:41, 28 November 2018

Arch Check

Menu location
Arch → Utilities → 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 → Utilities 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