Arch SíťDoTvaru

From FreeCAD Documentation
Revision as of 12:49, 1 December 2013 by Honza32 (talk | contribs) (Created page with "==Použití==")

Arch MeshToShape

Menu location
Arch -> Conversion Tools -> Mesh to Shape
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch RemoveShape

Popis

Tento nástroj konvertuje vybraný objekt sítě Síť do objektu Tvar. Připomínáme, že tento nástroj je optimalizován pro objekty s plochými stranami (ne zakřivené). Obdobný nástroj z Part Workbench může být vhodnější pro objekty obsahující zakřivené povrchy.

Použití

  1. Select a mesh object
  2. Press the Mesh to 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:

meshToShape (object,[mark])

turns a mesh into a shape, joining coplanar facets.

If mark is True (default), non-solid objects will be marked in red