🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How can I create a indoor database with Winprop API

User: "Song Tiandi"
Altair Community Member
Updated by Song Tiandi

Hello , I notice that in Winprop API -> Data Structurs exists functions like COORDPOIN,T INDOOR_WALL, INDOOR_WALLS, MATERIAL and so on. I would like to create a indoor database with these functions, but I didn' find an example. Is this possible with C++? Do I need a Cmakelist? An could anyone give me an example? 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Reiner_Hoppe"
    Altair Employee
    Updated by Reiner_Hoppe

    Hello,

    you can fill the mentioned data structures to create an indoor scenario and then use the API fct. WinProp_ConvertWalls to save it in the binary WinProp .idb format which can be loaded in WallMan, please have a look in the API guide for details. Unfortunately there is no such example provided with the installer.

    In order to display the indoor database for verification you will need to use the WallMan tool.
    Alternatively you might create the indoor scenario using the WallMan GUI or define it using the ASCII .ida format, please see chapter 3.3.4 of the user manual for details about this format.

    User: "Reiner_Hoppe"
    Altair Employee
    Updated by Reiner_Hoppe

    To convert an indoor ASCII *.ida database to the WinProp binary format there is the API fct. WinProp_ConvertToBinary, please see the API guide for details.