Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this sample, we will show you haw to create your first EDMdatabase, create a user and a repository for containing your data. You will learn how to compile an EXPRESS schema into the EDMdatabase and to import a data set in an EDMmodel. Then you will learn how you can export the data set to a Part28 XML file. This sample also shows how you may do conditional selection of subsets of the data and print it out on the screen as well as to Part28 XMLread the attributes of instances of different entities. Read and loop over the contents of aggregate attributes and list the coordinates of all six faces of a cube represented by IFC geometry.

The complete package with resource files and source code is available from Getting Started with EDMsdk, but you may also download the source code of the sample below.

...