Arch RemoveShape/cs: Difference between revisions

From FreeCAD Documentation
(Created page with "==Použití==")
(Created page with "# Vyberte zeď nebo Arch Strukturu # Stiskem klávesy {{KEY|16px '''Odebrat tvar'''}} přejdete od Stvitelství -> Menu Nást...")
Line 7: Line 7:
==Použití==
==Použití==


# Select an [[Arch Wall]] or [[Arch Structure]]
# Vyberte [[Arch Wall|zeď]] nebo [[Arch Strukturu|Arch Strukturu]]
# Press the {{KEY|[[Image:Arch RemoveShape.png|16px]] '''Remove Shape'''}} entry in Arch -> Conversion Tools menu
# Stiskem klávesy {{KEY|[[Image:Arch RemoveShape.png|16px]] '''Odebrat tvar'''}} přejdete od Stvitelství -> Menu Nástroj Konverze


==Scripting==
==Scripting==

Revision as of 14:05, 1 December 2013

Arch RemoveShape

Menu location
Arch -> Conversion Tools -> Remove Shape
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch MeshToShape

Popis

Tento nástroj se pokouší odebrat trojrozměrný tvar ze zdi nebo stavební struktury a nastavit její vlastnosti, takže ji udělá plně parametrickou. Tento nástroj funguje pouze tehdy když základní tvar je trojrozměrný (přesně 6 ploch, všechny úhly jsou pravé).

Použití

  1. Vyberte zeď nebo Arch Strukturu
  2. Stiskem klávesy Odebrat tvar přejdete od Stvitelství -> Menu Nástroj Konverze

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.