Attention: this wiki is deactivated
The new wiki is up and running at http://www.freecadweb.org/wiki
Important: Do not edit this wiki anymore, it will be deleted soon. If you have edit rights here, please read this article to know how to regain your edit rights on the new wiki.
Arch Check
From free-cad
| |
| Menu location | |
|---|---|
| Arch -> Calculation Tools -> Check | |
| Workbenches | |
| Arch | |
| Default shortcut | |
| None | |
| 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
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
