Módulo DibujoTécnico

From FreeCAD Documentation
Revision as of 18:56, 28 April 2018 by Bitacovir (talk | contribs) (Created page with "===Características adicionales===")

FreeCAD es principalmente una herramienta de modelado 3D. Sin embargo, hay momentos en los que debemos producir dibujos 2D para documentación, contratos, permisos, etc. El Entorno de trabajo de Dibujo Técnico (TechDraw) se utiliza para producir dibujos técnicos básicos basados en el modelo 3D. Cada dibujo es una Página, y una Página contiene muchas vistas de objetos dibujables. La lista de objetos dibujables incluye Part :: Features, PartDesign :: Bodies, App :: Part groups y Document Object groups.

Dimensiones y áreas sombreadas se pueden agregar a las vistas.

Tenga en cuenta que si su objetivo principal es la producción de planos 2D complejos, es posible que desee considerar una herramienta dedicada a eso como LibreCad, QCad, TurboCad, etc.

introduced in version 0.17


Páginas

Estas son las herramientas para crear páginas.

Vistas

Estas son las herramientas para crear vistas.

Clips (Recortes)

Estas son herramientas para crear y administrar vistas recortadas.

Dimensiones

Estas son herramientas para trabajar con dimensiones. Las dimensiones lineales pueden basarse en dos puntos, una línea o dos líneas.

Importar/Exportar

Estas son herramientas para exportar páginas a otras aplicaciones.

Decoración

Estas son herramientas para cambiar el aspecto de las páginas y las vistas.

Características adicionales

  • Hatching: TechDraw supports a number of hatching techniques.
  • Line Groups: default weights can be assigned to various line types.

Preference settings

The TechDraw module has a preferences screen to adjust default values.

Scripting

The TechDraw module features a Python API so you can use its functions in scripts and macros.

Limitations

  • TechDraw drawings and Python API are not interchangeable with the Drawing module. It is possible to convert Drawing Pages to TechDraw Pages using Python (moveViews.py). It is possible to have both TechDraw and Drawing Pages in the same FreeCAD document.
  • There are minor differences in specifying Editable Texts in Templates compared to the Drawing module. See forum discussion here.
  • TechDraw is available starting with FreeCAD 0.17.
  • Do not Cut/Copy/Paste TechDraw objects. This does not generally work out well.

Workarounds

  • None required at the moment.


Keep up with TechDraw plans and developments. Visit the TechDraw Roadmap.


Start Workbench
Test Framework Workbench