随笔分类 -  IFC标准

摘要:IfcRoot is the most abstract and root class for all entity definitions that roots in the kernel or in subsequent layers of the IFC specification. It i 阅读全文
posted @ 2019-12-01 19:31 西北逍遥 阅读(320) 评论(0) 推荐(0)
摘要:IfcMaterial is a homogeneous or inhomogeneous substance that can be used to form elements (physical products or their components). IfcMaterial is the 阅读全文
posted @ 2019-11-30 18:41 西北逍遥 阅读(515) 评论(0) 推荐(0)
摘要:The IfcDirection provides a direction in two or three dimensional space depending on the number of DirectionRatio's provided. The IfcDirection does no 阅读全文
posted @ 2019-11-29 19:10 西北逍遥 阅读(514) 评论(0) 推荐(0)
摘要:The IfcAxis2Placement3D provides location and orientations to place items in a three-dimensional space. The attribute Axis defines the Z direction, Re 阅读全文
posted @ 2019-11-28 18:51 西北逍遥 阅读(428) 评论(0) 推荐(0)
摘要:IfcBeam属性和结构 阅读全文
posted @ 2019-11-27 19:04 西北逍遥 阅读(620) 评论(0) 推荐(0)
摘要:不规则形状的Ifc构件顶点坐标获取 今天有人问我,ifc构件的顶点坐标怎么获取,自己前年的时候写过类似的程序,但有点记不清了,最近一直用C++解析ifc,慎重起见,还是重新再写一次,java版本的获取方式如下,有空了再尝试一下C#版本的怎么写。 IfcWallStandardCase0.0 0.0 阅读全文
posted @ 2019-11-26 18:44 西北逍遥 阅读(940) 评论(0) 推荐(0)
摘要:BIM模型中有很多不规则的构件,在IFC中这些不规则的构件一般用顶点的形式表示,顶点坐标提取路径: IfcObject->IfcProductDefinitionShape->IfcShapeRepresentation->Item属性->IfcExtrudedAreaSolid->IfcArbit 阅读全文
posted @ 2019-11-26 15:30 西北逍遥 阅读(753) 评论(0) 推荐(0)
摘要:传统工程数据往往零散且片段的储存在各个不同的地方,数据格式也有各种不同的形式互相搭配,最常见的有图形(施工图、大样图、断面图、流程图等)、文字(各种说明文件)、数字(各种统计、数量或价格数据),这些数据都随着工程进行而不断增加,而数据之间的关联性也随之更加复杂。 BIM的概念即是一个大型数据库,储存 阅读全文
posted @ 2019-11-17 19:06 西北逍遥 阅读(2836) 评论(0) 推荐(0)
摘要:今天偶尔翻出了很久以前写的java3d程序,很怀念曾经探索java3d解析、渲染ifc数据的日子 阅读全文
posted @ 2019-11-10 17:13 西北逍遥 阅读(3745) 评论(0) 推荐(0)
摘要:基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn 阅读全文
posted @ 2019-11-09 19:17 西北逍遥 阅读(473) 评论(1) 推荐(0)
摘要:ifc中的IfcWallStandardCase构件 阅读全文
posted @ 2019-11-08 18:46 西北逍遥 阅读(363) 评论(0) 推荐(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 西北逍遥 阅读(223) 评论(0) 推荐(0)
摘要:osg::Node节点移动的时候,可以使用osg::Matrix::translate 来完成 osg::Matrix::translate中的参数是 当前位置到目标位置需要改变的值,所以,传递参数的时候需要传入目标节点位置减去当前位置的差值。 ifc node节点移动 阅读全文
posted @ 2019-11-07 15:57 西北逍遥 阅读(920) 评论(0) 推荐(0)
摘要:获取IFC构件的位置数据、方向数据 id: 94 name: "项目编号" class: IfcProject global id: "2ZD1jkdm1DZfnCPYiAaT8B" "项目编号" final.. id: 104 name: "" class: IfcBuilding global 阅读全文
posted @ 2019-11-04 19:14 西北逍遥 阅读(706) 评论(0) 推荐(0)
摘要:IFC构件位置数据与revit模型中对应构件位置数据对 阅读全文
posted @ 2019-11-04 09:11 西北逍遥 阅读(638) 评论(3) 推荐(0)
摘要:在IFC标准中,采用相对坐标系对构件定位。如柱(IfcColumn)的定位信息(局部坐标系及参考坐标系)由ObjectPlacement描述。ObjectPlacement由两部分组成: (1)PlacementRelTo是参考坐标系。柱子的参考坐标系是楼层IfcBuidlingStorey所在的坐 阅读全文
posted @ 2019-11-03 11:00 西北逍遥 阅读(1358) 评论(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 西北逍遥 阅读(726) 评论(1) 推荐(0)
摘要:Tekla导出IFC 阅读全文
posted @ 2019-10-31 17:09 西北逍遥 阅读(3879) 评论(0) 推荐(0)
摘要:线程 0x2278 已退出,返回值为 0 (0x0)。 IfcTreeWidget==slotObjectsSelected1IfcObjectAttributeExtraction id: 3469 name: "楼板:常规 140 - 20+120:367023" class: IfcSlab 阅读全文
posted @ 2019-08-07 16:53 西北逍遥 阅读(506) 评论(0) 推荐(0)
摘要:控制ifc构件的隐藏与显示、着色 阅读全文
posted @ 2019-08-05 11:07 西北逍遥 阅读(609) 评论(0) 推荐(0)