Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
Convert BimRv B-Rep to acis

Summary

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

Description

Example application that converts BimRv B-Rep to acis and saves to .dwg file.

Run Sample Application

To run the BmBRepToAcisEx 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:
    
                BmBRepToAcisEx <input file> <output file> [<element handle>] [CDA]
              
    input file A full path to an .rfa or .rvt file.
    output file A full path to a .dwg or .dxf file.
    All Collect B-Rep geometry for all element in ElemeTable. Default - collect B-Rep geometry for elements visible in {3D} view.

See Also

Use ODA BimRv SDK Sample Applications

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