From 91bf1aadd92c5089c24335b3d0710c90391fb515 Mon Sep 17 00:00:00 2001 From: hlg Date: Wed, 15 Jun 2011 16:58:29 +0200 Subject: [PATCH] corrections --- readme.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index 698260a..c14a9c2 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,4 +1,4 @@ -This is a groovy skript to write IFC geometry from collada files using OpenIfcTools. It does only cover a small subset of the collada standard (basically the part that is used when exporting solid polygonal geometry from Google Sketchup) and it writes only IFC proxy entities. However the heart of the script - IfcBuilder - can be easily used to write arbitrary IFC entities programmatically from arbitrary input data - in a compact and concious fashion. Apart from writing, the combination of Groovy and OpenIfcTools is a very handy way for ad-hoc queries on IFC data. See the the RepresentationCounter example. +This is a groovy skript to write IFC geometry from collada files using OpenIfcTools. It does only cover a small subset of the collada specification (basically the part that is used when exporting solid polygonal geometry from Google Sketchup) and it writes only IFC proxy entities. However the heart of the script - IfcBuilder - can be easily used to write arbitrary IFC entities programmatically from arbitrary input data - in a compact and concious fashion. Apart from writing, the combination of Groovy and OpenIfcTools is a very handy way for ad-hoc queries on IFC data. See the the RepresentationCounter example. People asked for it, so I decided to put it out in the wild. Hope it's gonna be useful to anybody. Comes with no warranty. @@ -6,7 +6,7 @@ Prerequisites ============= * [Groovy](http://groovy.codehaus.org/) -* [Open Java Toolbox](http://www.openifctools.com/Open_IFC_Tools/ifc_features.html) +* [Open IFC Java Toolbox](http://www.openifctools.com/Open_IFC_Tools/ifc_features.html) How to write IFC