WO2018176609A1 - 用于工程中对bim模型中构件扣减检查的方法及其装置 - Google Patents

用于工程中对bim模型中构件扣减检查的方法及其装置 Download PDF

Info

Publication number
WO2018176609A1
WO2018176609A1 PCT/CN2017/085042 CN2017085042W WO2018176609A1 WO 2018176609 A1 WO2018176609 A1 WO 2018176609A1 CN 2017085042 W CN2017085042 W CN 2017085042W WO 2018176609 A1 WO2018176609 A1 WO 2018176609A1
Authority
WO
WIPO (PCT)
Prior art keywords
deduction
relationship
model
component
components
Prior art date
Application number
PCT/CN2017/085042
Other languages
English (en)
French (fr)
Inventor
丁本锡
齐界
赖建燕
尹强
王福魁
桑国安
谭喜峰
阳舒华
宋岩
刘敏
李鹏
Original Assignee
大连万达集团股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 大连万达集团股份有限公司 filed Critical 大连万达集团股份有限公司
Priority to EP17903842.7A priority Critical patent/EP3605366A4/en
Publication of WO2018176609A1 publication Critical patent/WO2018176609A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/08Construction

Definitions

  • the invention relates to the technical field of construction engineering, in particular to a method and a device for deducting inspection of components in a BIM model in engineering.
  • the BIM model is an important part of the calculation of engineering quantities. Therefore, in the calculation of engineering quantity, the BIM (Building Information Modeling) model intersects and overlaps, which will cause repeated calculation of engineering quantity, which will cause cost difference. Based on the deduction standard and related algorithms, the deduction inspection is in accordance with The logical relationship between the components of the construction industry (for example, when the structural wall overlaps with the building wall, the structure deducts the building), if it can be quickly pointed out where the intersection occurs, timely modification, to avoid unnecessary losses. Due to the large number of BIM model components in large projects, if all components are compared, it is inevitable to be inefficient.
  • adjacent components can be quickly found and judged, and the positional relationship of adjacent component spaces can be judged and determined. Whether there is overlap, submit reports to coincident components, and can quickly locate from the report, which is convenient for designers to quickly modify; traditional manual methods require professional personnel to find the corresponding professional model files, due to the large number of model components, artificial It may be all-encompassing, and it is generally to check special parts, resulting in many missing items.
  • the object of the present invention is to provide a method and a device for deducting components in a BIM model in engineering, and adopting a quick deduction technology, non-professionals can also find all problems accurately, comprehensively, quickly and efficiently, and can quickly Positioning view.
  • the present invention solves the technical problem by adopting the following technical solution: a method for deducting inspection of a component in a BIM model in an engineering, comprising at least the following steps:
  • the type of deduction relationship is configured according to the set deduction rule, and the relationship between the components is processed, and the processed components are paired by pair;
  • the set deduction rule includes at least a priority algorithm, a deduction relationship between the two types, and a component overlapping algorithm;
  • the priority algorithm is processed sequentially from a high level type to a low level type
  • the component overlapping algorithm adopts the filter interface of Revit itself, and uses specific components as filtering conditions to quickly acquire other components overlapping with the components.
  • the alarm information is a list or file of the component deduction of the error.
  • the method further includes: positioning and modifying the component according to the alarm information.
  • the invention also provides a component deduction device for BIM model in engineering using the above method, which at least comprises:
  • a model acquisition module for reading a BIM model that requires a deduction check
  • a cache module configured to cache each component data in the model read by the model acquisition module and the processed component data
  • a rule module for storing the set deduction rules
  • the automatic deduction processing module is configured to configure a deduction relationship type according to the set deduction rule, and process the relationship between the components, and store the processed components in the cache module in pairs;
  • the overlapping intersection processing module is configured to determine, according to the information transmitted by the automatic deduction processing module and the cache module, whether the model data meets the set deduction relationship rule, and generate an alarm information when the deduction relationship rule is not met;
  • the error alarm module is configured to receive the alarm information generated by the overlapping intersection processing module, and generate a list or file of the component deduction of the error.
  • the method of the present invention can automatically check the correctness of the connection result between the same component or the non-like component in the model file and check whether there is overlap drawing between the components, and use the solution of the present invention to enable a person who does not understand the profession Find all problems accurately, comprehensively, quickly and efficiently. And can quickly locate and view, the search efficiency is unmatched by the manual method and the judgment result is accurate.
  • FIG. 1 is a flow chart of a method for deducting components in a BIM model in an engineering according to the present invention.
  • FIG. 3 is a structural diagram of an apparatus for deducting components in a BIM model in an engineering according to the present invention.
  • the invention is a method for inspecting a component deduction in a BIM model in engineering. Referring to FIG. 1, at least the following steps are included:
  • the type of deduction relationship is configured according to the set deduction rule, and the relationship between the components is processed, and the processed components are paired by pair;
  • the alarm information is a list or file of erroneous component deductions.
  • the step of locating and modifying the component in accordance with the alarm information is also included.
  • the set deduction rule includes at least a priority algorithm, a deduction relationship between the two types, and a component overlapping algorithm;
  • the priority algorithm is processed sequentially from a high level type to a low level type
  • the component overlapping algorithm adopts the filter interface of Revit itself, and uses specific components as filtering conditions to quickly acquire other components overlapping with the components.
  • the deduction check in the method of the present invention is a pre-condition for engineering calculation and pricing, and the correctness of deduction verification will directly affect the calculation amount and cost, and is the core part of the whole inspection process in the project.
  • the system cache mechanism is adopted to cache component data, avoiding repeated reading of component data during various inspections, and improving operation efficiency; and adopting a background cache mechanism to perform pairwise processing on processed components. Preventing repeated operations between the two; the type processing priority algorithm set in the present invention, according to the type with high priority processing priority level, the processing may involve a low level type, and the low level type is not processed.
  • the component overlap algorithm in the method of the present invention uses the filter interface of Revit itself to the specific component. As a filter condition, other components overlapping with the component are quickly acquired, and specifically filtered and the component ID and the cause of the error are written into the database according to the deduction check type at the time of application.
  • the present invention also provides a component deduction device for engineering in a BIM model according to the above method.
  • the model acquisition module is configured to read a BIM model that needs to be deducted and checked; a module, configured to cache each component data in the model read by the model acquisition module and the processed component data; a rule module, configured to store the set deduction rule; and an automatic deduction processing module, configured to be configured according to the setting
  • the deduction rule configures the type of the deduction relationship, and processes the relationship between the components, and stores the processed components in the cache module in pairs;
  • the overlapping intersection processing module is configured to be processed according to the automatic deduction
  • the module and the information transmitted by the cache module determine whether the model data meets the set deduction relationship rule, and generate alarm information when the deduction relationship rule is not met; the error alarm module is configured to receive the generated by the overlapping intersection processing module Alarm information and a list or file of component deductions that are in error.
  • the deduction inspection is based on the deduction logic relationship between components in the construction industry (for example, when the structural wall overlaps with the building wall, the structure deducts the building).
  • the method of the present invention automatically checks the correctness of the connection result between the same component or the non-like component in the model file, and checks whether there is overlap between the components. The situation drawn.
  • the rule module in Figure 3 defines the deduction rule, which is the core of the deduction check, which defines the deduction relationship between each type and the priority of the type processing (for example: structural wall deduction of the building wall, first Perform a collision check between the two to see if there is a collision. If there is a collision relationship, use the structural wall to deduct the building wall. If the current state is that the building wall is deducted from the structural wall, the deduction relationship between the two needs to be adjusted. According to the result of the collision check, it is judged whether there is a collision between the components, and then the deduction relationship is judged according to the priority, and the deduction relationship is not correctly adjusted.
  • the rules can be set according to the developer's The use of requirements is stipulated, and the principles governing its provisions are prior art solutions and therefore will not be described again.
  • the automatic deduction processing module in the device is for following the Revit software (Revit is a common software in the engineering field, and will not be described here) deduction rules, automatic deduction components, in the design process, when some components are drawn After that, Revit software automatically cuts and joins according to the rules it follows, and the result may not be the result of the cut that the designer needs.
  • the automatic deduction processing module is mainly developed for the components of these connection forms, and the components in the module are checked one by one according to the deduction relationship determined by the rule module, and a set of components for cutting errors are found, and the user is prompted. Improve the efficiency of inspections, reduce the chance of manual inspection errors, and ensure the correctness of the deduction rules.
  • the overlapping intersection processing module is to check and solve the problem of overlapping overlap between components.
  • Revit software does not automatically deduct some components. If the designer does not draw according to the rules, the overlapping of components may occur. In this way, when calculating and pricing, the engineering quantity and cost price of the corresponding overlapping part are increased.
  • the overlapping intersection check lists the components of the intersection and prompts the user to process. The user can process the overlapped parts according to actual needs.
  • the process of the intersection deduction inspection can be referred to FIG. 2 .
  • the error alarm module is a module that can interact with the user, and the result of the deduction check is provided to the user in the form of a list or a file, and the user can perform the faulty component according to the list or the file. Target and modify.
  • the solution of the present invention can automatically check the correctness of the connection result between the same component or non-similar components in the model file and check whether there is overlap drawing between the components, and can use the solution of the present invention to make no Professionals can find all problems accurately, comprehensively, quickly and efficiently, and can quickly locate and view them.
  • the search efficiency is unmatched by manual methods and the results are accurate.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Geometry (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Computer Hardware Design (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Tourism & Hospitality (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Primary Health Care (AREA)
  • Computational Mathematics (AREA)
  • Civil Engineering (AREA)
  • Architecture (AREA)
  • Structural Engineering (AREA)
  • Mathematical Analysis (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Testing And Monitoring For Control Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种用于工程中对BIM模型中构件扣减检查的方法,包括步骤:获取需要进行扣减检查的BIM模型并将缓存各构件数据;根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对;根据配置的扣减关系的类型获得扣减模型,并获取模型数据;根据模型数据中的模型连接关系以及模型的相交关系判断所述的模型数据是否符合设定的扣减关系规则,如果符合所述的扣减关系规则,结束步骤;如果不符合所述的扣减关系规则,则生成报警信息。还公开了一种用于工程中对BIM模型中构件扣减检查的装置,可以大大提高构件扣减检查的效率。

Description

用于工程中对BIM模型中构件扣减检查的方法及其装置 技术领域
本发明涉及建筑工程技术领域,尤其涉及一种用于工程中对BIM模型中构件扣减检查的方法及其装置。
背景技术
在建筑工程中,BIM模型是用来进行工程量计算的重要部分。因此在工程量的计算中,BIM(Building Information Modeling,建筑信息模型)模型相交、相重合就会造成工程量的重复计算,进而造成成本差异;基于扣减标准及相关算法,扣减检查是按照建筑行业构件间扣减逻辑关系(例如:结构墙与建筑墙交叠时,结构扣减建筑),如果可以对出现相交的地方快速指出,及时修改,避免不必要的损失。由于大工程BIM模型构件数量巨大,若对所有构件之间都进行比较,势必效率低下,通过快速查找方法,能够迅速找到并判断相邻的构件,对相邻构件空间的位置关系进行判断,确定是否有重合,对有重合的构件提交报告,并能从报告快速定位,方便设计人员快速修改;传统的人工方法需要懂专业的人员查找对应的专业模型文件,由于模型构件数量较多,人工不可能面面俱到,一般都是对特殊部位进行排查,从而造成很多的漏项。
发明内容
本发明目的是提供一种用于工程中对BIM模型中构件扣减的方法及其装置,采用快速扣减技术,非专业人士也可以准确、全面、快速、高效地查找所有问题,并能快速定位查看。
本发明解决技术问题采用如下技术方案:一种用于工程中对BIM模型中构件扣减检查的方法,至少包括以下步骤:
获取需要进行扣减检查的BIM模型并将缓存各构件数据;
根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对;
根据配置的扣减关系的类型获得扣减模型,并获取模型数据;
根据模型数据中的模型连接关系以及模型的相交关系判断所述的模型数据是否符合设定的扣减关系规则,如果符合所述的扣减关系规则,结束步骤;如果不符合所述的扣减关系规则,则生成报警信息。
可选的,所述设定的扣减规则至少包括优先级算法、两两类型之间的扣减关系以及构件重叠算法;其中
所述的优先级算法为由高级别类型到低级别类型依次处理;
所述的构件重叠算法为采用Revit本身的过滤器接口,以具体构件作为过滤条件,快速获取与构件重叠的其他构件。
可选的,所述的报警信息为出错的构件扣减的列表或文件。
可选的,还包括按照报警信息对构件进行定位及修改的步骤。
本发明还提供一种采用上述方法的用于工程中对BIM模型中构件扣减装置,至少包括:
模型获取模块,用于读取需要进行扣减检查的BIM模型;
缓存模块,用于缓存所述模型获取模块读取的模型中的各构件数据以及处理后的构件数据;
规则模块,用于存储设定的扣减规则;
自动扣减处理模块,用于根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对存储于缓存模块中;
重叠交汇处理模块,用于根据所述自动扣减处理模块以及缓存模块传递的信息判断所述的模型数据是否符合设定的扣减关系规则,在不符合扣减关系规则时生成报警信息;
出错报警模块,用于接收所述重叠交汇处理模块生成的报警信息,并生成出错的构件扣减的列表或文件。
本发明具有如下有益效果:
本发明的方法可以采用自动检查模型文件中相同构件或非同类构件之间连接结果的正确性以及检查构件之间是否存在重叠绘制的情况,并且使用本发明的方案可以使不懂专业的人士就能准确、全面、快速、高效地查找所有问题, 并能快速定位查看,查找效率是人工方法无法比拟的且判断结果准确无误。
附图说明
图1为本发明的用于工程中对BIM模型中构件扣减的方法流程图。
图2为本发明的实施例的方法的交汇扣减流程图。
图3为本发明的用于工程中对BIM模型中构件扣减的装置结构图。
具体实施方式
下面结合实施例及附图对本发明的技术方案作进一步阐述。
本发明为一种用于工程中对BIM模型中构件扣减检查的方法,参考图1所示,至少包括以下步骤:
获取需要进行扣减检查的BIM模型并将缓存各构件数据;
根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对;
根据配置的扣减关系的类型获得扣减模型,并获取模型数据;
根据模型数据中的模型连接关系以及模型的相交关系判断所述的模型数据是否符合设定的扣减关系规则,如果符合所述的扣减关系规则,结束步骤;如果不符合所述的扣减关系规则,则生成报警信息。
在本发明的实施例中,所述的报警信息为出错的构件扣减的列表或文件。
在本发明的实施例中,还包括按照报警信息对构件进行定位及修改的步骤。
本发明中,所述设定的扣减规则至少包括优先级算法、两两类型之间的扣减关系以及构件重叠算法;其中
所述的优先级算法为由高级别类型到低级别类型依次处理;
所述的构件重叠算法为采用Revit本身的过滤器接口,以具体构件作为过滤条件,快速获取与构件重叠的其他构件。
本发明的方法中的扣减检查是工程算量和计价的前置条件,扣减校验的正确性将直接影响算量和成本,是工程中整个检查过程中的核心部分。在本实施例中,采用系统缓存机制,缓存构件数据,避免各类检查时构件数据的重复读取,提高运行效率;采用后台缓存机制,对处理过的构件进行两两配对处理, 防止两两之间的重复操作;本发明中所设定的类型处理优先级算法,根据优先级优先处理级别高的类型,处理过程中可以涉及级别低的类型,其中级别低的类型则不在处理比其级别更高的类型;并设置两两类型间的扣减关系(例如:结构墙扣减建筑墙、梁扣减楼板等),对于自动扣减的类型,自动获取两个构件扣减的关系,并与设定的同类型的扣减关系比较,判断扣减是否符合设定。符合则表示扣减正确,不符合说明扣减错误,将错误的构件ID及错误原因写入到数据库中(缓存);本发明方法中的构件重叠算法采用Revit本身的过滤器接口,以具体构件作为过滤条件,快速获取与构件重叠的其他构件,具体在应用时根据扣减检查类型在过滤掉并将构件ID及错误原因写入数据库中。
本发明还提供了一种上述方法的用于工程中对BIM模型中构件扣减装置,参考图3所示,至少包括:模型获取模块,用于读取需要进行扣减检查的BIM模型;缓存模块,用于缓存所述模型获取模块读取的模型中的各构件数据以及处理后的构件数据;规则模块,用于存储设定的扣减规则;自动扣减处理模块,用于根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对存储于缓存模块中;重叠交汇处理模块,用于根据所述自动扣减处理模块以及缓存模块传递的信息判断所述的模型数据是否符合设定的扣减关系规则,在不符合扣减关系规则时生成报警信息;出错报警模块,用于接收所述重叠交汇处理模块生成的报警信息,并生成出错的构件扣减的列表或文件。
下面结合图2对本发明的方案做进一步的说明,在应用本发明时,扣减检查是按照建筑行业构件间扣减逻辑关系(例如:结构墙与建筑墙交叠时,结构扣减建筑),在用户启动检查,勾选扣减检查项,并点击“检查”按钮后,由本发明的方法自动检查模型文件中相同构件或非同类构件之间连接结果的正确性,以及检查构件间是否存在重叠绘制的情况。
其中,图3中的规则模块定义了扣减规则,是扣减检查的核心,其定义了各个类型之间的扣减关系以及类型处理的优先级,(例如:结构墙扣减建筑墙,首先进行两者之间的碰撞检查,看是否发生碰撞,如果存在碰撞关系,用结构墙去扣减建筑墙;如果当前的状态是建筑墙扣减了结构墙,需要调整两者的扣减关系)根据碰撞检查结果,判断构件间是否存在碰撞,再根据优先级判断扣减关系是否正确,不正确调整扣减关系。当然该规则的设定可以根据开发商的 使用需求进行规定,有关其规定的原则为现有技术的方案,因此不再进行赘述。
本装置中的自动扣减处理模块,是针对遵循Revit软件(Revit为工程领域内的常见软件,在此不再赘述)扣减规则,自动扣减构件,在设计过程中,当部分构件绘制完成后,Revit软件会根据自身遵循的规则,自动进行剪切和连接,其结果有可能并不是设计者所需要的剪切结果。自动扣减处理模块主要针对这些连接形式的构件而开发的,模块内会根据规则模块确定的扣减关系,对涉及到的构件进行逐一检查,找出剪切错误的一组构件,提示用户,提高检查的效率,减少人工检查错误几率,保证扣减规则的正确性。所述的重叠交汇处理模块是检查及解决构件之间重叠交汇的问题,Revit软件对于部分构件是不进行自动扣减的,如果设计者没有按照规则进行扣减绘制,则会出现构件重叠的情况,这样在算量和计价时,增加了相应重叠部分的工程量和成本价格。重叠交汇校验把交汇的构件列出提示用户处理,用户可以根据实际需要,对检查出的重叠的部分进行处理,交汇扣减检查的流程可参考图2所示。在本发明的实施例中,所述的出错报警模块是可以与用户进行交互的模块,通过扣减检查的结果以列表或文件的形式提供给用户,用户可以根据列表或文件对出错的构件进行定位和修改。
综上所述,本发明的方案可以采用自动检查模型文件中相同构件或非同类构件之间连接结果的正确性以及检查构件之间是否存在重叠绘制的情况,并且使用本发明的方案可以使不懂专业的人士就能准确、全面、快速、高效地查找所有问题,并能快速定位查看,查找效率是人工方法无法比拟的且判断结果准确无误。
以上实施例的先后顺序仅为便于描述,不代表实施例的优劣。
最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。

Claims (5)

  1. 一种用于工程中对BIM模型中构件扣减检查的方法,其特征在于,至少包括以下步骤:
    获取需要进行扣减检查的BIM模型并将缓存各构件数据;
    根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对;
    根据配置的扣减关系的类型获得扣减模型,并获取模型数据;
    根据模型数据中的模型连接关系以及模型的相交关系判断所述的模型数据是否符合设定的扣减关系规则,如果符合所述的扣减关系规则,结束步骤;如果不符合所述的扣减关系规则,则生成报警信息。
  2. 根据权利要求1所述的一种用于工程中对BIM模型中构件扣减检查的方法,其特征在于,所述设定的扣减规则至少包括优先级算法、两两类型之间的扣减关系以及构件重叠算法;其中
    所述的优先级算法为由高级别类型到低级别类型依次处理;
    所述的构件重叠算法为采用Revit本身的过滤器接口,以具体构件作为过滤条件,快速获取与构件重叠的其他构件。
  3. 根据权利要求1所述的一种用于工程中对BIM模型中构件扣减检查的方法,其特征在于,所述的报警信息为出错的构件扣减的列表或文件。
  4. 根据权利要求1所述的一种用于工程中对BIM模型中构件扣减检查的方法,其特征在于,还包括按照报警信息对构件进行定位及修改的步骤。
  5. 一种采用权利要求1所述的方法的用于工程中对BIM模型中构件扣减装置,其特征在于,至少包括:
    模型获取模块,用于读取需要进行扣减检查的BIM模型;
    缓存模块,用于缓存所述模型获取模块读取的模型中的各构件数据以及处理后的构件数据;
    规则模块,用于存储设定的扣减规则;
    自动扣减处理模块,用于根据设定的扣减规则配置扣减关系的类型,并处理各个构件之间的关系,并将处理过的构件进行两两配对存储于缓存模块中;
    重叠交汇处理模块,用于根据所述自动扣减处理模块以及缓存模块传递的信息判断所述的模型数据是否符合设定的扣减关系规则,在不符合扣减关系规 则时生成报警信息;
    出错报警模块,用于接收所述重叠交汇处理模块生成的报警信息,并生成出错的构件扣减的列表或文件。
PCT/CN2017/085042 2017-03-31 2017-05-19 用于工程中对bim模型中构件扣减检查的方法及其装置 WO2018176609A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP17903842.7A EP3605366A4 (en) 2017-03-31 2017-05-19 METHOD AND RELATED DEVICE FOR USE IN CONSTRUCTION TO VERIFY THE DERIVATION OF COMPONENTS IN BIM MODELING

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710205673.4A CN108664674A (zh) 2017-03-31 2017-03-31 用于工程中对bim模型中构件扣减检查的方法及其装置
CN201710205673.4 2017-03-31

Publications (1)

Publication Number Publication Date
WO2018176609A1 true WO2018176609A1 (zh) 2018-10-04

Family

ID=63675057

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/085042 WO2018176609A1 (zh) 2017-03-31 2017-05-19 用于工程中对bim模型中构件扣减检查的方法及其装置

Country Status (3)

Country Link
EP (1) EP3605366A4 (zh)
CN (1) CN108664674A (zh)
WO (1) WO2018176609A1 (zh)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414037A (zh) * 2019-06-12 2019-11-05 中国十七冶集团有限公司 一种基于bim的地下车库排水沟布置方法
CN110765515A (zh) * 2019-09-27 2020-02-07 贵州百胜工程建设咨询有限公司 一种基于bim的管综优化方法
CN111597625A (zh) * 2020-06-03 2020-08-28 中国十七冶集团有限公司 一种基于bim的基坑支护开挖质量控制方法
CN111680985A (zh) * 2020-07-03 2020-09-18 国核电力规划设计研究院有限公司 基于系统码和设备编码实现自动归属安装分项工程的方法
CN111931269A (zh) * 2020-07-10 2020-11-13 上海建工四建集团有限公司 Bim与图纸中重要构件信息一致性的自动审核方法和系统
CN112182886A (zh) * 2020-09-30 2021-01-05 同济大学建筑设计研究院(集团)有限公司 工程模型生成方法、装置、计算机设备和存储介质
CN113919027A (zh) * 2021-10-12 2022-01-11 广联达科技股份有限公司 Bim模型中的构件调整方法、装置、计算机设备及存储介质

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111079215B (zh) * 2019-12-06 2023-04-07 广联达科技股份有限公司 坡道工程量的确定方法、装置和电子设备
CN112989459B (zh) * 2021-02-22 2023-04-07 上海市城市建设设计研究总院(集团)有限公司 基于清单项目的bim计量扣减和检查方法
CN113744406B (zh) * 2021-08-31 2024-03-26 中建五局第三建设有限公司 一种基于Revit的构件外表面关系分析方法
CN115618461A (zh) * 2022-09-30 2023-01-17 广州拓欧信息技术有限公司 一种bim模型的构件扣减修正方法、装置及计算机设备
CN116777123B (zh) * 2023-08-22 2024-02-06 四川省建筑设计研究院有限公司 基于bim的装配式建筑的工程量和工程造价的评估方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101673200A (zh) * 2009-10-15 2010-03-17 中兴通讯股份有限公司 用户输入模型的检测方法及装置
CN102004828A (zh) * 2010-11-15 2011-04-06 成都鹏业软件股份有限公司 一种工程量计算方法
US20140180996A1 (en) * 2012-12-13 2014-06-26 Solibri, Inc. Computer Guided Model Checking System and Method
CN105302978A (zh) * 2015-11-10 2016-02-03 上海建工集团股份有限公司 一种工程量计算方法和设备
CN106339558A (zh) * 2016-08-30 2017-01-18 江苏国泰新点软件有限公司 建筑模型的检验方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150186844A1 (en) * 2006-05-05 2015-07-02 Eznetpay, Llc Pay Request System
CN105930600B (zh) * 2016-04-28 2019-09-24 广联达科技股份有限公司 砌体排布方法及砌体排布系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101673200A (zh) * 2009-10-15 2010-03-17 中兴通讯股份有限公司 用户输入模型的检测方法及装置
CN102004828A (zh) * 2010-11-15 2011-04-06 成都鹏业软件股份有限公司 一种工程量计算方法
US20140180996A1 (en) * 2012-12-13 2014-06-26 Solibri, Inc. Computer Guided Model Checking System and Method
CN105302978A (zh) * 2015-11-10 2016-02-03 上海建工集团股份有限公司 一种工程量计算方法和设备
CN106339558A (zh) * 2016-08-30 2017-01-18 江苏国泰新点软件有限公司 建筑模型的检验方法和装置

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LIU, HUANHUAN ET AL.: "Application of BIM Technology in Fine Construction Management", JOURNAL OF LUOYANG INSTITUTE OF SCIENCE AND TECHNOLOGY. NATURAL SCIENCE EDITION, vol. 26, no. 2, 30 June 2016 (2016-06-30), pages 32 - 37, XP009516965, ISSN: 1674-5043 *
See also references of EP3605366A4 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414037A (zh) * 2019-06-12 2019-11-05 中国十七冶集团有限公司 一种基于bim的地下车库排水沟布置方法
CN110765515A (zh) * 2019-09-27 2020-02-07 贵州百胜工程建设咨询有限公司 一种基于bim的管综优化方法
CN111597625A (zh) * 2020-06-03 2020-08-28 中国十七冶集团有限公司 一种基于bim的基坑支护开挖质量控制方法
CN111680985A (zh) * 2020-07-03 2020-09-18 国核电力规划设计研究院有限公司 基于系统码和设备编码实现自动归属安装分项工程的方法
CN111931269A (zh) * 2020-07-10 2020-11-13 上海建工四建集团有限公司 Bim与图纸中重要构件信息一致性的自动审核方法和系统
CN111931269B (zh) * 2020-07-10 2023-01-31 上海建工四建集团有限公司 Bim与图纸中重要构件信息一致性的自动审核方法和系统
CN112182886A (zh) * 2020-09-30 2021-01-05 同济大学建筑设计研究院(集团)有限公司 工程模型生成方法、装置、计算机设备和存储介质
CN113919027A (zh) * 2021-10-12 2022-01-11 广联达科技股份有限公司 Bim模型中的构件调整方法、装置、计算机设备及存储介质

Also Published As

Publication number Publication date
CN108664674A (zh) 2018-10-16
EP3605366A1 (en) 2020-02-05
EP3605366A4 (en) 2020-12-30

Similar Documents

Publication Publication Date Title
WO2018176609A1 (zh) 用于工程中对bim模型中构件扣减检查的方法及其装置
CN106528100B (zh) 用于安全关键软件开发的基于模型的技术和过程的系统和方法
CN110287052B (zh) 一种异常任务的根因任务确定方法及装置
CN109739766B (zh) 一种快速搭建fpga数字仿真模型的系统及方法
US8578346B2 (en) System and method to validate and repair process flow drawings
US7757125B2 (en) Defect resolution methodology and data defects quality/risk metric model extension
US20080295085A1 (en) Integrated code review tool
US20130290075A1 (en) Localization quality assurance of localized software
CN109473093A (zh) 语音识别方法、装置、计算机设备及存储介质
JP2018026135A (ja) 静的解析警告の効率的な運用のための原因ポイント解析のためのシステム及び方法
US10871951B2 (en) Code correction
CN112765017A (zh) 基于MySQL数据库的数据查询性能测试方法和装置
WO2020237508A1 (zh) 一种断言验证代码绑定方法及装置
US10339035B2 (en) Test DB data generation apparatus
WO2021249129A1 (zh) 集成电路版图设计规则文件检查工具及检查方法
US9563541B2 (en) Software defect detection identifying location of diverging paths
CN105630661A (zh) 用于自动化跨系统程序调试的方法和装置
Beller et al. The last line effect
CN107590303A (zh) 快速查找和修正版图数据中异常图形的方法
US8495542B2 (en) Automated management of verification waivers
CN109597828A (zh) 一种离线数据核对方法、装置及服务器
JP2023000907A (ja) ソースコード修正支援装置及びソースコード修正支援方法
CN111245676B (zh) 通信协议可信性验证装置
KR101665962B1 (ko) 모델링 코드 검증 방법, 이를 수행하는 모델링 코드 검증 장치 및 이를 저장하는 기록매체
WO2020232906A1 (zh) 代码有效性测试方法、计算设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17903842

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2017903842

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2017903842

Country of ref document: EP

Effective date: 20191031