Arch CloseHoles: Difference between revisions

From FreeCAD Documentation
(Vertical GuiCommand)
({{Button}} instead of {{KEY}} template; full stops)
Line 17: Line 17:


<!--T:5-->
<!--T:5-->
# Select a [[Part Module|Shape]] object
# Select a [[Part Module|Shape]] object.
# Press the {{KEY|[[Image:Arch CloseHoles.png|16px]] '''Close Holes'''}} entry in Arch -> Utilities menu
# Press the {{Button|[[Image:Arch CloseHoles.svg|16px]] [[Arch CloseHoles|Close Holes]]}} entry in {{MenuCommand|Arch Utilities Close Holes}}.


==Scripting== <!--T:6-->
==Scripting== <!--T:6-->

Revision as of 16:37, 28 November 2018

Arch CloseHoles

Menu location
Arch → Utilities → Close Holes
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch Check

Description

This tool identifies holes (circular sequence of open edges) in a Shape object and attempts to close it by adding it a new face made from that edges sequence. You must still verify yourself that the result is a solid, though.

How to use

  1. Select a Shape object.
  2. Press the Close Holes entry in Arch → Utilities → Close Holes.

Scripting

This tool can by used in macros and from the python console by using the following function:

closeHole (shape)

closes a hole in an open shape