Arch CloseHoles/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/es|Name=Arch CloseHoles|Workbenches=Arquitectura|MenuLocation=Arquitectura -> Herramientas de conversión -> Tapar agujeros|SeeAlso=[[Arch Chec...")
(Created page with "==Descripción==")
Line 1: Line 1:
{{GuiCommand/es|Name=Arch CloseHoles|Workbenches=[[Arch Module/es|Arquitectura]]|MenuLocation=Arquitectura -> Herramientas de conversión -> Tapar agujeros|SeeAlso=[[Arch Check/es|Comprobar]]}}
{{GuiCommand/es|Name=Arch CloseHoles|Workbenches=[[Arch Module/es|Arquitectura]]|MenuLocation=Arquitectura -> Herramientas de conversión -> Tapar agujeros|SeeAlso=[[Arch Check/es|Comprobar]]}}


==Description==
==Descripción==


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.

Revision as of 16:14, 1 December 2013

Arch CloseHoles

Ubicación en el Menú
Arquitectura -> Herramientas de conversión -> Tapar agujeros
Entornos de trabajo
Arquitectura
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Comprobar

Descripción

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