==
== Create Sample Building With Geometry 
==

The GEOMETRY sample program is an IFC "hello world" program that
creates a building that has a simple block shape.  While creating the
building data, the program also makes a project and owner history,
assigns units, and greates IFC unique identifiers (GUIDs).  Use this
as the starting point for a more sophisticated program.

This program creates the data set and saves it as a STEP Part 21 file
called "output_file.ifc".  This is a text file, so you can look at it
with a text editor or the STEP Part 21 file browser to see how the
information is represented.
