随笔分类 -  IFC标准

摘要:D:/qlbz20190802.ifc 0 006bBpRNnEKe6MNkkOF9n9 F1 0.0000 Summary 2019-08-04 23:08:52 2019-08-04 23:08:52 -1 ... 阅读全文
posted @ 2019-08-04 23:18 西北逍遥 阅读(560) 评论(2) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-31 23:09 西北逍遥 阅读(660) 评论(1) 推荐(0)
摘要:IfcAxis2Placement3D定义了三维空间中物体的位置和方向,由三部分组成: The attribute Axis defines the Z direction, RefDirection the X direction. The Y direction is derived. 注:Y轴 阅读全文
posted @ 2019-07-31 11:53 西北逍遥 阅读(1107) 评论(0) 推荐(0)
摘要:关于ifc数据解析与渲染整个探索过程的总结,我从2016年10月份开始接触ifc标准,刚开始探索用java3d解析、渲染ifc数据,当时参考网上的资料,最终实现了在java3d中解析与渲染ifc数据,但java3d在动态模拟方面不是很好实现,就放弃了java3d,转而使用unity3d,使用unit 阅读全文
posted @ 2019-07-30 01:46 西北逍遥 阅读(577) 评论(0) 推荐(1)
摘要:The QTableView class provides a default model/view implementation of a table view. More... Header: #include <QTableView> qmake: QT += widgets Inherits 阅读全文
posted @ 2019-07-29 12:46 西北逍遥 阅读(1569) 评论(0) 推荐(0)
摘要:// IfcRoot // attributes: // shared_ptr<IfcGloballyUniqueId> m_GlobalId; // shared_ptr<IfcOwnerHistory> m_OwnerHistory; //optional // shared_ptr<IfcLa 阅读全文
posted @ 2019-07-29 10:37 西北逍遥 阅读(376) 评论(0) 推荐(0)
摘要:id: 6232 name: "M_矩形-结构柱:400 x 600mm结构柱:371662" class: IfcColumn global id: "2pjGIuBpj3PPch3_QVbyx_" "M_矩形-结构柱:400 x 600mm结构柱:371662" "371662" size: 7 阅读全文
posted @ 2019-07-28 23:48 西北逍遥 阅读(487) 评论(0) 推荐(0)
摘要:Attribute inheritance #AttributeTypeCardinalityDescriptionC IfcRoot 1 GlobalId IfcGloballyUniqueId [1:1] Assignment of a globally unique identifier wi 阅读全文
posted @ 2019-07-28 19:09 西北逍遥 阅读(577) 评论(0) 推荐(0)
摘要:id: 94 name: "项目编号" class: IfcProjectid: 7066 name: "Default" class: IfcSiteid: 104 name: "" class: IfcBuildingid: 119 name: "F1" class: IfcBuildingSt 阅读全文
posted @ 2019-07-28 13:22 西北逍遥 阅读(503) 评论(0) 推荐(0)
摘要:VC3DGraphicsWindowQt::VC3DGraphicsWindowQt(QWidget* parent, Qt::WindowFlags f) { osg::DisplaySettings* ds = osg::DisplaySettings::instance().get(); osg::setNotifyLevel(osg::NotifySeverity::... 阅读全文
posted @ 2019-07-27 23:24 西北逍遥 阅读(615) 评论(0) 推荐(0)
摘要:ViewerWidget* viewerWidget = new ViewerWidget(ifcModel); viewerWidget ->setRootNode(ifcModel->getRootNode()); this->ui.centerDockWidget->setWidget(viewerWidget ); VCIfcTreeWidget* ifcTreeWidget =... 阅读全文
posted @ 2019-07-27 12:28 西北逍遥 阅读(310) 评论(0) 推荐(0)
摘要:ui_ifcproject_20190702.h ifcproject_201907.cpp main.cpp 阅读全文
posted @ 2019-07-27 00:41 西北逍遥 阅读(578) 评论(0) 推荐(0)
摘要:void initGLWidgetAndViewer() { osgViewer::ViewerBase::ThreadingModel threadingModel = osgViewer::ViewerBase::SingleThreaded; IfcSystem* m_system->getRootNode()->setCullingActive( false ); ... 阅读全文
posted @ 2019-07-26 13:12 西北逍遥 阅读(328) 评论(0) 推荐(0)
摘要:项目环境变量配置 include E:\Qt\Qt5.12.2\5.12.2\msvc2017_64\include E:\OpenSourceGraph\OpenSceneGraph_install\include E:\IFC\boost_1_66_0_vs2017_20190416 E:\IF 阅读全文
posted @ 2019-07-23 11:38 西北逍遥 阅读(625) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-22 13:07 西北逍遥 阅读(197) 评论(0) 推荐(0)
摘要://顶点着色器 static const char* vertShader = { "varying vec4 color;\n" "void main(void)\n" "{\n" "color = gl_Vertex;\n" "gl_Position=gl_ModelViewProjectionMatrix*gl_Vertex;\n" "}... 阅读全文
posted @ 2019-07-19 10:46 西北逍遥 阅读(476) 评论(0) 推荐(0)
摘要:IfcWallStandardCase (#1884) -- 基本墙:常规 - 300mm:273847IfcWallStandardCase (#2021) -- 基本墙:常规 - 300mm:273950IfcWallStandardCase (#2100) -- 基本墙:常规 - 300mm: 阅读全文
posted @ 2019-05-06 21:05 西北逍遥 阅读(341) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-07-05 09:25 西北逍遥 阅读(953) 评论(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 西北逍遥 阅读(1067) 评论(5) 推荐(0)