Arch Site/de


Arch Site.png Baugrund

Menüeintrag
Architektur → Seite
Arbeitsbereich
Arch
Standardtastenkürzel
S I
Siehe auch
Etage, Gebäude


Beschreibung

The Arch Site is a special object that combines properties of a standard FreeCAD group object and Arch objects. It is particularly suited for representing a whole project site, or terrain. In IFC-based architectural work, it is mostly used to organize your model, by containing building objects. The site is also used to manage and display a physical terrain, and can computes volumes of earth to be added or removed.

Anwendung

  1. Selektieren Sie optional ein oder mehrere Objekte, welche in den neuen Baugrund übernommen werden sollen
  2. Drücken Sie den Arch Site.png Baugrund-Knopf oder die Tasten S und I

Optionen

Properties

Typical workflow

Start by creating an object that represents your terrain. It must be an open surface, not a solid. For example, it is easy to import mesh data, that can be turned into a Part Shape from menu Part -> Create Shape from Mesh.... Then, create a Site object, and set its Terrain property to the Part we just created:

Arch site example 01.jpg

Create some volumes (they must be solids) that represent the areas that you wish to be excavated or filled. Double-click the Site object in the Tree View, and add these volumes to the Additions or Subtractions groups. Click OK.

Arch site example 02.jpg

The site geometry will be recomputed and the areas, perimeter, and volumes properties recalculated.

Arch site example 03.jpg

Solar diagram

If pysolar is installed on your system, Arch Sites can display a solar diagram. For this, Longitude, Latitude and NorthDeviation properties must be correctly set, and SolarDiagram view property turned on. available in version 0.17


Freecad-solar-diagram.jpg

Scripting

Das Baugrund-Werkzeug kann in Makros ebenso wie aus der Python-Konsole heraus über folgende Funktion angesprochen werden:

makeSite ([objectslist]) 
erzeugt einen Baugrund inklusive der in der Liste angegebenen Objekte

Beispiel:

import Arch
Arch.makeSite() 

A solar diagram can also be created with:

import Arch,FreeCADGui
node = Arch.makeSolarDiagram(-46.38,-23.33) # longitude, latitude, [scale]
FreeCADGui.ActiveDocument.ActiveView.getSceneGraph().addChild(node) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Site/de&oldid=211297"

Navigation menu