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..

  • 相关阅读:
    12、闭包函数、装饰器、迭代器
    11、函数对象、函数的嵌套、名称空间与作用域
    10、初识函数
    9、文件操作
    8、字符编码-Python(转)
    7、str字符串、int整数、list列表、dict字典、set集合、tuple元祖功能详解
    python day11 学习整理
    python day9 学习整理
    python day8 学习整理
    python day7 学习整理
  • 原文地址:https://www.cnblogs.com/herd/p/11794085.html
Copyright © 2011-2022 走看看