Arch Check: Difference between revisions

From FreeCAD Documentation
mNo edit summary
m (code)
Line 18: Line 18:
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>
{{Code|code=
<syntaxhighlight>
check (objectslist,includehidden=False)
check (objectslist,includehidden=False)
}}
</syntaxhighlight>


<translate>
<translate>

Revision as of 13:12, 30 December 2014

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