09 2021 档案

摘要:Pset_PlateCommon IfcPlate所有引用的定义的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichar 阅读全文
posted @ 2021-09-30 22:57 西北逍遥 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Pset_RampCommon 所有IfcRamp引用的定义的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleicharti 阅读全文
posted @ 2021-09-30 19:24 西北逍遥 阅读(34) 评论(0) 推荐(0) 编辑
摘要:osg鼠标缩放 bool handle(const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) { // 得到x的初始屏幕坐标 float mouseX = ea.getX(); // 得到y的初始屏幕坐标 float mouse 阅读全文
posted @ 2021-09-29 11:33 西北逍遥 阅读(447) 评论(0) 推荐(0) 编辑
摘要:osg鼠标滚轮类型 enum ScrollingMotion { SCROLL_NONE, SCROLL_LEFT, SCROLL_RIGHT, SCROLL_UP, SCROLL_DOWN, SCROLL_2D }; ########################### 阅读全文
posted @ 2021-09-29 10:23 西北逍遥 阅读(246) 评论(0) 推荐(0) 编辑
摘要:osg::AnimationPath enum LoopMode { SWING, LOOP, NO_LOOPING }; ################################# 阅读全文
posted @ 2021-09-28 16:52 西北逍遥 阅读(70) 评论(0) 推荐(0) 编辑
摘要:osg键盘编码 enum KeySymbol { KEY_Space = 0x20, KEY_0 = '0', KEY_1 = '1', KEY_2 = '2', KEY_3 = '3', KEY_4 = '4', KEY_5 = '5', KEY_6 = '6', KEY_7 = '7', KEY 阅读全文
posted @ 2021-09-28 08:49 西北逍遥 阅读(179) 评论(0) 推荐(0) 编辑
摘要:osg控制相机移动 viewer->getCameraManipulator()->setHomePosition(_homeEye,_homeCenter,_homeUp); osg::Vec3d _homeEye; osg::Vec3d _homeCenter; osg::Vec3d _home 阅读全文
posted @ 2021-09-27 20:09 西北逍遥 阅读(658) 评论(0) 推荐(0) 编辑
摘要:osg绘制胶囊体 #include <iostream> #include <osgViewer/Viewer> #include <osg/Node> //#include <osgDB/ReadFile> //#include <osgDB/WriteFile> #include <osgUti 阅读全文
posted @ 2021-09-27 08:11 西北逍遥 阅读(107) 评论(0) 推荐(0) 编辑
摘要:Pset_RampFlightCommon 属性,该属性是所有IFT事件定义的公用属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gl 阅读全文
posted @ 2021-09-26 15:30 西北逍遥 阅读(36) 评论(0) 推荐(0) 编辑
摘要:osg抓图、截图、保存图片 #include <osgViewer/Viewer> #include <osgViewer/ViewerBase> #include <osgViewer/GraphicsWindow> #include <osg/Node> #include <osg/Geode> 阅读全文
posted @ 2021-09-25 16:35 西北逍遥 阅读(302) 评论(0) 推荐(0) 编辑
摘要:osg截取场景图片 #include <osgViewer/Viewer> #include <osgViewer/ViewerBase> #include <osgViewer/GraphicsWindow> #include <osg/Node> #include <osg/Geode> #in 阅读全文
posted @ 2021-09-25 12:03 西北逍遥 阅读(507) 评论(0) 推荐(0) 编辑
摘要:osg实现三视图 #include <osg/Geode> #include <osg/Geometry> #include <osg/LineWidth> #include <osgViewer/Viewer> #include <osgViewer/CompositeViewer> #inclu 阅读全文
posted @ 2021-09-24 16:21 西北逍遥 阅读(531) 评论(0) 推荐(0) 编辑
摘要:桁架系统模拟 //键盘控制 void ControllerObjectByKeyBoard() { if (Input.GetKey(KeyCode.LeftShift) && Input.GetKey(KeyCode.W)) { // 获取Player变量指定的对象的三围坐标 Vector3 ar 阅读全文
posted @ 2021-09-23 17:46 西北逍遥 阅读(108) 评论(0) 推荐(0) 编辑
摘要:Pset_RoofCommon IfcRoof的所有引用的定义的公共属性。注:IFC 2x3中添加了ProjectedArea和TotalArea的属性 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Be 阅读全文
posted @ 2021-09-22 19:13 西北逍遥 阅读(39) 评论(0) 推荐(0) 编辑
摘要:Pset_ShadingDeviceCommon 与表示着色设备的元素关联的着色设备属性 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bemusterungstyp Bemusterungstyp, wird als Att 阅读全文
posted @ 2021-09-21 13:11 西北逍遥 阅读(46) 评论(0) 推荐(0) 编辑
摘要:Pset_SlabCommon IfcSlab所有引用的定义的公共属性。注:IFC 2x3中添加了俯仰角的属性 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusamme 阅读全文
posted @ 2021-09-20 18:59 西北逍遥 阅读(42) 评论(0) 推荐(0) 编辑
摘要:http://www.gscloud.cn/home https://www.usgs.gov/ http://www.csdb.cn/ http://satellite.nsmc.org.cn/PortalSite/Default.aspx https://www.openstreetmap.or 阅读全文
posted @ 2021-09-19 20:07 西北逍遥 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Pset_StairCommon 所有IfcStair实例的定义中通用的属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleicha 阅读全文
posted @ 2021-09-19 17:51 西北逍遥 阅读(53) 评论(0) 推荐(0) 编辑
摘要:Pset_StairFlightCommon 所有IfcStairFlight实例的定义中通用的属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfas 阅读全文
posted @ 2021-09-18 18:02 西北逍遥 阅读(83) 评论(0) 推荐(0) 编辑
摘要:1、自动计算施工时间 2、自动生成进度计划 3、动态模拟进度计划 解析ifc,基于ifc的施工进度规划、基于ifc的施工模拟、基于BIM ifc的机械臂模拟....... 从19年8月份以后,就再也没开发这个程序了,这两天论文需要,又打开该项目,增加了一些功能,很开心,感谢之前写好的架构,这次开发很 阅读全文
posted @ 2021-09-17 19:48 西北逍遥 阅读(107) 评论(0) 推荐(0) 编辑
摘要:QDateTime 增加时间 QDateTime finalDate1 = QDateTime::fromString("2021-09-17 00:11:00", "yyyy-MM-dd HH:mm:ss"); QDateTime endTime = finalDate1.addMSecs(120 阅读全文
posted @ 2021-09-17 14:31 西北逍遥 阅读(1257) 评论(0) 推荐(0) 编辑
摘要:Pset_WallCommon 所有IfcWall和IfcWallStandardCase实例的定义中通用的属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusam 阅读全文
posted @ 2021-09-16 16:52 西北逍遥 阅读(70) 评论(0) 推荐(0) 编辑
摘要:双击 osgeo4w-setup-x86_64-v1.exe ,安装完以后 安装目录结构如下: 包含目录 E:\Qt\QGis\OSGeo4W_install5\include E:\Qt\QGis\OSGeo4W_install5\apps\qgis-dev\include E:\Qt\Qt5.9 阅读全文
posted @ 2021-09-15 13:44 西北逍遥 阅读(132) 评论(0) 推荐(0) 编辑
摘要:vs2015 QGis开发环境配置 环境变量: E:\Qt\QGis\OSGeo4W_install\bin E:\Qt\QGis\OSGeo4W_install\apps\qgis\bin E:\Qt\QGis\OSGeo4W_install\apps\qgis-ltr\bin E:\Qt\QGi 阅读全文
posted @ 2021-09-14 21:15 西北逍遥 阅读(358) 评论(0) 推荐(0) 编辑
摘要:QGis 地图类别 链接OSM http://a.tile.openstreetmap.org/{z}/{x}/{y}.png天地图 http://t0.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAY 阅读全文
posted @ 2021-09-14 17:07 西北逍遥 阅读(213) 评论(0) 推荐(0) 编辑
摘要:Pset_WindowCommon 所有窗实例的定义中通用的属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartiger 阅读全文
posted @ 2021-09-14 09:42 西北逍遥 阅读(58) 评论(0) 推荐(0) 编辑
摘要:v开头的行是顶点数据, v的行表示是顶点数据之空间坐标(position), vt的行表示是顶点数据之纹理坐标(texture coordinate), vn的行表示是顶点数据之法线向量(normal)。 顶点数据(Vertex data):v 几何体顶点(Geometric vertices)vt 阅读全文
posted @ 2021-09-13 21:47 西北逍遥 阅读(270) 评论(0) 推荐(0) 编辑
摘要:Qto_BeamBaseQuantities 定义所有梁引用时通用的基准数量。 NameTypeDescription Length Q_LENGTH Länge Physikalische Länge des Balkens ohne Berücksichtigung von Abschrägun 阅读全文
posted @ 2021-09-13 08:03 西北逍遥 阅读(44) 评论(0) 推荐(0) 编辑
摘要:塔吊模拟 //滑车 box_slider = new osg::Box( osg::Vec3(center_x + tower_width*(14.0f), center_y, index_z - tower_height*1.4f + column_width*4.0f), tower_width 阅读全文
posted @ 2021-09-12 19:47 西北逍遥 阅读(86) 评论(0) 推荐(0) 编辑
摘要:Qto_ChimneyBaseQuantities 所有烟囱引用的定义通用的基准数量。 NameTypeDescription Length Q_LENGTH Länge Gesamtlänge des Schornsteins ohne Berücksichtigung von Abschrägu 阅读全文
posted @ 2021-09-11 19:41 西北逍遥 阅读(26) 评论(0) 推荐(0) 编辑
摘要:使用自己的三维建模软件绘制塔吊 if (towerPanelObj==nullptr) { towerPanelObj = new TowerPanel(); towerPanelObj->setWindowTitle(u8"塔吊参数"); QIcon iconApp; iconApp.addFil 阅读全文
posted @ 2021-09-10 12:57 西北逍遥 阅读(712) 评论(0) 推荐(0) 编辑
摘要:Qt QSplitter布局 #include <QSplitter> QVBoxLayout *verticalLayoutMain; QSplitter *splitterMain = nullptr; QSplitter *splitterLeft = nullptr; QSplitter * 阅读全文
posted @ 2021-09-09 16:31 西北逍遥 阅读(199) 评论(0) 推荐(0) 编辑
摘要:maya图片文件加载过程学习 // // Copyright 2017 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // 阅读全文
posted @ 2021-09-09 12:28 西北逍遥 阅读(49) 评论(0) 推荐(0) 编辑
摘要:Qto_ColumnBaseQuantities 所有列引用的定义通用的基准数量。 NameTypeDescription Length Q_LENGTH Länge Physikalische Länge der Stütze ohne Berücksichtigung von Abschrägu 阅读全文
posted @ 2021-09-08 18:54 西北逍遥 阅读(49) 评论(0) 推荐(0) 编辑
摘要:自己开发一款能够绘制简单三维模型的软件 ####################### 阅读全文
posted @ 2021-09-07 21:27 西北逍遥 阅读(312) 评论(0) 推荐(0) 编辑
摘要:Error: Failed to connect database.Driver not loaded Driver not loaded Qt打包好的程序报错:Error: Failed to connect database.Driver not loaded Driver not loaded 阅读全文
posted @ 2021-09-07 13:04 西北逍遥 阅读(616) 评论(0) 推荐(0) 编辑
摘要:QTableWidget清空并删除所有行 while (tableWidget->rowCount()>0) { tableWidget->removeRow(0); } ##################################### 阅读全文
posted @ 2021-09-06 16:43 西北逍遥 阅读(1569) 评论(0) 推荐(0) 编辑
摘要:SQLite - 判断表是否存在 SELECT count(*) FROM sqlite_master WHERE type="table" AND name = "表名"; 查询的结果 qlite> sqlite> SELECT count(*) FROM sqlite_master WHERE 阅读全文
posted @ 2021-09-05 20:39 西北逍遥 阅读(4373) 评论(0) 推荐(0) 编辑
摘要:很久没用过了,今天又用了 QSplitter *splitterMain; QTextEdit *textleft; QSplitter *splitterRight; QTextEdit *textUp; QTextEdit *textBottom; QVBoxLayout *vLayout=ne 阅读全文
posted @ 2021-09-04 17:45 西北逍遥 阅读(59) 评论(0) 推荐(0) 编辑
摘要:Qto_CoveringBaseQuantities 用于定义应用于空间的所有覆盖物引用的基本数量。 NameTypeDescription Width Q_LENGTH Dicke Dicke der Bekleidung, der Wert wird nur angegeben, wenn er 阅读全文
posted @ 2021-09-04 15:00 西北逍遥 阅读(53) 评论(0) 推荐(0) 编辑
摘要:osg旋转 osg::Matrix matrix_xy_2 = osg::Matrix::translate(-axisPos_xy_2) * osg::Matrix::rotate(quat_xy_2) * osg::Matrix::translate(axisPos_xy_2); ####### 阅读全文
posted @ 2021-09-03 16:00 西北逍遥 阅读(248) 评论(0) 推荐(0) 编辑
摘要:Qto_CurtainWallQuantities 幕墙所有引用的定义共用的基准数量。 NameTypeDescription Length Q_LENGTH Länge Gesamtlänge der Vorhangfassade gemessen entlang der Mittellinie 阅读全文
posted @ 2021-09-03 13:19 西北逍遥 阅读(38) 评论(0) 推荐(0) 编辑
摘要:看了半天,没看明白是怎么实现的! ReaderWriter::ReadResult readNode(const std::string& fileName,const Options* options, bool buildKdTreeIfRequired=true) { ReaderWriter 阅读全文
posted @ 2021-09-02 21:00 西北逍遥 阅读(68) 评论(0) 推荐(0) 编辑
摘要:方块 # This file uses centimeters as units for non-parametric coordinates. mtllib 2021090201.mtl g default v -3400.000000 -3400.000000 3400.000000 v 340 阅读全文
posted @ 2021-09-02 17:27 西北逍遥 阅读(101) 评论(0) 推荐(0) 编辑
摘要:Qto_DoorBaseQuantities 所有门引用的定义通用的基准数量。 NameTypeDescription Width Q_LENGTH Breite Gesamte Breite des Türrahmens. Wird nur für rechteckige Türen angege 阅读全文
posted @ 2021-09-01 11:01 西北逍遥 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示