Arch RemoveShape/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Esta herramienta intenta eliminar la forma cúbica interna de una Arch Wall o Arch Structure y ajustar sus propiedades, por lo que es totalmente paramétrica. Esta her...")
(Created page with "# Seleccione un Arch Wall o Arch Structure # Presione la opción {{KEY|16px '''Remove Shape'''}} en Arch -> Menu de Utilidades")
Line 7: Line 7:
==Utilización==
==Utilización==


# Select an [[Arch Wall]] or [[Arch Structure]]
# Seleccione un [[Arch Wall]] o [[Arch Structure]]
# Press the {{KEY|[[Image:Arch RemoveShape.png|16px]] '''Remove Shape'''}} entry in Arch -> Utilities menu
# Presione la opción {{KEY|[[Image:Arch RemoveShape.png|16px]] '''Remove Shape'''}} en Arch -> Menu de Utilidades


==Programación==
==Programación==

Revision as of 14:15, 6 May 2018

Arch RemoveShape

Ubicación en el Menú
Arch → Utilities → Remove Shape
Entornos de trabajo
Arch
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Arch MeshToShape

Descripción

Esta herramienta intenta eliminar la forma cúbica interna de una Arch Wall o Arch Structure y ajustar sus propiedades, por lo que es totalmente paramétrica. Esta herramienta solo funcionará si la forma subyacente es cúbica (exactamente 6 caras, todas las esquinas tienen solo ángulos rectos).

Utilización

  1. Seleccione un Arch Wall o Arch Structure
  2. Presione la opción Remove Shape en Arch -> Menu de Utilidades

Programación

This tool can by used in macros and from the python console by using the following function:

removeShape (object)

takes an arch object (wall or structure) built on a cubic shape, and removes the inner shape, keeping its length, width and height as parameters.