- FreeCAD est basé sur le framework Open CASCADE Technology
- Il existe d'autres solutions:
- OpenSCAD
- SolveSpace
- ..etc..
- Documentation Fr --> Yorik Vanhavre a étudié à Saint-Luc. Il est le principal développeur de l'atelier Architecture et a fourni très tot une documentation francophone
In this step we will setup an apache proxy server: Our server is an ubuntu server (18.04.2).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE 'new_alert_zone_layer' ( | |
id INTEGER PRIMARY KEY AUTOINCREMENT, | |
geometry MULTIPOLYGON NOT NULL, | |
LayerNameFr TEXT DEFAULT 'New Layer', | |
LayerNameNl TEXT DEFAULT 'New Layer', | |
NameNl TEXT NOT NULL, | |
NameFr TEXT NOT NULL, | |
Category TEXT NOT NULL DEFAULT 'INFO', | |
Buffer INTEGER NOT NULL DEFAULT 0, | |
'From' TEXT NOT NULL, |
NewerOlder