Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
Import from a Collada File Example

Summary

ODA Product: ODA BimRv SDK
Sample Name: BmColladaImportEx
Categories: C++ / Beginner / Working with .rvt and .rfa files / MacOS, Linux, Windows
Source Code Location: BimRv/Examples/BmColladaImportEx

Description

Example application that reads the content of a Collada file and writes it to a .rvt or .rfa file.

Run Sample Application

To run the BmColladaImportEx 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: <BIMRV_DIR>\exe\<version>
    • For Non-Windows platforms: <BIMRV_DIR>/bin/<version>

    <BIMRV_DIR> is a directory where you unpacked the BimRv SDK archive.

    To determine your <version> parameter, please see the appropriate section in the Download ODA BimRv SDK topic.

  2. Run the sample with appropriate parameters:
    
                BmColladaImportEx <input file> <output file> [<template file>]
              
    input file A name of the input .dae file.
    output file A full path to the output .rfa or .rvt file.
    template file A non mandatory parameter that contains a full a path to a template file. A template file is used for creating a new BimRv file. It must have the similar file extension as the output file.

See Also

Use ODA BimRv SDK Sample Applications

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