Arch CloseHoles/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "Arch CloseHoles")
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{GuiCommand|Name=Arch CloseHoles|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Utilities → Close Holes|SeeAlso=[[Arch Check]]}}
{{GuiCommand|Name=Arch CloseHoles|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Utilities → Close Holes|SeeAlso=[[Arch Check|Arch Check]]}}


==Description==
==Description==
Line 13: Line 13:
==Scripting==
==Scripting==


This tool can by used in [[macros]] and from the python console by using the following function:
This tool can by used in [[macros|macros]] and from the python console by using the following function:
{{Code|code=
{{Code|code=
closeHole (shape)
closeHole (shape)

Revision as of 19:21, 12 August 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 menu

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