Arch: RemoveShape

From FreeCAD Documentation
Revision as of 19:37, 22 November 2018 by Luc (talk | contribs) (Created page with "Acest instrument poate fi utilizat în macros și din consola Python utilizând următoarea funcție:")

Arch RemoveShape

Menu location
Arch → Utilities → Remove Shape
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch MeshToShape

Descriere

Acest instrument încearcă să înlăture forma cubică interioară a unui Arc Wall sau Arch Structure și să-și ajusteze proprietățile, făcând-o complet parametrică. Acest instrument va funcționa numai dacă forma subiacentă este cubică (exact 6 fețe, toate colțurile au doar unghiuri drepte).

Cum se folosește

  1. Selectați un Arch Wall sau o Arch Structure
  2. Apăsați tasta Remove Shape din meniul Arch -> Utilities menu

Scrip-Programare

Acest instrument poate fi utilizat în macros și din consola Python utilizând următoarea funcție:

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.