Arch RemoveShape

From FreeCAD Documentation
Revision as of 14:15, 6 May 2018 by Bitacovir (talk | contribs) (Created page with "# Seleccione un Arch Wall o Arch Structure # Presione la opción {{KEY|16px '''Remove Shape'''}} en Arch -> Menu de Utilidades")

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.