Arch Malla a forma

From FreeCAD Documentation
Revision as of 15:55, 1 December 2013 by Renatorivo (talk | contribs) (Created page with "==Descripción==")

Arch MeshToShape

Ubicación en el Menú
Arquitectura -> Herramientas de conversión -> Malla a forma
Entornos de trabajo
Arquitectura
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Eliminar forma

Descripción

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 -> 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