Ambiente Architettura

From FreeCAD Documentation
Revision as of 12:02, 19 June 2022 by Simone.b (talk | contribs)
L'icona di Arch

Introduzione

Il modulo Arch fornisce a FreeCAD un moderno flusso di lavoro di tipo building information modelling (BIM), con supporto per funzionalità come entità architettoniche completamente parametriche come muri, travi, tetti, finestre, scale, tubazioni e mobili. Supporta i file industry foundation classes (IFC), e la produzione di planimetrie 2D in combinazione con l'ambiente TechDraw.

L'ambiente Arch importa tutti gli strumenti dall'ambiente Draft, poiché usa oggetti 2D per costruire i suoi oggetti architettonici 3D parametrici. Tuttavia, Arch può anche utilizzare oggetti solidi creati in altri ambiente di lavoro come Parte e PartDesign.

La funzionalità BIM di FreeCAD ora è progressivamente distribuita in questo ambiente Arch, che contiene gli strumenti di base per l'architettura, e BIM, che è possibile installare tramite Addon Manager. Questo ambiente BIM aggiunge un nuovo livello di interfaccia in cima agli strumenti Arch, con l'obiettivo di rendere facile e più intuitivo il flusso di lavoro BIM in FreeCAD. Vedere FreeCAD BIM migration guide.

Gli sviluppatori di Draft, Arch e BIM collaborano anche con la più ampia comunità OSArch, con l'obiettivo finale di migliorare la progettazione degli edifici utilizzando software completamente gratuito.

Strumenti

Strumenti per creare gli oggetti architettonici.

  • Wall: Creates a wall from scratch or using a selected object as a base.
  • Structure: Creates a structural element from scratch or using a selected object as a base.
  • Straight Rebar: Creates a straight reinforcement bar in a selected structural element.
  • U-Shape Rebar: Creates a U-shape reinforcement bar in a selected structural element.
  • L-Shape Rebar: Creates an L-shape reinforcement bar in a selected structural element.
  • Stirrup: Creates a stirrup reinforcement bar in a selected structural element.
  • Bent-Shape Rebar: Creates a bent-shape reinforcement bar in a selected structural element.
  • Helical Rebar: Creates a helical reinforcement bar in a selected structural element.
  • Custom Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch.
  • Building Part: Creates a building part including selected objects.
  • Project: Creates a project including selected objects.
  • Site: Creates a site including selected objects.
  • Building: Creates a building including selected objects.
  • Level: Creates a floor including selected objects.
  • Window: Creates a window from scratch or using a selected object as a base.
  • Roof: Creates a sloped roof from a selected wire.
  • Axis: Adds a 1-direction array of axes.
  • Axis System: Adds an axis system composed of several axes.
  • Grid: Adds a grid-like object.
  • Space: Creates a space object.
  • Stairs: Creates a stairs object.
  • Panel: Creates a panel object from a selected 2D object.
  • Panel Cut: Creates a 2D cut view from a panel.
  • Panel Sheet: Creates a 2D cut sheet including panel cuts or other 2D objects.
  • Nest: Allows to nest several flat objects inside a container shape.
  • Equipment: Creates an equipment or furniture object.
  • Frame: Creates a frame object from a selected layout.
  • Material: Creates a material and attributes it to selected objects, if any.
  • Multi-Material: Creates a multi-material and attributes it to selected objects, if any.
  • Schedule: Creates different types of schedules.
  • Pipe: Creates a pipe.
  • Connector: Creates a corner or T-connection between 2 or 3 selected pipes.

Strumenti di modifica

Strumenti per modificare gli oggetti architettonici.

  • Survey: Enters or leaves surveying mode.

Utilità

Strumenti aggiuntivi di aiuto per operazioni specifiche.

  • Component: Creates a non-parametric Arch component.
  • Split Mesh: Splits a selected mesh into separate components.
  • Mesh to Shape: Converts a mesh into a shape, unifying coplanar faces.
  • Close holes: Closes holes in a selected shape-based object.
  • Check: Check if the selected objects are solids and don't contain defects.

Preferences

  • Preferenze: preferenze per l'aspetto predefinito di pareti, strutture, armature, finestre, scale, pannelli, tubazioni, griglie e assi.

Formati dei file

  • IFC: Industry foundation classes
  • DAE: Formato mesh Collada
  • OBJ: Formato mesh Obj (solo esportazione)
  • JSON: Formato JavaScript Object Notation (solo esportazione)
  • 3DS: Formato 3DS (solo importazione)
  • SHP: GIS Shapefiles (solo importazione)

API

Il Modulo Arch può essere usato negli Python e macro utilizzando le funzioni Python API di Arch.

Tutorial