ODA Product: | IFC SDK |
Sample Name: | ExBcfLoadFile |
Source Code Location: | Ifc/Examples/ExBcfLoadFile |
The ExBcfLoadFile example is a sample application that loads a specified BCF file, dumps its content to the console window, and rewrites it into a duplicate BCF file.
To run the ExBcfLoadFile
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.
ExBcfLoadFile <filename> <outfilename> [workfolder]
filename
|
A BCF archive to open. |
outfilename
|
A full path to the duplicate BCF file. The application writes the content of the input BCF file to the file allocated in the specified path. |
workfolder
|
An optional parameter that contains the work folder for the BCF archive content. |
Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.
|