Arch CloseHoles/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Arch CloseHoles
|Name=Arch CloseHoles
Line 7: Line 8:
|SeeAlso=[[Arch Check/ru|Проверь]]
|SeeAlso=[[Arch Check/ru|Проверь]]
}}
}}
</div>


==Description==
==Description==
Line 19: Line 21:
==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:20, 12 August 2018

Arch CloseHoles

Системное название
Arch CloseHoles
Расположение в меню
Архитектура → Утилиты → Убрать отверстия
Верстаки
Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Проверь

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