ODA IFC SDK Developer's Guide > Get Started with IFC SDK > IFC SDK Sample Applications > ExLandXML2Ifc Sample Application
ExLandXML2Ifc Sample Application

Summary

ODA Product: IFC SDK
Sample Name: ExLandXML2Ifc
Source Code Location: Ifc/Examples/ExLandXML2Ifc

Description

The ExLandXML2Ifc example is a sample application that loads a specified LandXML file and exports its contents to a newly created IFC file.

Run Sample Application

To run the ExLandXML2Ifc sample application, please do the following:

  1. Open the terminal window and go to the directory where the sample binary file is allocated:
    • For Windows® platforms: <IFC_DIR>\exe\<version>
    • For Non-Windows platforms: <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.

  2. Run the sample with appropriate parameters:
    
    ExLandXML2Ifc <input_filename> <output_filename>
              
    input_filename A full path to the input LandXML (.xml) file
    output_filename A full path to the output IFC file

See Also

IFC SDK Sample Applications

Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.