zoukankan      html  css  js  c++  java
  • 获取IFC构件的位置数据、方向数据

    获取IFC构件的位置数据、方向数据

    std::map<int, shared_ptr<BuildingEntity>>    map_buildingEntity = b_model->getMapIfcEntities();
    std::map<int, shared_ptr<BuildingEntity>>::iterator map_iter1;
    for (map_iter1 = map_buildingEntity.begin();map_iter1 != map_buildingEntity.end();++map_iter1)
    {
        shared_ptr<BuildingEntity> entitiy_selected = map_iter1->second;
        slotLoadIfcObjectProperties2(entitiy_selected);
    }

    -----id: 94 name: "项目编号" class: IfcProject global id: "2ZD1jkdm1DZfnCPYiAaT8B" "项目编号"
    --------------final..
    -----id: 104 name: "" class: IfcBuilding global id: "2ZD1jkdm1DZfnCPYiAaT8A" ""
    --------------final..
    -----id: 119 name: "F1" class: IfcBuildingStorey global id: "2ZD1jkdm1DZfnCPYlrRYpC" "F1"
    --------------final..
    -----id: 149 name: "1" class: IfcSpace global id: "3Mph_S_ef13f4LIAEQPvzw" "1"
    --------------final..
    -----id: 221 name: "F1-400 x 600mm" class: IfcColumnType global id: "22FxPJmZ14Gwg9hhC9AqUd" "F1-400 x 600mm"
    --------------final..
    -----id: 253 name: "M_矩形-结构柱:F1-400 x 600mm:361699" class: IfcColumn global id: "22FxPJmZ14Gwg9hhC9AqUY" "M_矩形-结构柱:F1-400 x 600mm:361699"
    "[-1247.74,23749.89,0.00]"
    --------------final..
    -----id: 381 name: "基本墙:F1-砖墙240mm:361786" class: IfcWallStandardCase global id: "22FxPJmZ14Gwg9hhC9AqPx" "基本墙:F1-砖墙240mm:361786"
    "[0.00,0.00,1.00]"
    0x167d5f287b0
    "[2249.09,27889.00,0.00]"
    --------------final..
    -----id: 579 name: "基本墙:F1-砖墙240mm" class: IfcWallType global id: "22FxPJmZ14Gwg9hhC9AqUr" "基本墙:F1-砖墙240mm"
    --------------final..
    -----id: 664 name: "可出租" class: IfcGroup global id: "0jcJ1wPir4ER5pN8ZIKcHu" "可出租"
    --------------final..
    -----id: 679 name: "Default" class: IfcSite global id: "2ZD1jkdm1DZfnCPYiAaT89" "Default"
    --------------final..

  • 相关阅读:
    poj 3280 Cheapest Palindrome(区间DP)
    POJ 2392 Space Elevator(多重背包)
    HDU 1285 定比赛名次(拓扑排序)
    HDU 2680 Choose the best route(最短路)
    hdu 2899 Strange fuction (三分)
    HDU 4540 威威猫系列故事――打地鼠(DP)
    HDU 3485 Count 101(递推)
    POJ 1315 Don't Get Rooked(dfs)
    脱离eclipse,手动写一个servlet
    解析xml,几种方式
  • 原文地址:https://www.cnblogs.com/herd/p/11794085.html
Copyright © 2011-2022 走看看