随笔分类 -  ifc

上一页 1 ··· 49 50 51 52 53
摘要: 阅读全文
posted @ 2019-07-22 13:07 西北逍遥 阅读(197) 评论(0) 推荐(0)
摘要://顶点着色器 static const char* vertShader = { "varying vec4 color;\n" "void main(void)\n" "{\n" "color = gl_Vertex;\n" "gl_Position=gl_ModelViewProjectionMatrix*gl_Vertex;\n" "}... 阅读全文
posted @ 2019-07-19 10:46 西北逍遥 阅读(477) 评论(0) 推荐(0)
摘要:void TeslaManage::OnlineTreeViewDoubleClick(const QModelIndex & index) { int row = index.row(); qDebug() index(0, 0).child(row, 0).data().toString(); if (root != NULL) { osg... 阅读全文
posted @ 2019-07-15 18:13 西北逍遥 阅读(7377) 评论(0) 推荐(0)
摘要:osg::Node* TeslaManage::findOsgNodeByName(QString &nodeNme) { osg::Node* findNode = NULL; std::vector::iterator vec_iter; for (vec_iter = allOsgNode.begin();vec_iter != allOsgNode.end()... 阅读全文
posted @ 2019-07-14 18:15 西北逍遥 阅读(732) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-13 21:23 西北逍遥 阅读(326) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-10 21:05 西北逍遥 阅读(133) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-07 20:54 西北逍遥 阅读(865) 评论(0) 推荐(0)
摘要:IfcWallStandardCase (#1884) -- 基本墙:常规 - 300mm:273847IfcWallStandardCase (#2021) -- 基本墙:常规 - 300mm:273950IfcWallStandardCase (#2100) -- 基本墙:常规 - 300mm: 阅读全文
posted @ 2019-05-06 21:05 西北逍遥 阅读(342) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-07-05 09:25 西北逍遥 阅读(953) 评论(0) 推荐(0)
摘要:这是一面墙的IFC数据内容 文档内容 ISO-10303-21;HEADER; /******************************************************************************************* STEP Physical Fil 阅读全文
posted @ 2018-07-04 08:51 西北逍遥 阅读(1011) 评论(0) 推荐(0)
摘要:IFC4.3 官方地址:https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/ 国内地址1:http://www.vfkjsd.cn/ifc/IFC4_3/buildingsmart/index.htm 国内地址2:http://www.bim 阅读全文
posted @ 2017-03-07 08:07 西北逍遥 阅读(3941) 评论(0) 推荐(1)
摘要:ifc解析 import java.io.File; import java.util.Collection; import java.util.Enumeration; import java.util.HashMap; import java.util.Iterator; import java 阅读全文
posted @ 2017-03-06 14:38 西北逍遥 阅读(2315) 评论(3) 推荐(0)
摘要:IFC模型体系结构由四个层次构成,从下到上依次是 资源层(Resource Layer)、核心层(Core Layer)、交互层(Interoperability Layer)、领域层(Domain Layer)。每层中都包含一系列的信息描述模块,并且遵守一个规则:每个层次只能引用同层次和下层的信息 阅读全文
posted @ 2017-03-02 10:18 西北逍遥 阅读(12237) 评论(0) 推荐(0)

上一页 1 ··· 49 50 51 52 53