C++ / Beginner / Working with .rvt and .rfa files / MacOS, Linux, Windows
Source Code Location:
BimRv/Examples/BmMTDrawingMgrEx
Description
Example that demonstrates how to render drawings in separate concurrent threads.
It accepts an RVT or RFA file and concurrently renders active Views of its DBDrawing elements.
The result is a series of bitmaps that are stored in the specified directory. The names of bitmap files follow the following pattern:
*.rvt/.rfa file name* + *active view name*.bmp
Run the Sample Application
To run the BmMTDrawingMgrEx sample application:
Open the terminal window and go to the directory where the sample binary file is located:
For Microsoft® Windows® platforms: <BIMRV_DIR>\exe\<version>
For non-Windows platforms: <BIMRV_DIR>/bin/<version>
<BIMRV_DIR> is the directory where you unpacked the BimRv SDK archive.