Add IfcGeomServer description

This commit is contained in:
Thomas Krijnen
2016-03-12 16:54:21 +01:00
parent 82a1e33386
commit 28560d164c
+4
View File
@@ -0,0 +1,4 @@
IfcGeomServer
-------------
A command-line executable intented to be ran as a child process that receives an IFC model from stdin and will send binary geometry information of products found in the IFC file in separate messages on stdout. The advantage over conventional static or dynamic linking is that, in case the IfcOpenShell process would crash (either due to invalid input, heap overflow, bugs, ...), this does not affect the main process. Currently, the only implementation of a consumer for this process is the Java module over at: https://github.com/opensourceBIM/IfcOpenShell-BIMserver-plugin/blob/master/src/org/ifcopenshell/IfcGeomServerClient.java