Arch RemoveShape/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{GuiCommand/es|Name=Arch RemoveShape|Name/es=Arch RemoveShape|Workbenches=Arch|MenuLocation=Arch → Utilities → Remove Shape|SeeAlso=[[Arch MeshToShape/...")
Line 1: Line 1:
{{GuiCommand|Name=Arch RemoveShape|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Utilities → Remove Shape|SeeAlso=[[Arch MeshToShape|Arch MeshToShape]]}}
{{GuiCommand/es|Name=Arch RemoveShape|Name/es=Arch RemoveShape|Workbenches=[[Arch Module/es|Arch]]|MenuLocation=Arch → Utilities → Remove Shape|SeeAlso=[[Arch MeshToShape/es|Arch MeshToShape]]}}


==Description==
==Description==

Revision as of 19:06, 19 June 2014

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

Description

This tool attempts at removing the inner cubic shape of an Arch Wall or Arch Structure, and adjusting its properties, making it totally parametric. This tool will only work if the underlying shape is cubic (exactly 6 faces, all corners have only right angles).

How to use

  1. Select an Arch Wall or Arch Structure
  2. Press the Remove Shape entry in Arch -> Utilities menu

Scripting

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.