Skip to content

Commit 28560d1

Browse files
committed
Add IfcGeomServer description
1 parent 82a1e33 commit 28560d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ifcgeomserver/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
IfcGeomServer
2+
-------------
3+
4+
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

0 commit comments

Comments
 (0)