随笔分类 -  BIM

摘要: 阅读全文
posted @ 2019-07-22 13:07 西北逍遥 阅读(197) 评论(0) 推荐(0)
摘要:/******************************************************************************** ** Form generated from reading UI file 'qt_chart1.ui' ** ** Created by: Qt User Interface Compiler version 5.12.2 *... 阅读全文
posted @ 2019-07-18 13:24 西北逍遥 阅读(1021) 评论(0) 推荐(0)
摘要:QString item1 = QString::fromStdString(groupParam->getChild(k)->getName()); QStandardItem* itemProject = new QStandardItem(item1); //设置树形控件子项的属性 itemP 阅读全文
posted @ 2019-07-16 11:15 西北逍遥 阅读(1111) 评论(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 西北逍遥 阅读(7376) 评论(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)
摘要:void Test::printOsgGroup(osg::ref_ptr &groupParam) { qDebug() getNumChildren(); //std::cout getNumChildren() getNumChildren(); k++) { osg::ref_ptr group_index = groupParam->getC... 阅读全文
posted @ 2019-07-14 10:18 西北逍遥 阅读(614) 评论(0) 推荐(0)
摘要:void TeslaManage::loadModelFile(QString &filename) { file_node = osgDB::readNodeFile(std::string((const char *)filename.toLocal8Bit())); root->addChild(file_node); root->addChild(create... 阅读全文
posted @ 2019-07-13 12:25 西北逍遥 阅读(496) 评论(0) 推荐(0)
摘要:效果图片: 参考:https://blog.csdn.net/sun222555888/article/details/52083413 阅读全文
posted @ 2019-07-08 13:05 西北逍遥 阅读(3109) 评论(0) 推荐(0)
摘要:fbx model element count:80 三维视图: {三维} 4294967295 osg::MatrixTransform1 基本墙 wall_240 [361750] 4294967295 osg::MatrixTransform2 基本墙 wall_240 [361813] 42 阅读全文
posted @ 2019-07-07 15:47 西北逍遥 阅读(1096) 评论(0) 推荐(0)
摘要:[0]osg::Group [1]osg::MatrixTransform [1] osg::MatrixTransform [1]osg::MatrixTransform [2] osg::Geode [3]osg::Geometry [3]osg::Geometry [3] osg::Geome 阅读全文
posted @ 2019-06-27 20:41 西北逍遥 阅读(408) 评论(0) 推荐(0)
摘要:Civil 3D 2018百度云地址 https://pan.baidu.com/s/1edeVhG Civil 3D 2019注册机百度云地址 链接: https://pan.baidu.com/s/1KR6R43TXHzQ8tvmNFHWyrg 提取码: gg9w 输入序列号:666-69696 阅读全文
posted @ 2019-06-25 20:50 西北逍遥 阅读(1775) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-07 20:54 西北逍遥 阅读(865) 评论(0) 推荐(0)
摘要:这是一面墙的IFC数据内容 文档内容 ISO-10303-21;HEADER; /******************************************************************************************* STEP Physical Fil 阅读全文
posted @ 2018-07-04 08:51 西北逍遥 阅读(1011) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-21 07:51 西北逍遥 阅读(1068) 评论(5) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-01 12:20 西北逍遥 阅读(755) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-19 12:52 西北逍遥 阅读(768) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2017-12-20 13:30 西北逍遥 阅读(4434) 评论(3) 推荐(0)
摘要:{ "com.bim.ifc.ifc2x3.ifc2x3tc1.IfcBuilding (#104)-": [{ "objKey": "GlobalId", "objValue": "3ZkI21fNDEIxkybM8jtY4W" }, { "objKey": "Coordinates", "obj 阅读全文
posted @ 2017-11-20 13:15 西北逍遥 阅读(4691) 评论(1) 推荐(0)
摘要:例如: #229= IFCWALLSTANDARDCASE('3_ydjarPr1s9tRASGqIAUD',#41,'\X2\57FA672C5899\X0\:\X2\78165899\X0\240mm:361850',$,'\X2\57FA672C5899\X0\:\X2\78165899\X0 阅读全文
posted @ 2017-11-14 08:18 西北逍遥 阅读(2046) 评论(2) 推荐(0)
摘要:revit软件可以导出模型数据到sqlserver数据库,有时候,为了对模型做数据分析,需要导出模型的数据,下面总结一下导出过程: 首先在sqlserver中建立一个数据库,如:revit_wujinqian 第一步:revit点击 导出—ODBC数据库 第二步:机器数据源—新建 第三步:用户数据源 阅读全文
posted @ 2017-10-11 08:50 西北逍遥 阅读(1161) 评论(0) 推荐(0)