Arch CloseHoles/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beskrivning==")
(Created page with "==Skript==")
Line 10: Line 10:
# Press the {{KEY|[[Image:Arch CloseHoles.png|16px]] '''Close Holes'''}} entry in Arch -> Utilities menu
# Press the {{KEY|[[Image:Arch CloseHoles.png|16px]] '''Close Holes'''}} entry in Arch -> Utilities menu


==Scripting==
==Skript==


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:

Revision as of 07:47, 2 July 2014

Arch CloseHoles

Menyplacering
Arch -> Utilities -> Close Holes
Arbetsbänkar
Arch
Standard genväg
Ingen
Introducerad i version
-
Se även
Arch Check

Beskrivning

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

Skript

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