Arch MeshToShape/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 8: Line 8:


# Select a mesh object
# Select a mesh object
# Press the {{KEY|[[Image:Arch MeshToShape.png|16px]] '''Mesh to Shape'''}} entry in Arch -> Utilities menu
# Press the {{KEY|[[Image:Arch MeshToShape.png|16px]] '''Mesh to Shape'''}} entry in Arch Utilities menu


==Scripting==
==Scripting==

Revision as of 18:27, 8 May 2018

Arch MeshToShape

Menüeintrag
Arch → Utilities → Mesh to Shape
Arbeitsbereich
Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Arch RemoveShape

Beschreibung

This tool converts a selected Mesh object into a Shape object. Note that this tool is optimized for objects with flat faces (no curves). The corresponding tool from the Part Workbench might be more suited for objects that contain curved surfaces.

Anwendung

  1. Select a mesh object
  2. Press the Mesh to Shape entry in Arch → Utilities 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