ODA Product: | IFC SDK |
Sample Name: | ExIfcSchemaDump |
Categories: | C++ / Beginner / Dumping IFC Files / Linux, macOS, Windows |
Source Code Location: | Ifc/Examples/ExIfcSchemaDump |
The ExIfcSchemaDump example is a sample application that creates a file that contains data about all entities and datatypes from a specified schema version.
To run the ExIfcSchemaDump
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.
ExIfcSchemaDump <target_dump_filename> <schema_version>
target_dump_filename
|
The full path to the output file with information about the schema to be created. |
schema_version
|
Schema version. This parameter can accept the following values:
|
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.
|