随笔分类 -  IFC作品

摘要:#include "livox_mid70_sdk.h" #include "livox_mid70_def.h" #include <iostream> #include <thread> #include <chrono> #include <cstring> // 设备状态枚举 typedef 阅读全文
posted @ 2025-12-15 01:20 西北逍遥 阅读(64) 评论(0) 推荐(0)
摘要:IFC数据解析与渲染,施工进度自动生成与施工方案导出 ############################## 阅读全文
posted @ 2024-12-31 02:21 西北逍遥 阅读(85) 评论(0) 推荐(0)
摘要:基于BIM与点云数据的塔吊仿真系统 ########################### 阅读全文
posted @ 2022-05-13 20:30 西北逍遥 阅读(147) 评论(0) 推荐(0)
摘要:基于kinova jaco2机械臂的仿真模拟 struct AngularInfo { /** * As an example if the current control mode is angular position the unit will be degree but if the con 阅读全文
posted @ 2021-11-25 07:20 西北逍遥 阅读(412) 评论(0) 推荐(0)
摘要:基于BIM IFC osg的塔吊吊装对位模拟系统 osg::Matrix cameraMatrix = osg::Matrix::translate(-centerVec3d) *osg::Matrix::scale(1.0f, 1.0f, sz_value) *osg::Matrix::trans 阅读全文
posted @ 2021-10-01 21:19 西北逍遥 阅读(294) 评论(0) 推荐(0)
摘要:1、自动计算施工时间 2、自动生成进度计划 3、动态模拟进度计划 解析ifc,基于ifc的施工进度规划、基于ifc的施工模拟、基于BIM ifc的机械臂模拟....... 从19年8月份以后,就再也没开发这个程序了,这两天论文需要,又打开该项目,增加了一些功能,很开心,感谢之前写好的架构,这次开发很 阅读全文
posted @ 2021-09-17 19:48 西北逍遥 阅读(118) 评论(0) 推荐(0)
摘要:IfcTask的PredefinedType属性是IfcTaskTypeEnum类型,IFCTaskType的PredefinedType属性值就是IfcTaskTypeEnum类型。 ###################### 阅读全文
posted @ 2021-07-20 09:01 西北逍遥 阅读(60) 评论(0) 推荐(0)
摘要:基于BIM IFC数据的单构件吊装模拟 构件:IfcWallStandardCase (#1884)-基本墙:常规 - 300mm:273847 [ IfcObejct:IfcWallStandardCase (#1884)-基本墙:常规 - 300mm:273847, GlobalId:3JBHq 阅读全文
posted @ 2020-10-31 16:15 西北逍遥 阅读(413) 评论(1) 推荐(0)
摘要:基于IFC数据的施工吊装模拟 四年了,四年了,四年了,我的青春!!!!!!!!!!!!!!!!!!!!! 阅读全文
posted @ 2020-10-14 19:42 西北逍遥 阅读(242) 评论(0) 推荐(0)
摘要:基于IFC数据的建筑工地动态模拟 基础模型由revit、Rhinoceros、Maya制作,最后都转换成ifc,再由我们的三维引擎加载,渲染,制作出三维场景,这样,能够更好的整合不同类型的模型。 办公区 生活区 施工区 阅读全文
posted @ 2020-05-18 07:02 西北逍遥 阅读(456) 评论(0) 推荐(0)
摘要:16年写的程序,今天晚上找到了,拿出来看看,记录一下。 IfcWallStandardCase #750964:[ Name:基本墙:Interior - Partition:937935 GlobalId:0$rKT9NFjEMv0x0ItfNT0j OwnerHistory:#41 IfcOwn 阅读全文
posted @ 2020-04-28 22:34 西北逍遥 阅读(584) 评论(0) 推荐(0)
摘要:早晨找到了17年年初,小胡做的塔吊吊装模拟,截几张图,记录一下在开发施工过程模拟系统过程中那些艰难探索的日子。 阅读全文
posted @ 2019-12-25 08:27 西北逍遥 阅读(637) 评论(0) 推荐(0)
摘要:基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn 阅读全文
posted @ 2019-11-09 19:17 西北逍遥 阅读(476) 评论(1) 推荐(0)
摘要:wall_node = (osg::Node*)(index_node->clone(osg::CopyOp::DEEP_COPY_ALL));vc_mobileCrane->tranMoveIndex->addChild(wall_node); 阅读全文
posted @ 2019-11-07 21:25 西北逍遥 阅读(224) 评论(0) 推荐(0)
摘要:直接使用osg渲染ifc数据,提高渲染速度。 #include "teslamanage.h" #include <QtWidgets/QApplication> #include <QtGui/QIcon> #include <osgViewer/Viewer> osg::ref_ptr<osg: 阅读全文
posted @ 2019-11-01 21:13 西北逍遥 阅读(736) 评论(1) 推荐(0)
摘要:基于ifc数据模型的施工现场模拟 阅读全文
posted @ 2019-10-27 20:56 西北逍遥 阅读(269) 评论(0) 推荐(0)
摘要:加入机械臂,做吊装模拟分析 阅读全文
posted @ 2019-10-03 09:38 西北逍遥 阅读(245) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-31 23:09 西北逍遥 阅读(661) 评论(1) 推荐(0)
摘要:关于ifc数据解析与渲染整个探索过程的总结,我从2016年10月份开始接触ifc标准,刚开始探索用java3d解析、渲染ifc数据,当时参考网上的资料,最终实现了在java3d中解析与渲染ifc数据,但java3d在动态模拟方面不是很好实现,就放弃了java3d,转而使用unity3d,使用unit 阅读全文
posted @ 2019-07-30 01:46 西北逍遥 阅读(584) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2019-07-22 13:07 西北逍遥 阅读(197) 评论(0) 推荐(0)