ODA Product: | IFC SDK |
Sample Name: | ExIfcCDAWalker |
Categories: | C++ / Beginner / Common Data Access for IFC / Linux, macOS, Windows |
Source Code Location: | Ifc/Examples/ExIfcCDAWalker |
The ExIfcCDAWalker is a sample application that walks along the Common Data Access tree built from a specified .ifc file, and prints information about nodes, which were visited during the tree traversal.
To run the ExIfcCDAWalker
sample application, please do the following:
<IFC_DIR>\exe\<version>
<IFC_DIR>/bin/<version>
<IFC_DIR>
is a directory where you unpacked the IFC SDK archive.
To determine your <version>
parameter, please see the
appropriate section
in the Download IFC SDK topic.
ExIfcCDAWalker <filename>
filename
|
The full path to the input .ifc file. |
This picture shows the application output after it correctly finishes.
The picture below illustrates an example of the console output in the case when the application run incorrectly (for example, without specifying input parameters):
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|