摘要:
今天偶尔翻出了很久以前写的java3d程序,很怀念曾经探索java3d解析、渲染ifc数据的日子
阅读全文
posted @ 2019-11-10 17:13
西北逍遥
阅读(3748)
推荐(0)
摘要:
package com.ygkj.test; import java.io.*; import java.net.*; public class Test20171226 { private static final int PORT=9000; private static final String HOST="192.168.2.200"; public...
阅读全文
posted @ 2019-11-10 17:05
西北逍遥
阅读(293)
推荐(0)
摘要:
基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn
阅读全文
posted @ 2019-11-09 19:17
西北逍遥
阅读(475)
推荐(0)
摘要:
ifc中的IfcWallStandardCase构件
阅读全文
posted @ 2019-11-08 18:46
西北逍遥
阅读(363)
推荐(0)
posted @ 2019-11-07 21:28
西北逍遥
阅读(1050)
推荐(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)
摘要:
osg::Node节点移动的时候,可以使用osg::Matrix::translate 来完成 osg::Matrix::translate中的参数是 当前位置到目标位置需要改变的值,所以,传递参数的时候需要传入目标节点位置减去当前位置的差值。 ifc node节点移动
阅读全文
posted @ 2019-11-07 15:57
西北逍遥
阅读(921)
推荐(0)
摘要:
root_group->addChild(node22); osg::Vec3f vec3f1 = node22->getBound().center(); osg::NodePathList nodePAthList1 = node22->getParentalNodePaths(); osg::
阅读全文
posted @ 2019-11-06 21:41
西北逍遥
阅读(213)
推荐(0)
摘要:
深度拷贝 node.clone(osg::CopyOp::DEEP_COPY_ALL) osg::ref_ptr<osg::Node> deepnode = (osg::Node *)(node->clone(osg::CopyOp::DEEP_COPY_ALL));
阅读全文
posted @ 2019-11-06 15:23
西北逍遥
阅读(788)
推荐(0)
摘要:
获取IFC构件的位置数据、方向数据 id: 94 name: "项目编号" class: IfcProject global id: "2ZD1jkdm1DZfnCPYiAaT8B" "项目编号" final.. id: 104 name: "" class: IfcBuilding global
阅读全文
posted @ 2019-11-04 19:14
西北逍遥
阅读(708)
推荐(0)
摘要:
线程 0x3e20 已退出,返回值为 0 (0x0)。“TeslaManage.exe”(Win32): 已加载“C:\Windows\System32\UIAutomationCore.dll”。无法查找或打开 PDB 文件。0x00007FFF1CC2A839 (KernelBase.dll)处
阅读全文
posted @ 2019-11-04 10:36
西北逍遥
阅读(111)
推荐(0)
摘要:
IFC构件位置数据与revit模型中对应构件位置数据对
阅读全文
posted @ 2019-11-04 09:11
西北逍遥
阅读(641)
推荐(0)
摘要:
在IFC标准中,采用相对坐标系对构件定位。如柱(IfcColumn)的定位信息(局部坐标系及参考坐标系)由ObjectPlacement描述。ObjectPlacement由两部分组成: (1)PlacementRelTo是参考坐标系。柱子的参考坐标系是楼层IfcBuidlingStorey所在的坐
阅读全文
posted @ 2019-11-03 11:00
西北逍遥
阅读(1364)
推荐(0)
posted @ 2019-11-02 21:12
西北逍遥
阅读(315)
推荐(0)
posted @ 2019-11-02 20:53
西北逍遥
阅读(1272)
推荐(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
西北逍遥
阅读(731)
推荐(0)
posted @ 2019-11-01 18:23
西北逍遥
阅读(594)
推荐(0)
摘要:
java 读取CSV数据并写入txt文本
阅读全文
posted @ 2019-11-01 17:48
西北逍遥
阅读(1532)
推荐(0)
posted @ 2019-10-31 17:09
西北逍遥
阅读(3889)
推荐(0)
摘要:
main_ui.tableView_record->horizontalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents); main_ui.tableView_record->setEditTriggers(QAbstract
阅读全文
posted @ 2019-10-30 18:40
西北逍遥
阅读(6706)
推荐(0)
摘要:
基于SqStack 进制计算 参考:https://blog.csdn.net/sunshunli/article/details/78461172
阅读全文
posted @ 2019-10-29 21:17
西北逍遥
阅读(434)
推荐(0)
摘要:
今天运行一个14年基于spring2.5的项目,出现下面错误 Unexpected exception parsing XML document from class path resource ............... Context namespace element 'component
阅读全文
posted @ 2019-10-29 18:28
西北逍遥
阅读(657)
推荐(0)
摘要:
Opencv拉普拉斯算子——图像增强
阅读全文
posted @ 2019-10-28 20:09
西北逍遥
阅读(2151)
推荐(0)
posted @ 2019-10-28 19:46
西北逍遥
阅读(1321)
推荐(0)
posted @ 2019-10-27 20:59
西北逍遥
阅读(1209)
推荐(0)
摘要:
基于ifc数据模型的施工现场模拟
阅读全文
posted @ 2019-10-27 20:56
西北逍遥
阅读(267)
推荐(0)
posted @ 2019-10-26 20:52
西北逍遥
阅读(245)
推荐(0)
摘要:
Qt比较字符串Qstring是否相等
阅读全文
posted @ 2019-10-25 19:17
西北逍遥
阅读(26564)
推荐(0)
摘要:
Qt tableview加载数据
阅读全文
posted @ 2019-10-25 19:14
西北逍遥
阅读(5160)
推荐(0)
摘要:
如果電腦上沒有office,需要判斷,否则,会报错 解决代码如下:
阅读全文
posted @ 2019-10-24 22:19
西北逍遥
阅读(3279)
推荐(0)