Arch MeshToShape/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "Arch MeshToShape")
 
(Created page with "{{GuiCommand/sv|Name=Arch MeshToShape|Name/sv=Arch MeshToShape|Workbenches=Arch|MenuLocation=Arch -> Utilities -> Mesh to Shape|SeeAlso=[[Arch RemoveShape/s...")
Line 1: Line 1:
{{GuiCommand|Name=Arch MeshToShape|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Utilities -> Mesh to Shape|SeeAlso=[[Arch RemoveShape]]}}
{{GuiCommand/sv|Name=Arch MeshToShape|Name/sv=Arch MeshToShape|Workbenches=[[Arch Module/sv|Arch]]|MenuLocation=Arch -> Utilities -> Mesh to Shape|SeeAlso=[[Arch RemoveShape/sv|Arch RemoveShape]]}}


==Description==
==Description==

Revision as of 20:07, 23 June 2014

Arch MeshToShape

Menyplacering
Arch -> Utilities -> Mesh to Shape
Arbetsbänkar
Arch
Standard genväg
Ingen
Introducerad i version
-
Se även
Arch RemoveShape

Description

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.

How to use

  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