Arch Check: Difference between revisions

From FreeCAD Documentation
No edit summary
({{Arch Tools navi}} and {{Userdocnavi}})
Line 27: Line 27:
check (objectslist,includehidden=False)
check (objectslist,includehidden=False)
}}
}}
<translate>


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


<translate>
<!--T:9-->
<!--T:9-->
{{Arch Tools navi}}
[[Category:Arch]]
{{Userdocnavi}}
</translate>
</translate>

Revision as of 16:43, 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 → Check.

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