随笔分类 -  ifc

摘要:IfcColumn is a vertical structural member which often is aligned with a structural grid intersection. It represents a vertical, or nearly vertical, st 阅读全文
posted @ 2019-12-04 16:07 西北逍遥 阅读(425) 评论(0) 推荐(0)
摘要:Industry Foundation Classes IFC代表建筑信息建模BIM数据的开放规范,在建筑施工或设施管理项目的各个参与者之间交换和共享。IFC是国际openBIM标准。 IFC规范由数据模式(表示为EXPRESS模式规范和XML模式规范)和引用数据(表示为属性和数量定义的XML定义) 阅读全文
posted @ 2019-12-03 21:49 西北逍遥 阅读(1312) 评论(0) 推荐(0)
摘要:The IFC JAVA Toolbox can read IFC STEP files and IFCZIP files from any data source that implementsjava.io.InputStream (e.g. a local file from the file 阅读全文
posted @ 2019-12-02 15:26 西北逍遥 阅读(1445) 评论(0) 推荐(0)
摘要: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 西北逍遥 阅读(321) 评论(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 西北逍遥 阅读(941) 评论(0) 推荐(0)
摘要:BIM模型中有很多不规则的构件,在IFC中这些不规则的构件一般用顶点的形式表示,顶点坐标提取路径: IfcObject->IfcProductDefinitionShape->IfcShapeRepresentation->Item属性->IfcExtrudedAreaSolid->IfcArbit 阅读全文
posted @ 2019-11-26 15:30 西北逍遥 阅读(754) 评论(0) 推荐(0)
摘要:今天偶尔翻出了很久以前写的java3d程序,很怀念曾经探索java3d解析、渲染ifc数据的日子 阅读全文
posted @ 2019-11-10 17:13 西北逍遥 阅读(3746) 评论(0) 推荐(0)
摘要:基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn 阅读全文
posted @ 2019-11-09 19:17 西北逍遥 阅读(475) 评论(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 西北逍遥 阅读(707) 评论(0) 推荐(0)
摘要:IFC构件位置数据与revit模型中对应构件位置数据对 阅读全文
posted @ 2019-11-04 09:11 西北逍遥 阅读(639) 评论(3) 推荐(0)
摘要:在IFC标准中,采用相对坐标系对构件定位。如柱(IfcColumn)的定位信息(局部坐标系及参考坐标系)由ObjectPlacement描述。ObjectPlacement由两部分组成: (1)PlacementRelTo是参考坐标系。柱子的参考坐标系是楼层IfcBuidlingStorey所在的坐 阅读全文
posted @ 2019-11-03 11:00 西北逍遥 阅读(1359) 评论(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 西北逍遥 阅读(727) 评论(1) 推荐(0)
摘要:Tekla导出IFC 阅读全文
posted @ 2019-10-31 17:09 西北逍遥 阅读(3881) 评论(0) 推荐(0)