ODA Product: | IFC SDK |
Sample Name: | ExIfcToBmp |
Categories: | C++ / Beginner / Dumping IFC Files / Linux, macOS, Windows |
Source Code Location: | Ifc/Examples/ExIfcToBmp |
Creates a bitmap image from a .ifc file content. The ExIfcToBmp example is a sample application that reads content from a specified .ifc file and converts its content into a specified bitmap image file (*.bmp).
To run the ExIfcToBmp
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.
ExIfcToBmp <source file> <destination file> [<-DO>]
source file
|
The full path to the .ifc file to be converted to a bitmap image. |
destination file
|
The full path to the output bitmap file (*.bmp). |
DO
|
An optional parameter that determines whether the progress meter output should be disabled (if specified) or not (if not specified). |
This picture shows the application output when if was correctly run.
The picture below illustrates the example console output in the case when it was run incorrectly.
And the last picture shows the output bitmap image file created by the sample application.
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|