ODA Product: | IFC SDK |
Sample Name: | ExIfcWriteFile |
Categories: | C++ / Beginner / Writing IFC files / Linux, macOS, Windows |
Source Code Location: | Ifc/Examples/ExIfcWriteFile |
To run the OdIfcReadFile
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.
ExIfcWriteFile <file_read_from> <file_write_to>
file_read_from
|
A full path to the input .ifc file to read data from. |
file_write_to
|
A full path to the output .ifc file to write data to. |
This picture shows the application output when the command is not correct (a) and the resulting output after the application correctly finishes (b).
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|