Arch CloseHoles: Difference between revisions

From FreeCAD Documentation
(adding <translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Arch CloseHoles|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Conversion Tools -> Close Holes|SeeAlso=[[Arch Check]]}}
{{GuiCommand|Name=Arch CloseHoles|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Conversion Tools -> Close Holes|SeeAlso=[[Arch Check]]}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
This tool identifies holes (circular sequence of open edges) in a [[Part Module|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.
This tool identifies holes (circular sequence of open edges) in a [[Part Module|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==
==How to use== <!--T:4-->


<!--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 -> Conversion Tools menu
# Press the {{KEY|[[Image:Arch CloseHoles.png|16px]] '''Close Holes'''}} entry in Arch -> Conversion Tools menu


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


<!--T:7-->
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>
Line 19: Line 23:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>
<!--T:8-->
closes a hole in an open shape
closes a hole in an open shape
</translate>
</translate>

Revision as of 13:46, 29 November 2013

Arch CloseHoles

Menu location
Arch -> Conversion Tools -> 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 -> Conversion Tools 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