|
FreeCAD Python
|
The Site object and tools.
This module provides tools to build Site objects. Sites are containers for Arch objects, and also define a terrain surface
Functions | |
| def | makeSite (objectslist=None, baseobj=None, name="Site") |
| def | makeSolarDiagram (longitude, latitude, scale=1, complete=False) |
| def ArchSite.makeSite | ( | objectslist = None, |
|
baseobj = None, |
|||
name = "Site" |
|||
| ) |
makeBuilding(objectslist): creates a site including the objects from the given list.
| def ArchSite.makeSolarDiagram | ( | longitude, | |
| latitude, | |||
scale = 1, |
|||
complete = False |
|||
| ) |
makeSolarDiagram(longitude,latitude,[scale,complete]): returns a solar diagram as a pivy node. If complete is True, the 12 months are drawn
1.8.15