Skip to content

The IFCtoRDF Desktop Application

Compare
Choose a tag to compare
@jyrkioraskari jyrkioraskari released this 08 Feb 16:54
· 53 commits to master since this release

This Java desktop app is a user interface for IFCtoRDF tool to convert IFC STEP formatted BIM (Building Information Model) files into ifcOWL (https://github.com/buildingSMART/ifcOWL) representation.

The pre-compiled JAR file can be run just by double clicking the file. Java 8 is supported.

This can also be run from the command line using the following command:
java -jar IFCtoRDF_Desktop.jar

If a larger model is converted, use the following:
java -Xms24G -Xmx24G -XX:MaxPermSize=1G -jar IFCtoRDF_Desktop.jar

GitHub Logo