Architektura OdebratTvar

From FreeCAD Documentation
Revision as of 14:02, 1 December 2013 by Honza32 (talk | contribs) (Created page with "Tento nástroj se pokouší odebrat trojrozměrný tvar ze zdi nebo stavební struktury a nastavit její vlastnosti, takže ji udělá plně p...")

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

How to use

  1. Select an Arch Wall or Arch Structure
  2. Press the Remove Shape entry in Arch -> Conversion Tools 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.