Arch RemoveShape

From FreeCAD Documentation
Revision as of 22:14, 1 August 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Arch RemoveShape

Menyplacering
Arch → Utilities → Remove Shape
Arbetsbänkar
Arch
Standard genväg
Ingen
Introducerad i version
-
Se även
MeshToShape

Beskrivning

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).

Bruk

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

Skript

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.