随笔分类 - ifc
摘要://顶点着色器 static const char* vertShader = { "varying vec4 color;\n" "void main(void)\n" "{\n" "color = gl_Vertex;\n" "gl_Position=gl_ModelViewProjectionMatrix*gl_Vertex;\n" "}...
阅读全文
摘要:void TeslaManage::OnlineTreeViewDoubleClick(const QModelIndex & index) { int row = index.row(); qDebug() index(0, 0).child(row, 0).data().toString(); if (root != NULL) { osg...
阅读全文
摘要:osg::Node* TeslaManage::findOsgNodeByName(QString &nodeNme) { osg::Node* findNode = NULL; std::vector::iterator vec_iter; for (vec_iter = allOsgNode.begin();vec_iter != allOsgNode.end()...
阅读全文
摘要:IfcWallStandardCase (#1884) -- 基本墙:常规 - 300mm:273847IfcWallStandardCase (#2021) -- 基本墙:常规 - 300mm:273950IfcWallStandardCase (#2100) -- 基本墙:常规 - 300mm:
阅读全文
摘要:这是一面墙的IFC数据内容 文档内容 ISO-10303-21;HEADER; /******************************************************************************************* STEP Physical Fil
阅读全文
摘要: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
阅读全文
摘要:ifc解析 import java.io.File; import java.util.Collection; import java.util.Enumeration; import java.util.HashMap; import java.util.Iterator; import java
阅读全文
摘要:IFC模型体系结构由四个层次构成,从下到上依次是 资源层(Resource Layer)、核心层(Core Layer)、交互层(Interoperability Layer)、领域层(Domain Layer)。每层中都包含一系列的信息描述模块,并且遵守一个规则:每个层次只能引用同层次和下层的信息
阅读全文

浙公网安备 33010602011771号