11 2019 档案
摘要:IfcMaterial is a homogeneous or inhomogeneous substance that can be used to form elements (physical products or their components). IfcMaterial is the
阅读全文
摘要:The IfcDirection provides a direction in two or three dimensional space depending on the number of DirectionRatio's provided. The IfcDirection does no
阅读全文
摘要:The IfcAxis2Placement3D provides location and orientations to place items in a three-dimensional space. The attribute Axis defines the Z direction, Re
阅读全文
摘要:/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OS
阅读全文
摘要:不规则形状的Ifc构件顶点坐标获取 今天有人问我,ifc构件的顶点坐标怎么获取,自己前年的时候写过类似的程序,但有点记不清了,最近一直用C++解析ifc,慎重起见,还是重新再写一次,java版本的获取方式如下,有空了再尝试一下C#版本的怎么写。 IfcWallStandardCase0.0 0.0
阅读全文
摘要:BIM模型中有很多不规则的构件,在IFC中这些不规则的构件一般用顶点的形式表示,顶点坐标提取路径: IfcObject->IfcProductDefinitionShape->IfcShapeRepresentation->Item属性->IfcExtrudedAreaSolid->IfcArbit
阅读全文
摘要:void anasysData(QByteArray baRevDataParam) { int Datalen = sizeof(stuDevData); int Revlen = baRevDataParam.size(); int num = 0; int remainder = Revlen%Datalen;//求余 if (remainder != 0) { qDebug() << QS
阅读全文
摘要:ass_s_ccp_ft:-108;ass_s_ccp_all:-108;ass_tag_ft:-105;ass_tag_all:-105;rept_port:9000;Q_value:0.005;R_value:0.01;fiter_do_track:1;print:1;Z_init:1.7;Z_
阅读全文
摘要:NetClient.h NetClient.cpp
阅读全文
摘要:Qt QtXml读取xml文件内容 xml文件内容 输出 "Anchor" : "1" "50" "1789" "0""Anchor" : "2" "2970" "1840" "0""Anchor" : "3" "2940" "70" "0""Anchor" : "4&
阅读全文
摘要:QHBoxLayout *horizontalLayout_6 = new QHBoxLayout(main_ui.tab_5); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setContentsMargins(11, 11, 11, 11); horizontalLayout_6->setObjectName(QString::
阅读全文
摘要:C:\Windows\System32>ipconfig Windows IP 配置 无线局域网适配器 本地连接* 10: 媒体状态 . . . . . . . . . . . . : 媒体已断开连接 连接特定的 DNS 后缀 . . . . . . . : 无线局域网适配器 本地连接* 11: 媒
阅读全文
摘要:传统工程数据往往零散且片段的储存在各个不同的地方,数据格式也有各种不同的形式互相搭配,最常见的有图形(施工图、大样图、断面图、流程图等)、文字(各种说明文件)、数字(各种统计、数量或价格数据),这些数据都随着工程进行而不断增加,而数据之间的关联性也随之更加复杂。 BIM的概念即是一个大型数据库,储存
阅读全文
摘要:Qt QJson解析json数据 //加载根目录文件
阅读全文
摘要:十一月 16, 2019 11:49:47 上午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [com.vfsd.net.GetImgFromHTML] in contex
阅读全文
摘要:QNetworkAccessManager *manager = new QNetworkAccessManager(this);; QNetworkRequest network_request; QByteArray post_data; network_request.setUrl(QUrl("http://109.26.149.57:8080/tsinghuaVC/init/selectA
阅读全文
摘要:java获取ubuntu某个目录下的所有文件信息 [{"filePAth":"/home/luo/Figure_1-15.png","fileSize":626246,"lastModify":1551423371000,"fileName":"Figure_1-15.png","fileType"
阅读全文
摘要:user1@user1-ThinkPad-W540:~$ user1@user1-ThinkPad-W540:~$ sudo mkdir /opt/maven[sudo] password for user1: user1@user1-ThinkPad-W540:~$ user1@user1-Thi
阅读全文
摘要:“TeslaManage.exe”(Win32): 已加载“F:\TeslaManageProject\TeslaManage\x64\Debug\TeslaManage.exe”。已加载符号。“TeslaManage.exe”(Win32): 已加载“C:\Windows\System32\ntd
阅读全文
摘要:今天偶尔翻出了很久以前写的java3d程序,很怀念曾经探索java3d解析、渲染ifc数据的日子
阅读全文
摘要: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...
阅读全文
摘要:基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn
阅读全文
摘要:ifc中的IfcWallStandardCase构件
阅读全文
摘要:wall_node = (osg::Node*)(index_node->clone(osg::CopyOp::DEEP_COPY_ALL));vc_mobileCrane->tranMoveIndex->addChild(wall_node);
阅读全文
摘要:osg::Node节点移动的时候,可以使用osg::Matrix::translate 来完成 osg::Matrix::translate中的参数是 当前位置到目标位置需要改变的值,所以,传递参数的时候需要传入目标节点位置减去当前位置的差值。 ifc node节点移动
阅读全文
摘要:root_group->addChild(node22); osg::Vec3f vec3f1 = node22->getBound().center(); osg::NodePathList nodePAthList1 = node22->getParentalNodePaths(); osg::
阅读全文
摘要:深度拷贝 node.clone(osg::CopyOp::DEEP_COPY_ALL) osg::ref_ptr<osg::Node> deepnode = (osg::Node *)(node->clone(osg::CopyOp::DEEP_COPY_ALL));
阅读全文
摘要:获取IFC构件的位置数据、方向数据 id: 94 name: "项目编号" class: IfcProject global id: "2ZD1jkdm1DZfnCPYiAaT8B" "项目编号" final.. id: 104 name: "" class: IfcBuilding global
阅读全文
摘要:线程 0x3e20 已退出,返回值为 0 (0x0)。“TeslaManage.exe”(Win32): 已加载“C:\Windows\System32\UIAutomationCore.dll”。无法查找或打开 PDB 文件。0x00007FFF1CC2A839 (KernelBase.dll)处
阅读全文
摘要:IFC构件位置数据与revit模型中对应构件位置数据对
阅读全文
摘要:在IFC标准中,采用相对坐标系对构件定位。如柱(IfcColumn)的定位信息(局部坐标系及参考坐标系)由ObjectPlacement描述。ObjectPlacement由两部分组成: (1)PlacementRelTo是参考坐标系。柱子的参考坐标系是楼层IfcBuidlingStorey所在的坐
阅读全文
摘要:直接使用osg渲染ifc数据,提高渲染速度。 #include "teslamanage.h" #include <QtWidgets/QApplication> #include <QtGui/QIcon> #include <osgViewer/Viewer> osg::ref_ptr<osg:
阅读全文
摘要:java 读取CSV数据并写入txt文本
阅读全文