Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
Parameter Creation

Summary

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

Description

Example application of parameter creation basing on the parameter from the input file.

Run Sample Application

To run the TB_ExParamCreate 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:
    
                TB_ExParamCreate <source> <destination> <HANDLE> <ParamName> <ParamGroup> <ParamValue>
              
    source A full path to the input .rfa or .rvt file.
    destination Name of the destination .rfa or .rvt file.
    HANDLE OdDbHandle of an OdBmElement with this parameter.
    ParamName Parameter name.
    ParamGroup Parameter group.
    ParamValue Parameter value.

See Also

Use ODA BimRv SDK Sample Applications

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