Ambiente de trabajo Arquitectura

From FreeCAD Documentation
Revision as of 17:08, 21 May 2018 by Mario52 (talk | contribs) (Created page with "* 32px Muro: Crea un muro utilizando un objeto seleccionado como base * 32px Arch_Structure/es|Elemento...")

El módulo de Arquitectura proporciona un moderno entorno de trabajo BIM para FreeCAD, con soporte para características como el soporte para IFC, entidades arquitectónicas enteramente paramétricas como muros, elementos estructurales o ventanas, y producción de documentación 2D avanzada. El entorno de Arquitectura también incorpora todas las herramientas del entorno de Boceto.

Nota: la funcionalidad BIM de FreeCAD ahora se divide progresivamente entre este Arch Workbench, que contiene todas las herramientas BIM básicas, y BIM Workbench addon, que se puede instalar a través del menú Herramientas → Addon Manager, que agrega una nueva capa de interfaz sobre las herramientas Arch, con el objetivo de hacer que el flujo de trabajo BIM en FreeCAD sea más intuitivo y fácil de usar.

Herramientas

Estas son herramientas para crear objetos arquitectónicos.

  • Muro: Crea un muro utilizando un objeto seleccionado como base
  • Elemento estructural: Crea un elemento estructural utilizando un objeto seleccionado como base
  • Rebar tools
    • Straight Rebar: Creates a Straight reinforcement bar in a selected structural element
    • UShape Rebar: Creates a UShape reinforcement bar in a selected structural element
    • LShape Rebar: Creates a LShape reinforcement bar in a selected structural element
    • Bent Shape Rebar: Creates a Bent Shape reinforcement bar in a selected structural element
    • Stirrup Rebar: Creates a Stirrup reinforcement bar in a selected structural element
    • Helical Rebar: Creates a Helical reinforcement bar in a selected structural element
    • Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch
  • Floor: Creates a floor including selected objects
  • Building: Creates a building including selected objects
  • Site: Creates a site including selected objects
  • Window: Creates a window using a selected object as a base
  • Section Plane: Adds a section plane object to the document
  • Axis tools
    • Axis: Adds a 1-direction array of axes to the document
    • Axes system: Adds an axes system composed of several axes to the document
    • Grid: Adds a grid-like object to the document
  • Roof: Creates a sloped roof from a selected face
  • Space: Creates a space object in the document
  • Stairs: Creates a stairs object in the document

Modification tools

These are tools for modifying architectural objects.

Utilities

These are additional tools to help you in specific tasks.

Preferences

Formatos de archivo

  • IFC : Industry foundation Classes
  • DAE : Formato de malla de Collada
  • OBJ : Formato Obj de malla (sólo exportar)
  • JSON: formato de notación de objetos JavaScript (solo exportación)
  • 3DS: formato 3DS (solo importación)

API

El Módulo de arquitectura puede usarse en scripts de python y en macros usando las funciones de Arch Python API

Tutoriales

Draft Module/es
FEM Module/es