Journal of Graphics ›› 2023, Vol. 44 ›› Issue (2): 357-367.DOI: 10.11996/JG.j.2095-302X.2023020357
• BIM/CIM • Previous Articles Next Articles
HE Qing1,2(), JING Chuan-yu1,2, GAO Tian-ci1,2, WANG Ping1,2(
)
Received:
2022-09-14
Accepted:
2022-11-13
Online:
2023-04-30
Published:
2023-05-01
Contact:
WANG Ping (1969-), professor, Ph.D. His main research interests cover design theory, method and evaluation technology of high speed railway turnout, track irregularity and dynamics. E-mail:About author:
HE Qing (1982-), professor, Ph.D. His main research interests cover highway/railway intelligent route selection and BIM, traffic big data, analysis and management of track irregularity, rail damage detection and analysis research. E-mail:qhe@swjtu.edu.cn
Supported by:
CLC Number:
HE Qing, JING Chuan-yu, GAO Tian-ci, WANG Ping. Research on BIM model of railway track structure based on IFC standard extension[J]. Journal of Graphics, 2023, 44(2): 357-367.
Add to citation manager EndNote|Ris|BibTeX
URL: http://www.txxb.com.cn/EN/10.11996/JG.j.2095-302X.2023020357
父类零件 | 子类零件 | IFC实体 |
---|---|---|
钢轨接头 (IfcTrackRail Joint) | 夹板 | IfcSplint |
轨端绝缘垫片 | IfcRailEndInsulationGasket | |
夹板绝缘垫片 | IfcSplintInsulationGasket | |
钢轨加强设备 (IfcTrack Strengthening Equipment) | 紧固件 | IfcFanstener |
防爬器 | IfcAntiCreeper | |
防爬支撑 | IfcAntiClimbingSupport | |
轨距杆 | IfcTrackBar | |
轨枕间密封条 | IfcSleeperSeal | |
伸缩缝 | IfcExpansionJoint | |
钢轨附属设备 (IfcTrack Accessory Equipment) | 一体化抬轨器 | IfcIntegratedRailLifter |
钢轨伸缩调节器 | IfcRailExpansionAdjuster | |
钢弹簧减震器 | IfcSpringVibrationIsolator | |
减振垫 | IfcBumperBeam | |
吸音板 | IfcAbatvoix | |
涂油器 | IfcOil | |
过渡轨 | IfcTransitionTrack | |
护轮轨 | IfcGuardRail | |
挡砟块 | IfcBallastBlock |
Table 1 Track arts extension table
父类零件 | 子类零件 | IFC实体 |
---|---|---|
钢轨接头 (IfcTrackRail Joint) | 夹板 | IfcSplint |
轨端绝缘垫片 | IfcRailEndInsulationGasket | |
夹板绝缘垫片 | IfcSplintInsulationGasket | |
钢轨加强设备 (IfcTrack Strengthening Equipment) | 紧固件 | IfcFanstener |
防爬器 | IfcAntiCreeper | |
防爬支撑 | IfcAntiClimbingSupport | |
轨距杆 | IfcTrackBar | |
轨枕间密封条 | IfcSleeperSeal | |
伸缩缝 | IfcExpansionJoint | |
钢轨附属设备 (IfcTrack Accessory Equipment) | 一体化抬轨器 | IfcIntegratedRailLifter |
钢轨伸缩调节器 | IfcRailExpansionAdjuster | |
钢弹簧减震器 | IfcSpringVibrationIsolator | |
减振垫 | IfcBumperBeam | |
吸音板 | IfcAbatvoix | |
涂油器 | IfcOil | |
过渡轨 | IfcTransitionTrack | |
护轮轨 | IfcGuardRail | |
挡砟块 | IfcBallastBlock |
名称 | IfcTrackSleeperType |
---|---|
类型 | TYPE IfcTrackSleeperTypeEnum = ENUMERATION OF ( CONCRETESLEEPER, 混凝土枕 WOODENSLEEPER, 木枕 STEELSLEEPER, 钢枕 BROADSLEEPER, 宽枕 ELASTICSLEEPER, 弹性轨枕 USERDEFINED, 用户自定义 NOTDEFINED); 未定义 |
结束 | END_TYPE |
Table 2 Sleeper type EXPRESS expression
名称 | IfcTrackSleeperType |
---|---|
类型 | TYPE IfcTrackSleeperTypeEnum = ENUMERATION OF ( CONCRETESLEEPER, 混凝土枕 WOODENSLEEPER, 木枕 STEELSLEEPER, 钢枕 BROADSLEEPER, 宽枕 ELASTICSLEEPER, 弹性轨枕 USERDEFINED, 用户自定义 NOTDEFINED); 未定义 |
结束 | END_TYPE |
名称 | IfcTrackSleeper |
---|---|
开始 | ENTITY IfcTrackSleeper |
属性 | SUBTYPE OF (IfcTrackElement); PredefinedType OPTIONAL IfcTrackSleeperTypeEnum |
约束 | WHERE CorrectPredefinedType : NOT(EXISTS(PredefinedType))OR (PredefinedType < > IfcTrackSleeperTypeEnum USERDEFINED)OR((PredefinedType = IfcTrackSleeper TypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject .ObjectType));CorrectTypeAssigned : (SIZEOF(IsTypedBy) =0)OR('IFCRAILDOMAIN.IfcTrackSleeperType' INTYPEOF (SELF\IfcObject.IsTypedBy[1].RelatingType)) |
结束 | END_ENTITY |
Table 3 Sleeper entity EXPRESS expression
名称 | IfcTrackSleeper |
---|---|
开始 | ENTITY IfcTrackSleeper |
属性 | SUBTYPE OF (IfcTrackElement); PredefinedType OPTIONAL IfcTrackSleeperTypeEnum |
约束 | WHERE CorrectPredefinedType : NOT(EXISTS(PredefinedType))OR (PredefinedType < > IfcTrackSleeperTypeEnum USERDEFINED)OR((PredefinedType = IfcTrackSleeper TypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject .ObjectType));CorrectTypeAssigned : (SIZEOF(IsTypedBy) =0)OR('IFCRAILDOMAIN.IfcTrackSleeperType' INTYPEOF (SELF\IfcObject.IsTypedBy[1].RelatingType)) |
结束 | END_ENTITY |
名称 | IfcRelBucklingConnectsElement |
---|---|
开始 | ENTITY IfcRelBucklingConnectsElement |
属性 | SUBTYPE OF (IfcRelConnects); RelatingElement : IfcElement;RelatedElements : SET [1:?] OF IfcElement |
结束 | END_ENTITY |
Table 4 EXPRESS expression of buckle pressure connection entity
名称 | IfcRelBucklingConnectsElement |
---|---|
开始 | ENTITY IfcRelBucklingConnectsElement |
属性 | SUBTYPE OF (IfcRelConnects); RelatingElement : IfcElement;RelatedElements : SET [1:?] OF IfcElement |
结束 | END_ENTITY |
名称 | 属性类型 | 数据类型 | 说明 | 实例(轨枕) |
---|---|---|---|---|
UniqueCoding | IfcPropertySingleValue | IfcLable | 唯一编码 | - |
Name | IfcPropertySingleValue | IfcLable | 构件名称 | 轨枕 |
IFD | IfcPropertySingleValue | IfcLable | 轨道构件的IFD构件编码 | 53-10 33 00 |
EBS | IfcPropertySingleValue | IfcLable | 轨道构件的EBS编码 | N02 |
TechnicalStandard | IfcPropertySingleValue | IfcLable | 轨道构件的技术标准与技术条件索引 | 《铁路轨道设计规范》 |
IsBasicComponent | IfcPropertySingleValue | IfcBoolean | 是否基本构件(非嵌套的构件) | 否 |
Material | IfcPropertySingleValue | IfcLable | 轨道构件的材质信息,针对基本构 件的属性,嵌套构件该属性为空 | 混凝土 |
Density | IfcPropertySingleValue | IfcMassDensityMeasure | 轨道构件的密度信息,针对基本构件 的属性,嵌套构件该属性为空 | 2 420 kg/m3 |
Intensity | IfcPropertySingleValue | IfcPressureMeasure | 轨道构件的强度信息(基本构件) | 48 MPa |
ElasticModulus | IfcPropertySingleValue | IfcPressureMeasure | 轨道构件材料的弹性模量 | 35 300 MPa |
PoissonRatio | IfcPropertySingleValue | IfcLable | 轨道构件材料的泊松比 | 0.16 |
Volume | IfcPropertySingleValue | IfcVolumeMeasure | 轨道构件的体积 | 41 cm3 |
Designer | IfcPropertySingleValue | IfcLable | 轨道构件的设计人员 | SWJTU |
Supplier | IfcPropertySingleValue | IfcLable | 轨道构件的供货商名称 | SWJTU |
ProductionDate | IfcPropertySingleValue | IfcLable | 轨道构件的生产日期 | 20220801 |
InstallationData | IfcPropertySingleValue | IfcLable | 轨道构件的安装日期 | 20220801 |
Installer | IfcPropertySingleValue | IfcLable | 轨道构件的安装者 | SWJTU |
Description | IfcPropertySingleValue | IfcLable | 轨道构件的相关描述 | CRTSⅠ型双块式轨枕 |
Table 5 Identity information attribute set of track engineering component
名称 | 属性类型 | 数据类型 | 说明 | 实例(轨枕) |
---|---|---|---|---|
UniqueCoding | IfcPropertySingleValue | IfcLable | 唯一编码 | - |
Name | IfcPropertySingleValue | IfcLable | 构件名称 | 轨枕 |
IFD | IfcPropertySingleValue | IfcLable | 轨道构件的IFD构件编码 | 53-10 33 00 |
EBS | IfcPropertySingleValue | IfcLable | 轨道构件的EBS编码 | N02 |
TechnicalStandard | IfcPropertySingleValue | IfcLable | 轨道构件的技术标准与技术条件索引 | 《铁路轨道设计规范》 |
IsBasicComponent | IfcPropertySingleValue | IfcBoolean | 是否基本构件(非嵌套的构件) | 否 |
Material | IfcPropertySingleValue | IfcLable | 轨道构件的材质信息,针对基本构 件的属性,嵌套构件该属性为空 | 混凝土 |
Density | IfcPropertySingleValue | IfcMassDensityMeasure | 轨道构件的密度信息,针对基本构件 的属性,嵌套构件该属性为空 | 2 420 kg/m3 |
Intensity | IfcPropertySingleValue | IfcPressureMeasure | 轨道构件的强度信息(基本构件) | 48 MPa |
ElasticModulus | IfcPropertySingleValue | IfcPressureMeasure | 轨道构件材料的弹性模量 | 35 300 MPa |
PoissonRatio | IfcPropertySingleValue | IfcLable | 轨道构件材料的泊松比 | 0.16 |
Volume | IfcPropertySingleValue | IfcVolumeMeasure | 轨道构件的体积 | 41 cm3 |
Designer | IfcPropertySingleValue | IfcLable | 轨道构件的设计人员 | SWJTU |
Supplier | IfcPropertySingleValue | IfcLable | 轨道构件的供货商名称 | SWJTU |
ProductionDate | IfcPropertySingleValue | IfcLable | 轨道构件的生产日期 | 20220801 |
InstallationData | IfcPropertySingleValue | IfcLable | 轨道构件的安装日期 | 20220801 |
Installer | IfcPropertySingleValue | IfcLable | 轨道构件的安装者 | SWJTU |
Description | IfcPropertySingleValue | IfcLable | 轨道构件的相关描述 | CRTSⅠ型双块式轨枕 |
名称 | 属性类型 | 数据类型 | 说明 | 实例 |
---|---|---|---|---|
StartConti-nousMileage | IfcProperty SingleValue | IfcLength Measure/m | 起点连续里程 | 47 744 |
EndContino-usMileage | IfcProperty SingleValue | IfcLength Measure/m | 终点连续里程 | 48 389 |
StartMileage | IfcProperty SingleValue | IfcLabel | 起点里程 | DK47+744 |
EndMileage | IfcProperty SingleValue | IfcLabel | 终点里程 | DK48+389 |
Table 6 Continuous mileage positioning information attribute set of track engineering components
名称 | 属性类型 | 数据类型 | 说明 | 实例 |
---|---|---|---|---|
StartConti-nousMileage | IfcProperty SingleValue | IfcLength Measure/m | 起点连续里程 | 47 744 |
EndContino-usMileage | IfcProperty SingleValue | IfcLength Measure/m | 终点连续里程 | 48 389 |
StartMileage | IfcProperty SingleValue | IfcLabel | 起点里程 | DK47+744 |
EndMileage | IfcProperty SingleValue | IfcLabel | 终点里程 | DK48+389 |
名称 | 属性类型 | 数据类型 | 说明 |
---|---|---|---|
CenterConi-nousMileage | IfcPropertySingleValue | IfcLengthMeasure/m | 构件中心位置连续里程 |
Center Mileage | IfcPropertySingleValue | IfcLabel | 构件中心里程,含冠号信息 |
Table 7 Track engineering component center mileage positioning information attribute set
名称 | 属性类型 | 数据类型 | 说明 |
---|---|---|---|
CenterConi-nousMileage | IfcPropertySingleValue | IfcLengthMeasure/m | 构件中心位置连续里程 |
Center Mileage | IfcPropertySingleValue | IfcLabel | 构件中心里程,含冠号信息 |
名称 | 属性类型 | 数据类型 | 说明 |
---|---|---|---|
Type | IfcProperty SingleValue | IfcLabel | 轨枕型号,如Ⅰ型、Ⅱ型轨枕 |
ModelIndex | IfcProperty SingleValue | IfcLabel | 轨枕模型索引 |
SleeperHeight | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕高度 |
SleeperLength | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕长度 |
SleeperWidth | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕宽度 |
Steel Reinforcement | IfcProperty ListValue | IfcLable | 钢筋规格、长度等信息 |
IsElasticity | IfcProperty SingleValue | IfcBoolean | 是否弹性轨枕 |
Sleeper Quality | IfcProperty SingleValue | IfcMassMeasure | 轨枕质量 |
Embedded Casing | IfcProperty ListValue | IfcLable | 预埋套管索引 |
Convexity | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕凸出道床面的高度 |
BuriedHeight | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕埋入道床的高度 |
Table 8 Sleeper entity technical information attribute set
名称 | 属性类型 | 数据类型 | 说明 |
---|---|---|---|
Type | IfcProperty SingleValue | IfcLabel | 轨枕型号,如Ⅰ型、Ⅱ型轨枕 |
ModelIndex | IfcProperty SingleValue | IfcLabel | 轨枕模型索引 |
SleeperHeight | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕高度 |
SleeperLength | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕长度 |
SleeperWidth | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕宽度 |
Steel Reinforcement | IfcProperty ListValue | IfcLable | 钢筋规格、长度等信息 |
IsElasticity | IfcProperty SingleValue | IfcBoolean | 是否弹性轨枕 |
Sleeper Quality | IfcProperty SingleValue | IfcMassMeasure | 轨枕质量 |
Embedded Casing | IfcProperty ListValue | IfcLable | 预埋套管索引 |
Convexity | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕凸出道床面的高度 |
BuriedHeight | IfcProperty SingleValue | IfcLengthMeasure/mm | 轨枕埋入道床的高度 |
[1] | 赖华辉, 邓雪原, 刘西拉. 基于IFC标准的BIM数据共享与交换[J]. 土木工程学报, 2018, 51(4): 121-128. |
LAI H H, DENG X Y, LIU X L. IFC-based BIM data sharing and exchange[J]. China Civil Engineering Journal, 2018, 51(4): 121-128. (in Chinese) | |
[2] | 赖华辉, 侯铁, 钟祖良, 等. BIM数据标准IFC发展分析[J]. 土木工程与管理学报, 2020, 37(1): 126-133. |
LAI H H, HOU T, ZHONG Z L, et al. Analysis on development of BIM data standard IFC[J]. Journal of Civil Engineering and Management, 2020, 37(1): 126-133. (in Chinese) | |
[3] | 郭红领, 周颖, 叶啸天, 等. IFC数据模型至关系型数据库模型的自动映射[J]. 清华大学学报: 自然科学版, 2021, 61(2): 152-160. |
GUO H L, ZHOU Y, YE X T, et al. Automated mapping from an IFC data model to a relational database model[J]. Journal of Tsinghua University: Science and Technology, 2021, 61(2): 152-160. (in Chinese) | |
[4] | 高秋亚, 高新闻. 基于IFC标准的预制构件生产信息模型研究[J]. 图学学报, 2018, 39(3): 538-546. |
GAO Q Y, GAO X W. Research on production information model of prefabricated components based on IFC standard[J]. Journal of Graphics, 2018, 39(3): 538-546. (in Chinese) | |
[5] | 朱慧娴, 徐照. 装配式建筑自上而下设计信息协同与模型构建[J]. 图学学报, 2021, 42(2): 289-298. |
ZHU H X, XU Z. Research on information collaboration and model construction for top-down design of prefabricated buildings[J]. Journal of Graphics, 2021, 42(2): 289-298. (in Chinese) | |
[6] | 胡振中, 田佩龙, 李久林. 基于IFC的传感器信息存储与应用研究[J]. 图学学报, 2018, 39(3): 522-529. |
HU Z Z, TIAN P L, LI J L. Research on IFC-based storage and application of sensor information[J]. Journal of Graphics, 2018, 39(3): 522-529. (in Chinese) | |
[7] |
THEILER M, SMARSLY K. IFC monitor - an IFC schema extension for modeling structural health monitoring systems[J]. Advanced Engineering Informatics, 2018, 37: 54-65.
DOI URL |
[8] | 张志伟, 何田丰, 冯奕, 等. 基于IFC标准的水电工程信息模型研究[J]. 水力发电学报, 2017, 36(2): 83-91. |
ZHANG Z W, HE T F, FENG Y, et al. Industry foundation classes-based hydroelectric engineering information model[J]. Journal of Hydroelectric Engineering, 2017, 36(2): 83-91. (in Chinese) | |
[9] | 张社荣, 孙钰杰, 潘飞. 基于IFC标准的水电设备信息模型创建技术研究[J]. 水电能源科学, 2017, 35(8): 175-179. |
ZHANG S R, SUN Y J, PAN F. Research on hydroelectric facility modeling based on IFC[J]. Water Resources and Power, 2017, 35(8): 175-179. (in Chinese) | |
[10] | 刘丹, 滕彦, 周争, 等. 基于IFC的水利水电工程信息模型存储标准研究[J]. 人民长江, 2022, 53(1): 240-247. |
LIU D, TENG Y, ZHOU Z, et al. Research on storage standard of water projects information model based on IFC[J]. Yangtze River, 2022, 53(1): 240-247. (in Chinese) | |
[11] | WU J M, CHEN J, CHEN G L, et al. Development of data integration and sharing for geotechnical engineering information modeling based on IFC[J]. Advances in Civil Engineering, 2021, 2021: 1-15. |
[12] | 吴佳明, 陈健, 陈国良, 等. 基于BIM技术的地铁基坑工程施工仿真模拟方法[J]. 岩土力学, 2022, 43(S1): 553-566, 579. |
WU J M, CHEN J, CHEN G L, et al. Construction simulation method of metro foundation pit based on BIM technology[J]. Rock and Soil Mechanics, 2022, 43(S1): 553-566, 579. (in Chinese) | |
[13] |
ZHOU Y, WANG Y, DING L Y, et al. Utilizing IFC for shield segment assembly in underground tunneling[J]. Automation in Construction, 2018, 93: 178-191.
DOI URL |
[14] |
LEE S H, PARK S I, PARK J. Development of an IFC-based data schema for the design information representation of the NATM tunnel[J]. KSCE Journal of Civil Engineering, 2016, 20(6): 2112-2123.
DOI URL |
[15] |
AIT-LAMALLAM S, YAAGOUBI R, SEBARI I, et al. Extending the IFC standard to enable road operation and maintenance management through OpenBIM[J]. ISPRS International Journal of Geo-Information, 2021, 10(8): 496.
DOI URL |
[16] |
PU H, FAN X M, SCHONFELD P, et al. Extending IFC for multi-component subgrade modeling in a railway station[J]. Automation in Construction, 2022, 141: 104433.
DOI URL |
[17] | 杨绪坤. 基于IFC的铁路工程信息模型数据存储标准研究[J]. 铁路技术创新, 2015(6): 8-12. |
YANG X K. Research on data storage standard of railway engineering information model based on IFC[J]. Railway Technical Innovation, 2015(6): 8-12. (in Chinese) | |
[18] | 韩亮亮, 孟炜, 赵峰, 等. 铁路机务车辆BIM数据存储标准研究及应用[J]. 铁道标准设计, 2022: 1-9. |
HAN L L, MENG Y, ZHAO F, et al. Research and application of BIM data standard for railway rolling stock special[J]. Railway Standard Design, 2022: 1-9. (in Chinese) | |
[19] | 中国铁路BIM联盟. 铁路工程信息模型数据存储标准(1.0版)[J]. 铁路技术创新, 2016(1): 18-177. |
Chinese Railway BIM Alliance. Data storage standard of railway information model (version 1.0)[J]. Railway Technical Innovation, 2016(1): 18-177. (in Chinese) | |
[20] | 陈立春, 赖华辉, 邓雪原, 等. IFC标准领域层实体扩展方法研究[J]. 图学学报, 2015, 36(2): 282-288. |
CHEN L C, LAI H H, DENG X Y, et al. Study on the method of expanding entities of domain layer of IFC standard[J]. Journal of Graphics, 2015, 36(2): 282-288. (in Chinese) |
[1] |
GAN Zi-chen , FAN Jing-jing , XUE Zhi-ting , LIN Ding-liang , XU Zhen.
Research on design responsibility and right traceability system
integrating BIM and blockchain
[J]. Journal of Graphics, 2023, 44(4): 810-817.
|
[2] | ZHANG Ji-song, YU Ze-han, LI Hai-jiang. Compliance checking approach for BIM structural model under semantic web [J]. Journal of Graphics, 2023, 44(2): 368-379. |
[3] | XIONG Chen, CHEN Li-bin, LI Lin-ze, XU Zhen, ZHAO Yang-ping. Crack visualization management method based on computer vision and BIM [J]. Journal of Graphics, 2022, 43(4): 721-728. |
[4] | JIANG Liu, SHI Jian-yong, FU Gong-yi, PAN Ze-yu, WANG Chao-yu. Identification of the plane irregularity of structures based on BIM and deep learning [J]. Journal of Graphics, 2022, 43(3): 522-529. |
[5] | DUAN Rui, DENG Hui, DENG Yi-chuan . Information communications technology assisted tower crane safety management-review and prospect [J]. Journal of Graphics, 2022, 43(1): 11-20. |
[6] | XUE Jing-guo, HOU Xue-liang . Location of cast-in-place concrete structural members based on BIM + CV [J]. Journal of Graphics, 2022, 43(1): 156-162. |
[7] | ZHAO Xue-feng, HOU Xiao, LIU Zhan-sheng, LI Meng-xuan . Research on closed-loop management system of BIM course teaching in universities [J]. Journal of Graphics, 2021, 42(6): 1011-1017. |
[8] | ZHU Hui-xian, XU Zhao . Research on information collaboration and model construction for top-down design of prefabricated buildings [J]. Journal of Graphics, 2021, 42(2): 289-298. |
[9] | LIANG Yu-qing, JI Jiu-mao, YANG Jia-lei , ZHANG Dong-sheng, WANG Ke , WANG Ling-yu, . BIM evacuation design automation based on artificial intelligence [J]. Journal of Graphics, 2021, 42(2): 299-306. |
[10] | ZHANG Xin , ZHOU Xiao-ping, WANG Jia, . A model adaptive method for Chinese word segmentation using IFC-based building information model [J]. Journal of Graphics, 2021, 42(2): 316-324. |
[11] | SUN Shao-nan, WU Jia-wei . Research on multi-objective optimization of passive building energy-saving factor based on BIM [J]. Journal of Graphics, 2021, 42(1): 124-132. |
[12] | HOU Xue-liang , XUE Jing-guo , WANG Yi , ZENG Ying. Projection-based registration overlay method of construction image and BIM model [J]. Journal of Graphics, 2021, 42(1): 141-149. |
[13] | XU Jing-lin, GAO Shang, YU Fang-qiang, ZHAO Zhen . Method for automatically repairing physical connection relationship of electromechanical system [J]. Journal of Graphics, 2020, 41(5): 833-838. |
[14] | ZHU Pan, SHI Jian-yong. Research on 3D reconstruction method of BIM based on ASIS network [J]. Journal of Graphics, 2020, 41(5): 839-846. |
[15] | TAO Gui-lin1, MA Wen-yu1, TANG Ke-qiang2, DU Yi-cheng3. Problems with and reflections on BIM forward design [J]. Journal of Graphics, 2020, 41(4): 614-623. |
Viewed | ||||||
Full text |
|
|||||
Abstract |
|
|||||