CN113392438A - REVIT-based difference comparison method for BIM models in different stages - Google Patents

REVIT-based difference comparison method for BIM models in different stages Download PDF

Info

Publication number
CN113392438A
CN113392438A CN202110662401.3A CN202110662401A CN113392438A CN 113392438 A CN113392438 A CN 113392438A CN 202110662401 A CN202110662401 A CN 202110662401A CN 113392438 A CN113392438 A CN 113392438A
Authority
CN
China
Prior art keywords
comparison
result
user
document
list
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202110662401.3A
Other languages
Chinese (zh)
Other versions
CN113392438B (en
Inventor
王晖
吴校军
阮浩德
霍浩彬
马力
刘月涵
孙恩泽
陈祚衡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Urban and Rural Planning and Design Institute Technology Group Co.,Ltd.
Architectural Design and Research Institute of Guangdong Province
Original Assignee
Guangdong Urban And Rural Planning And Design Institute Co ltd
Architectural Design and Research Institute of Guangdong Province
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 Guangdong Urban And Rural Planning And Design Institute Co ltd, Architectural Design and Research Institute of Guangdong Province filed Critical Guangdong Urban And Rural Planning And Design Institute Co ltd
Priority to CN202110662401.3A priority Critical patent/CN113392438B/en
Publication of CN113392438A publication Critical patent/CN113392438A/en
Application granted granted Critical
Publication of CN113392438B publication Critical patent/CN113392438B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/12Geometric CAD characterised by design entry means specially adapted for CAD, e.g. graphical user interfaces [GUI] specially adapted for CAD

Abstract

A method of difference comparison based on different-stage BIM models of REVIT, comprising: s1, establishing a form database; s2, building a window; s3, processing the document; s4, screening objects; s5, file comparison; s6, forming a list, and displaying a comparison result by a foreground file; s7, result display processing; the invention realizes the native comparison in the software, solves the requirement of file comparison, reduces the fussy operation, improves the working efficiency of designers and improves the quality of design; compared with the prior implementation mode, the method shortens the running time; compared with the existing implementation mode, the method has the advantages that the flexibility is improved, and the running time is shortened; the comparison result is displayed by a list, so that readability and practicability are improved; the prominent highlighting of single or multiple objects increases readability.

Description

REVIT-based difference comparison method for BIM models in different stages
Technical Field
The invention relates to the technical field of three-dimensional design of smart city engineering, in particular to a difference comparison method of BIM models in different stages based on REVIT.
Background
In the neighborhood of a smart city, engineering three-dimensional design is the most common and reliable mode at present, the problems of multiple process files, multiple file interaction, multiple file content change and the like exist in the design, personnel at each stage need to distinguish and identify modification change and the like of files at the early stage in the working process, version change content is easy to omit in practical application, and the problem of low efficiency exists.
Disclosure of Invention
In view of the above-mentioned problems in the background art, the present invention provides a difference comparison method based on different phases of the BIM model of REVIT, comprising the following steps:
s1, establishing a form database;
s2, window construction, including foreground opening new version model, background opening old version model needing comparison;
s3, processing the document;
s4, object screening, including user screening model elements to be compared and collecting new and old version model element sets;
s5, file comparison, including comparison element collection content, and collection comparison results;
s6, forming a list, and displaying a comparison result by a foreground file;
and S7, result display processing.
Further, the step S2 specifically includes the following steps:
s21, creating a user form: acquiring a commandData object of a current document through an IExternalCommand interface, and calling a window designed in a UI module to display;
s22, generating a file selection form: utilizing openFileDialog to create a selection window instance;
s23, judging the file acquisition condition;
s24, returning a file path selected by the user: returning the path name of the RVT file selected by the user through openFileDialog;
s25, calling a document processing module: and assigning the acquired path name to a document calling module for further processing.
Further, according to the judgment result of the step S23, if a result is obtained, performing step S24; and if the acquisition fails, performing exception handling and returning to the windows.
Further, the step S3 specifically includes:
s31, acquiring document path: selecting a document path by a user acquired by a file selection module;
s32, acquiring an application program instance: acquiring an APPLICATION instance of a current active RVT document;
s33, background loading of documents: calling an application program instance document loading method, assigning the user-selected document path to the application program instance, and loading the user-selected document to a background;
s34, judging the loading condition;
s35, calling a screening module: and the user selected document opened in the background and the current active document are assigned to the screening module for further processing.
Further, according to the loading result of the step S34, if the loading is successful, the step S35 is performed, and if the loading is failed, the exception handling is performed, and the exception is obtained and returned to the user.
Further, the step S4 specifically includes the following steps:
s41, obtaining the name of the screening object selected by the user: acquiring a screening object name character string selected by a user in a window;
s42, converting object names: obtaining a name character string object and converting the name character string object into a built-in name of a corresponding object of revit;
s43, creating a filter rule: creating different types of class filters and Category filters corresponding to the object names;
s44, creating an object collector: respectively creating a document content object collector for the current active document and the user selected document;
s45, adding a filter rule: adding the filter rules of the step S43 to the current active document and the document collector selected by the user;
s46, generating a filtering result: filtering the collector to generate a current active document and a filter result of the document selected by the user;
s47, calling a comparison module: and assigning the filter results of the current active document and the document selected by the user to a comparison module for further processing.
Further, the step S5 specifically includes:
s51, acquiring result object characteristic values: extracting characteristic IDs in the filter result of the A, B document;
s52, comparing by the comparator: carrying out difference arrangement comparison on the A, B result to generate a comparison result array;
s53, judging a comparison result;
s54, calling a list generation module: and assigning the comparison result to a list generation module for further processing.
Further, according to the determination result of the step S53, if the comparison is successful, the step S54 is performed, and if the comparison is failed, the exception handling is performed, and the comparison failure result is returned to the system program.
Further, the step S6 specifically includes:
s61, generating a list example: creating a manifest style instance;
s62, screening result parameters: traversing object parameters in the result list, and screening according to the importance degree;
s63, judging a screening result: according to the screening result, if the screening is successful, the step S64 is carried out, if the screening is failed, the exception processing is carried out, and the screening parameter exception value is returned to the system program for processing;
s64, generating the list content: the content and the parameters of the sorting result are displayed according to the list style;
s65, calling a result display module: and assigning the list to a result display module for further processing.
Further, step S7 specifically includes:
s71, display list: calling a design window in the UI module to draw, and displaying all comparison results;
s72, acquiring a display mode selected by a user: acquiring a display mode selected by a user in a window;
s73, displaying: all results in the list are displayed;
s74, highlighting display: highlighting only the results selected by the user;
s75, hiding all objects in the non-list: calling an IsopateElementTemporary method to hide all objects except the result;
s76, highlighting all objects in the list: calling a SetElementIds method to display all objects in the list;
s77, acquiring the user selected object: acquiring an object of a name clicked by a user in a list;
s78, highlighting the user selected object: the SetElementIds method is invoked to display the user selected object.
The difference comparison method of the BIM models in different stages based on the REVIT is based on the secondary development of REVIT software, and provides a difference comparison method according to the BIM models in different stages. More specific beneficial effects are explained as follows: native comparison in software is realized, the requirement of file comparison is met, complicated operation is reduced, the working efficiency of designers is improved, and the design quality is improved; compared with the prior implementation mode, the method shortens the running time; compared with the existing implementation mode, the method has the advantages that the flexibility is improved, and the running time is shortened; the comparison result is displayed by a list, so that readability and practicability are improved; the prominent highlighting of single or multiple objects increases readability.
Drawings
FIG. 1 is a flowchart illustrating step S2 according to the present invention;
FIG. 2 is a flowchart illustrating step S3 according to the present invention;
FIG. 3 is a flowchart illustrating step S4 according to the present invention;
FIG. 4 is a flowchart illustrating step S5 according to the present invention;
FIG. 5 is a flowchart illustrating step S6 according to the present invention;
FIG. 6 is a flowchart illustrating step S7 according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described below with reference to the accompanying drawings and examples. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention provides a difference comparison method of BIM models in different stages based on REVIT, which comprises the following steps:
s1, establishing a form database; the method is mainly established according to the requirement engineering design requirement.
S2, window construction, including foreground opening new version model, background opening old version model needing comparison; referring to the flowchart of the step shown in fig. 1, step S2 specifically includes the following steps: s21, creating a user form: acquiring a commandData object of a current document through an IExternalCommand interface, and calling a window designed in a UI module to display; s22, generating a file selection form: utilizing openFileDialog to create a selection window instance; s23, judging the file acquisition condition; s24, returning a file path selected by the user: returning the path name of the RVT file selected by the user through openFileDialog; s25, calling a document processing module: and assigning the acquired path name to a document calling module for further processing.
If a result is obtained, the process proceeds to step S24, based on the determination result of step S23; and if the acquisition fails, performing exception handling and returning to the windows. The method belongs to stage file selection, two files need to be compared, two files for comparison are needed at first, the foreground and the background files are used for comparison in the patent step, a window is created in the foreground file, and the stage file selector is used for selecting the background file, so that the content of the files needing to be compared can be confirmed in the foreground file, and the error probability is reduced.
S3, processing the document; after the file path is obtained in the previous stage (step), the file needs to be loaded into the cache in this stage (step), and with reference to the flowchart of this step in fig. 2, step S3 specifically includes: s31, acquiring document path: selecting a document path by a user acquired by a file selection module; s32, acquiring an application program instance: acquiring an APPLICATION instance of a current active RVT document; s33, background loading of documents: calling an application program instance document loading method, assigning the user-selected document path to the application program instance, and loading the user-selected document to a background; s34, judging the loading condition; s35, calling a screening module: and the user selected document opened in the background and the current active document are assigned to the screening module for further processing.
Based on the loading result in step S34, if the loading is successful, step S35 is performed, and if the loading is failed, exception handling is performed, and the exception is obtained and returned to the user. Compared with the method that two files are opened simultaneously, the efficiency can be effectively improved by comparing the files in the cache.
S4, object screening, including user screening model elements to be compared and collecting new and old version model element sets; in this stage, a comparison rule and a collector are created according to the type of the comparison object selected in the user interface, and two files respectively compare and collect objects of the same type, with reference to the flowchart of the step shown in fig. 3, step S4 specifically includes the following steps: s41, obtaining the name of the screening object selected by the user: acquiring a screening object name character string selected by a user in a window; s42, converting object names: obtaining a name character string object and converting the name character string object into a built-in name of a corresponding object of revit; s43, creating a filter rule: creating different types of class filters and Category filters corresponding to the object names; s44, creating an object collector: respectively creating a document content object collector for the current active document and the user selected document; s45, adding a filter rule: adding the filter rules of the step S43 to the current active document and the document collector selected by the user; s46, generating a filtering result: filtering the collector to generate a current active document and a filter result of the document selected by the user; s47, calling a comparison module: and assigning the filter results of the current active document and the document selected by the user to a comparison module for further processing. The step does not need to compare all types, effectively reduces the comparison range and reduces the comparison time.
S5, file comparison, including comparison element collection content, and collection comparison results; referring to the flowchart of fig. 4, step S5 specifically includes: s51, acquiring result object characteristic values: extracting characteristic IDs in the filter result of the A, B document; s52, comparing by the comparator: carrying out difference arrangement comparison on the A, B result to generate a comparison result array; s53, judging a comparison result; s54, calling a list generation module: and assigning the comparison result to a list generation module for further processing.
If the comparison is successful, the determination result of step S53 goes to step S54, and if the comparison is failed, exception handling is performed, and the comparison failure result is returned to the system program. Compared with the existing implementation mode, the method has the advantages that the flexibility is increased, and the running time is shortened.
S6, forming a list, and displaying a comparison result by a foreground file; referring to the flowchart of fig. 5, step S6 specifically includes: s61, generating a list example: creating a manifest style instance; s62, screening result parameters: traversing object parameters in the result list, and screening according to the importance degree; s63, judging a screening result: according to the screening result, if the screening is successful, the step S64 is carried out, if the screening is failed, the exception processing is carried out, and the screening parameter exception value is returned to the system program for processing; s64, generating the list content: the content and the parameters of the sorting result are displayed according to the list style; s65, calling a result display module: and assigning the list to a result display module for further processing. The comparison result is displayed by a list, and readability is improved.
And S7, result display processing. Referring to the flowchart of fig. 6, step S7 specifically includes: s71, display list: calling a design window in the UI module to draw, and displaying all comparison results; s72, acquiring a display mode selected by a user: acquiring a display mode selected by a user in a window; s73, displaying: all results in the list are displayed; s74, highlighting display: highlighting only the results selected by the user; s75, hiding all objects in the non-list: calling an IsopateElementTemporary method to hide all objects except the result; s76, highlighting all objects in the list: calling a SetElementIds method to display all objects in the list; s77, acquiring the user selected object: acquiring an object of a name clicked by a user in a list; s78, highlighting the user selected object: the SetElementIds method is invoked to display the user selected object. The prominent highlighting of single or multiple objects increases readability.
The difference comparison method of the BIM models in different stages based on the REVIT does not need to convert formats, export or upload in application, and realizes stage version comparison, content filtering and display in REVIT software. More specific beneficial effects are explained as follows: native comparison in software is realized, the requirement of file comparison is met, complicated operation is reduced, the working efficiency of designers is improved, and the design quality is improved;
although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. A difference comparison method of different-stage BIM models based on REVIT is characterized by comprising the following steps:
s1, establishing a form database;
s2, window construction, including foreground opening new version model, background opening old version model needing comparison;
s3, processing the document;
s4, object screening, including user screening model elements to be compared and collecting new and old version model element sets;
s5, file comparison, including comparison element collection content, and collection comparison results;
s6, forming a list, and displaying a comparison result by a foreground file;
and S7, result display processing.
2. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S2 specifically includes the following steps:
s21, creating a user form: acquiring a commandData object of a current document through an IExternalCommand interface, and calling a window designed in a UI module to display;
s22, generating a file selection form: utilizing openFileDialog to create a selection window instance;
s23, judging the file acquisition condition;
s24, returning a file path selected by the user: returning the path name of the RVT file selected by the user through openFileDialog;
s25, calling a document processing module: and assigning the acquired path name to a document calling module for further processing.
3. The method for comparing differences of BIM models in different stages based on REVIT as claimed in claim 2, wherein according to the determination result of the step S23, if the result is obtained, the step S24 is performed; and if the acquisition fails, performing exception handling and returning to the windows.
4. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S3 specifically includes:
s31, acquiring document path: selecting a document path by a user acquired by a file selection module;
s32, acquiring an application program instance: acquiring an APPLICATION instance of a current active RVT document;
s33, background loading of documents: calling an application program instance document loading method, assigning the user-selected document path to the application program instance, and loading the user-selected document to a background;
s34, judging the loading condition;
s35, calling a screening module: and the user selected document opened in the background and the current active document are assigned to the screening module for further processing.
5. The method for difference comparison of different BIM models based on REVIT as claimed in claim 4, wherein according to the loading result of the step S34, if the loading is successful, the step S35 is performed, and if the loading is failed, the exception is processed, and the obtained exception is returned to the user.
6. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S4 specifically includes the following steps:
s41, obtaining the name of the screening object selected by the user: acquiring a screening object name character string selected by a user in a window;
s42, converting object names: obtaining a name character string object and converting the name character string object into a built-in name of a corresponding object of revit;
s43, creating a filter rule: creating different types of class filters and Category filters corresponding to the object names;
s44, creating an object collector: respectively creating a document content object collector for the current active document and the user selected document;
s45, adding a filter rule: adding the filter rules of the step S43 to the current active document and the document collector selected by the user;
s46, generating a filtering result: filtering the collector to generate a current active document and a filter result of the document selected by the user;
s47, calling a comparison module: and assigning the filter results of the current active document and the document selected by the user to a comparison module for further processing.
7. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S5 specifically includes:
s51, acquiring result object characteristic values: extracting characteristic IDs in the filter result of the A, B document;
s52, comparing by the comparator: carrying out difference arrangement comparison on the A, B result to generate a comparison result array;
s53, judging a comparison result;
s54, calling a list generation module: and assigning the comparison result to a list generation module for further processing.
8. The method of claim 7, wherein according to the determination result of step S53, if the comparison is successful, the step S54 is performed, and if the comparison is failed, the exception handling is performed, and the comparison failure result is returned to the system program.
9. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S6 specifically includes:
s61, generating a list example: creating a manifest style instance;
s62, screening result parameters: traversing object parameters in the result list, and screening according to the importance degree;
s63, judging a screening result: according to the screening result, if the screening is successful, the step S64 is carried out, if the screening is failed, the exception processing is carried out, and the screening parameter exception value is returned to the system program for processing;
s64, generating the list content: the content and the parameters of the sorting result are displayed according to the list style;
s65, calling a result display module: and assigning the list to a result display module for further processing.
10. The method for difference comparison of different-stage BIM models based on REVIT as claimed in claim 1, wherein the step S7 specifically includes:
s71, display list: calling a design window in the UI module to draw, and displaying all comparison results;
s72, acquiring a display mode selected by a user: acquiring a display mode selected by a user in a window;
s73, displaying: all results in the list are displayed;
s74, highlighting display: highlighting only the results selected by the user;
s75, hiding all objects in the non-list: calling an IsopateElementTemporary method to hide all objects except the result;
s76, highlighting all objects in the list: calling a SetElementIds method to display all objects in the list;
s77, acquiring the user selected object: acquiring an object of a name clicked by a user in a list;
s78, highlighting the user selected object: the SetElementIds method is invoked to display the user selected object.
CN202110662401.3A 2021-06-15 2021-06-15 REVIT-based difference comparison method for BIM models in different stages Active CN113392438B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110662401.3A CN113392438B (en) 2021-06-15 2021-06-15 REVIT-based difference comparison method for BIM models in different stages

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110662401.3A CN113392438B (en) 2021-06-15 2021-06-15 REVIT-based difference comparison method for BIM models in different stages

Publications (2)

Publication Number Publication Date
CN113392438A true CN113392438A (en) 2021-09-14
CN113392438B CN113392438B (en) 2022-02-08

Family

ID=77621101

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110662401.3A Active CN113392438B (en) 2021-06-15 2021-06-15 REVIT-based difference comparison method for BIM models in different stages

Country Status (1)

Country Link
CN (1) CN113392438B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5806078A (en) * 1994-06-09 1998-09-08 Softool Corporation Version management system
US20040268230A1 (en) * 2003-06-30 2004-12-30 Peiya Liu Systems and methods for differential document delivery based on delta description specifications
US20080177782A1 (en) * 2007-01-10 2008-07-24 Pado Metaware Ab Method and system for facilitating the production of documents
US20110307281A1 (en) * 2010-06-11 2011-12-15 Satterfield & Pontikes Construction, Inc. Model inventory manager
US20140101526A1 (en) * 2012-10-09 2014-04-10 Robert E. Marsh Method and computer-readable media for comparing electronic documents
CN109408102A (en) * 2018-09-04 2019-03-01 珠海格力电器股份有限公司 A kind of version comparison method and device, household appliance, the network equipment
CN109446372A (en) * 2018-11-16 2019-03-08 中铁投资集团有限公司 The schema differences control methods in Process in Cooperative Design based on BIM model
CN109559007A (en) * 2018-09-19 2019-04-02 中建科技有限公司深圳分公司 A kind of construction quality management method and device
CN109670222A (en) * 2018-12-07 2019-04-23 广联达科技股份有限公司 A kind of model or the online contrast difference's methods, devices and systems of drawing
CN110866383A (en) * 2019-10-15 2020-03-06 中国直升机设计研究所 Interactive electronic data list generation method and system
CN110991553A (en) * 2019-12-13 2020-04-10 盈嘉互联(北京)科技有限公司 BIM model comparison method
CN111782585A (en) * 2020-06-18 2020-10-16 万翼科技有限公司 Building information model data processing method, device and system
CN112130734A (en) * 2020-08-27 2020-12-25 北京云动智效网络科技有限公司 Document management method and device based on floating layer technology
CN112182698A (en) * 2020-09-17 2021-01-05 中北大学 Depth extraction method based on revit wall body member

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5806078A (en) * 1994-06-09 1998-09-08 Softool Corporation Version management system
US20040268230A1 (en) * 2003-06-30 2004-12-30 Peiya Liu Systems and methods for differential document delivery based on delta description specifications
US20080177782A1 (en) * 2007-01-10 2008-07-24 Pado Metaware Ab Method and system for facilitating the production of documents
US20110307281A1 (en) * 2010-06-11 2011-12-15 Satterfield & Pontikes Construction, Inc. Model inventory manager
US20140101526A1 (en) * 2012-10-09 2014-04-10 Robert E. Marsh Method and computer-readable media for comparing electronic documents
CN109408102A (en) * 2018-09-04 2019-03-01 珠海格力电器股份有限公司 A kind of version comparison method and device, household appliance, the network equipment
CN109559007A (en) * 2018-09-19 2019-04-02 中建科技有限公司深圳分公司 A kind of construction quality management method and device
CN109446372A (en) * 2018-11-16 2019-03-08 中铁投资集团有限公司 The schema differences control methods in Process in Cooperative Design based on BIM model
CN109670222A (en) * 2018-12-07 2019-04-23 广联达科技股份有限公司 A kind of model or the online contrast difference's methods, devices and systems of drawing
CN110866383A (en) * 2019-10-15 2020-03-06 中国直升机设计研究所 Interactive electronic data list generation method and system
CN110991553A (en) * 2019-12-13 2020-04-10 盈嘉互联(北京)科技有限公司 BIM model comparison method
CN111782585A (en) * 2020-06-18 2020-10-16 万翼科技有限公司 Building information model data processing method, device and system
CN112130734A (en) * 2020-08-27 2020-12-25 北京云动智效网络科技有限公司 Document management method and device based on floating layer technology
CN112182698A (en) * 2020-09-17 2021-01-05 中北大学 Depth extraction method based on revit wall body member

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
宋家宏: "半天入门Revit二次开发", 《知乎》 *
张金辉等: "基于BIM的装配式建造信息系统研究", 《土木建筑工程信息技术》 *
王佳等: "基于构件形状分布和配准位置的BIM模型对比方法", 《图学学报》 *

Also Published As

Publication number Publication date
CN113392438B (en) 2022-02-08

Similar Documents

Publication Publication Date Title
US20200279107A1 (en) Digital image-based document digitization using a graph model
KR101149828B1 (en) Use case diagrams are based on test case generation programs and use them to generate test cases
JP5092165B2 (en) Data construction method and system
CN109948641A (en) Anomaly groups recognition methods and device
CN110889310B (en) Financial document information intelligent extraction system and method
CN105630797B (en) Data processing method and system
CN110222090A (en) A kind of mass data Mining Frequent Itemsets
CN106203631A (en) The parallel Frequent Episodes Mining of description type various dimensions sequence of events and system
CN109740159A (en) For naming the processing method and processing device of Entity recognition
CN107451429A (en) A kind of system of keyization analysis RNA data
CN112988305A (en) Policy flow processing method and device, computer equipment and storage medium
CN113392438B (en) REVIT-based difference comparison method for BIM models in different stages
CN107590225A (en) A kind of Visualized management system based on distributed data digging algorithm
CN109754023A (en) Novel Decision-Tree Method based on J divergence
CN116385787A (en) Layer processing method and device for UI (user interface) fragmented layers
CN109840258A (en) A kind of data digging method and device based on correlation rule
CN114706558A (en) K-TRUSS-based complex software key module identification method
CN113849659A (en) Construction method of audit system time sequence knowledge graph
CN111209158B (en) Mining monitoring method and cluster monitoring system for server cluster
CN107886107B (en) Big data fusion method, system and device
CN112100483A (en) Association rule recommendation method fusing user interest weight
CN112395343A (en) DSG-based field change data acquisition and extraction method
CN114595610B (en) Method for creating tunnel finite element model based on Revit secondary development and Ansys command stream
Valtchev et al. Incremental maintenance of association rule bases
CN113760913B (en) Elasticity-extensible equipment cost acquisition method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 510290 No. 483, Nanzhou Road, Haizhu District, Guangzhou City, Guangdong Province

Patentee after: Guangdong Urban and Rural Planning and Design Institute Technology Group Co.,Ltd.

Patentee after: Guangdong Architectural Design and Research Institute Co.,Ltd.

Address before: 510290 No. 483, Nanzhou Road, Haizhu District, Guangzhou City, Guangdong Province

Patentee before: Guangdong urban and rural planning and Design Institute Co.,Ltd.

Patentee before: Guangdong Architectural Design and Research Institute Co.,Ltd.