Arch Check

From FreeCAD Documentation
Revision as of 22:04, 28 November 2018 by Vocx (talk | contribs)

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

See also: Arch API and FreeCAD Scripting Basics.

This tool can be 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