Arch RemoveShape/ru

From FreeCAD Documentation
Revision as of 19:16, 12 August 2016 by Baritone (talk | contribs) (Created page with "{{GuiCommand/ru |Name=Arch RemoveShape |Workbenches=Arch |MenuLocation=Архитектура → Утилиты → Remove Shape |SeeAlso=Arch MeshToShap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arch RemoveShape

Системное название
Arch RemoveShape
Расположение в меню
Архитектура → Утилиты → Remove Shape
Верстаки
Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Сетка в фигуру

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.