WO2024108580A1 - Multi-dimensional parameterized city information model construction method and system, and computer device - Google Patents

Multi-dimensional parameterized city information model construction method and system, and computer device Download PDF

Info

Publication number
WO2024108580A1
WO2024108580A1 PCT/CN2022/134454 CN2022134454W WO2024108580A1 WO 2024108580 A1 WO2024108580 A1 WO 2024108580A1 CN 2022134454 W CN2022134454 W CN 2022134454W WO 2024108580 A1 WO2024108580 A1 WO 2024108580A1
Authority
WO
WIPO (PCT)
Prior art keywords
entity
parameter
parameters
topological
objects
Prior art date
Application number
PCT/CN2022/134454
Other languages
French (fr)
Chinese (zh)
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 PCT/CN2022/134454 priority Critical patent/WO2024108580A1/en
Publication of WO2024108580A1 publication Critical patent/WO2024108580A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/05Geographic models

Definitions

  • the present invention belongs to the technical field of urban modeling, and in particular relates to a method, system and computer equipment for constructing a multi-dimensional parameterized urban information model.
  • CIM City Information Model
  • BIM Building Information Model
  • the integration of BIM and GIS has a wide range of application needs and is the basis for refined and intelligent urban management. Both have value and necessity for integration in terms of data structure and application. However, the two have independent modeling methods and data standards, and there are large differences in geometry and semantic information.
  • the 3DGIS standard CityGML uses surfaces to express geometric information
  • the IFC standard in the BIM field uses entities to express geometric information.
  • the integration of BIM and GIS is one of the key technologies of CIM technology and platform, and realizing the integrated three-dimensional modeling of BIM and GIS is a fundamental solution.
  • Traditional 3D modeling technology based on surface representation is generally used to reflect the basic appearance characteristics of a city and can adapt to surface models of any shape; but it also has many disadvantages, including lack of entity semantics, difficulty in expressing topological relationships, difficulty in describing internal information of objects, etc.
  • BIM modeling technology can supplement the deficiencies of traditional 3D modeling in these aspects, and it is widely used in various construction engineering fields such as buildings and bridges.
  • Each component in the BIM model is a composite model with parameters and behaviors, which is composed of many features.
  • BIM standards such as IFC standards are numerous, complex, high in learning cost, and low in efficiency.
  • Topological relationships become virtual objects, which makes conversion easy to lose; 2) BIM modeling technology provides lofting, elevation and other functions to help users reduce repeated modeling and achieve accurate positioning, but it is far from achieving intelligent, batch and fast modeling; 3) Based on secondary development, professional plug-in modules can be provided, but each function is often narrow in scope and requires professional knowledge and multi-tool linkage; 4) When the design plan changes, multiple modifications and integration are required; 5) BIM modeling products are often modeled separately for multiple disciplines, and each discipline is integrated after it is built, which usually leads to component conflicts.
  • the purpose of the present invention is to provide a multi-dimensional parametric urban information model construction method, system and computer equipment, which accurately express the spatial position, morphological occupation and spatial connection of CIM entities through the digital expression of complex two- and three-dimensional entities and spaces, realize the parametric conversion and establishment of CIM entities, and enable more accurate topological relationship definitions between entities, realize the linkage update, automatic update and integrity update of CIM scenes, and improve the modeling speed.
  • a method for constructing a multi-dimensional parameterized urban information model comprising the following steps:
  • Construct a parameter demodulator to extract entity positions and construction parameters from one entity or a group of entities, and convert the extracted entity positions and construction parameters into parameter information to support modeling of other entities;
  • the scene is constructed step by step in layers and grades;
  • the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure;
  • the spatial objects include framework objects, entities, and rule entity groups;
  • Construct sub-objects of the framework object and establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and between the child object and the sibling object by using the topological relationship between the child object and the existing entity object or according to the parameter demodulator;
  • the corresponding model of the sub-object is found from the basic model library and parameterized modeling is performed.
  • the constructed parameter demodulator includes an input module, an output module and a calculation module, wherein the input module is used to obtain input parameters; the calculation module calculates the parameters input by the input module to obtain output parameters; and the output module provides the output parameters calculated by the calculation module for use by other entities.
  • the parameters are parameters for constructing a geometric model, including numerical values, character strings, geometric data and data structures;
  • the input parameters of the input module include constant values, parameters of entity objects, and output parameters of other parameter demodulators;
  • the output parameters of the output module are of numerical type directly used by other entity objects;
  • the parameter demodulator is divided into numerical parameter demodulator, geometric topology parameter demodulator and parameter extraction parameter demodulator;
  • the values of the numerical parameter demodulator include constant values, programmatically calculated values, sequence arrays and dimension reduction values;
  • the geometric topology parameter demodulator performs spatial topological operations on the geometric body, and the spatial topological operations include:
  • Linear geometry decomposer which splits the topological line into several sub-segments or position points
  • the surface geometry decomposer splits the topological surface into several topological lines or position points
  • the spatial volume geometry decomposer divides the topological spatial volume into several topological surfaces, topological lines or position points;
  • the spatial buffer unit buffers the linear, surface, and spatial bodies according to the preset distance or image range to obtain new topological geometry
  • a bearing surface extraction unit which establishes a bearing surface of an object and uses the bearing surface as an attachment surface
  • the cross-section analysis unit extracts the projection cross-section of a certain space body on a certain surface and obtains a set of line segments;
  • Topological intersection unit used to calculate the intersection points of topological geometries
  • the parameter extraction type parameter demodulator is used to collect and summarize several parameters.
  • the parameter extraction methods include:
  • Parameter transfer extracting a parameter from the first entity and outputting it to the second entity
  • Location collection extracting location parameters of multiple entities according to search rules
  • the constructed scene realizes the following functional characteristics through the inclusion and carrying relationship of entities:
  • entity attributes include construction geometry parameters, position, and bounding box
  • the entity represents a real-world object and has a three-dimensional model expression form
  • the framework object represents a carrier in space, has topological characteristics, and manages several sub-objects;
  • the rule entity group is a virtual management unit, including several entities, and provides specific positions, orientations and other modeling parameters for the entities; the rule entity group dynamically maintains the number and spatial occupancy of several child objects included in the parent object.
  • sub-objects of the construction framework object include:
  • the child object and the existing entity object can realize parameter transfer, then create a corresponding parameter demodulator according to the implementation logic of parameter transfer, associate the input of the parameter demodulator with the existing entity object whose parameters need to be extracted, and associate the output of the parameter demodulator with the current child object, so as to realize the geometric parameters of the associated object are transferred to the current child object; otherwise, no processing is performed, and the parent object and the child object retain the default containment relationship;
  • modeling relationships include opening relationships
  • constraint relationships include inclusion relationships
  • connection relationships include coverage relationships
  • projection relationships include link relationships
  • a rule entity group is first constructed, and the rule entity group manages several entities, and the number and space occupancy of multiple child objects contained in the parent object are dynamically maintained through the rule entity group.
  • the construction method further comprises: updating the scene model according to the parameter changes of the framework object and the sub-object; the updating of the scene model comprises:
  • the sub-objects are informed to recalculate the modeling parameters and obtain new space occupation information; the framework object determines whether there is a collision with the sub-object. If there is no collision update, the response parameters are allowed, and the parameter changes are applied to update the model of the framework object and its sub-objects. Otherwise, the conflict is informed or the corresponding parameters are not adjusted.
  • the new space occupation is calculated first, and the parent object is notified to calculate whether there is a collision between the child objects. If there is no collision, the parent object makes corresponding adjustments. If there is a collision, the parent object is notified of the conflict or the corresponding parameters are not adjusted.
  • a multi-dimensional parameterized urban information model construction system comprising the following modules:
  • a data structure building module is used to build a geometric data structure, and the geometric bodies of the built geometric data structure include points, lines, surfaces and space bodies;
  • Basic model library construction module used to build a basic model library oriented to entity semantics
  • a parameter demodulator building module used for building a parameter demodulator, used for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
  • the scene construction module is used to gradually complete the construction of the scene in layers and grades according to the composition logic of the modeling scene;
  • the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure;
  • the spatial objects include framework objects, entities, and rule entity groups;
  • An object construction module is used to construct a framework object of a scene; and to construct a sub-object of the framework object, and to establish a topological relationship between a parent object and a child object, a topological relationship between a child object and a sibling object, a topological relationship between an associated object and a child object, and an association relationship between a parent object and a child object, and between a child object and a sibling object by using a topological relationship between the child object and an existing entity object or according to a parameter demodulator;
  • a parameterization module used to find the corresponding model of the sub-object from the basic model library and perform parameterized modeling
  • the object construction module is also used to determine whether the space occupation of the sub-object conflicts with that of the regular entity group; if the space occupation of the sub-object conflicts with that of the regular entity group, the regular entity group is automatically segmented according to the space occupation of the sub-object.
  • the computer device of the present invention comprises a memory, a processor and a computer program stored in the memory and executable on the processor.
  • the processor executes the computer program, the multi-dimensional parameterized city information model construction method of the present invention is implemented.
  • the present invention has the following advantages:
  • the constructed model contains rich association relationships.
  • the framework objects and rule entity groups have the capabilities of sub-object management and parameter transmission, which greatly improves the multi-entity management capabilities.
  • the parameter transmission and sharing mechanism can further realize the linkage update, automatic update and integrity update of CIM scenes.
  • the modeling parameters can be obtained from the associated entities through the parameter demodulator, reducing manual interaction and thus improving the modeling speed.
  • the general modeling technology only considers the linkage update of local scenes. After the modeling scheme is adjusted, the scene update range is large and there is a lot of repetitive work.
  • the modeling results of the present invention not only have a three-dimensional model, but also have rich semantic information, retain the association relationship during modeling, effectively realize the integration of BIM and GIS, and provide data support for subsequent CIM applications.
  • the present invention provides a set of business processes for reading parameters, calculating parameters, and using parameters from entities, which greatly reduces the requirements for users to handle modeling parameters; this modeling method using association relationships is also easier to understand and simpler to operate.
  • General modeling technology is more concerned with the parameterization of specific components, lacks parameter transfer between components, and is complex to operate.
  • FIG. 1 is a flow chart of a method for constructing a multidimensional parameterized urban information model according to an embodiment of the present invention.
  • FIG2 is a schematic diagram of the composition logic of a parameter demodulator according to an embodiment of the present invention.
  • FIG3 is a schematic diagram of a coordination mechanism between a scene and a parameter demodulator according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of updating a city information model in an embodiment of the present invention.
  • the present invention relates to a parametric expression and dynamic update method of two- and three-dimensional entities and their spatial topological relationships, and is a method and system for constructing a multidimensional parametric urban information model.
  • the present invention is further described below in conjunction with the accompanying drawings and embodiments, but the embodiments of the present invention are not limited to this.
  • this embodiment starts from two levels: one is to define the digital expression of complex two-dimensional and three-dimensional entities and spaces, and the other is to realize parametric modeling and establish a multi-dimensional parametric urban information model construction method. Specifically, it includes defining a two-dimensional and three-dimensional integrated geometric data structure, adopting a top-down modeling strategy, and forming a multi-dimensional association and linkage update modeling mechanism by transferring component modeling parameters; it can greatly improve modeling efficiency, have ease of use and intuitiveness of operation, and have scene linkage and automatic update, and its modeling results have good semantic characteristics.
  • This embodiment forms a set of urban information model construction methods that flexibly transmit entity modeling parameters based on the association relationship between entities.
  • the method mainly establishes a hierarchical classification management mechanism and a multi-level message transmission mechanism for entities based on scenes, and realizes the parameter information sharing of entities based on parameter demodulators, so as to realize accurate, fast, self-resolving conflict entity space occupation and fast responsive update of scenes; its core includes building a set of two-dimensional and three-dimensional integrated geometric data structures, a parameterized CIM basic model library and various types of parameter demodulators.
  • the method for constructing a multi-dimensional parameterized city information model in this embodiment includes the following steps:
  • the constructed CIM basic model library is a CIM entity template library, and the geometry of its three-dimensional model is generated by CSG modeling technology driven by construction geometry parameters.
  • the constructed parameter demodulator includes an input module, an output module and a calculation module, wherein the input module is used to obtain input parameters from places including associated entities; the calculation module calculates the parameters input by the input module to obtain output parameters; and the output module provides the output parameters calculated by the calculation module for use by other entities.
  • the number of parameters input and output by the parameter demodulator is determined by the algorithm module.
  • the parameters are mainly parameters for constructing geometric models, which can be numerical values, strings, geometric data, or complex data structures, such as data structures composed of handles of other parameter demodulators and names of output attributes.
  • the composition logic of the parameter demodulator is shown in Figure 2.
  • the input module of the parameter demodulator includes multiple inputs, and the specific types are as follows:
  • Constant value It can be a specific value entered by the user.
  • Entity object parameters You can search for entity objects in the scene by using keywords such as entity object name, type, ID, etc. Since the parameters of entity objects are public, you can obtain the parameters of entity objects through API and interface methods.
  • the output module of the parameter demodulator can output one or more parameters.
  • the output parameter is generally a numeric type and can be directly used by other entity objects.
  • the output parameter can also be obtained through the interface (interface name: getOutputByName(String outProperityName)) to achieve dynamic update.
  • the calculation module of the parameter demodulator performs calculations according to a preset algorithm.
  • the parameter demodulator can be classified into numerical parameter demodulators, geometric topology parameter demodulators, and parameter extraction parameter demodulators.
  • the calculation module of the numerical parameter demodulator is implemented based on numerical values, and the numerical values include the following types:
  • Constant value Provides fixed parameters for elevation, axis, etc.
  • Sequence array Provides random values and arrays arranged according to predetermined rules.
  • Reduced dimensionality values Extract reduced dimensionality values from multi-dimensional values, such as extracting the Z coordinate from a three-dimensional space point.
  • the geometric topology parameter demodulator performs spatial topological operations on geometric bodies such as points, lines, surfaces, and spatial bodies.
  • the spatial topological operations include the following types:
  • Linear geometry decomposer It can split the topological line into several sub-segments or position points.
  • Planar geometry decomposer It can split the topological surface into several topological lines or position points.
  • Spatial geometry decomposer It can split the topological spatial body into several topological surfaces, topological lines or position points.
  • Spatial buffer unit Lines, surfaces, and spatial bodies can be buffered according to a preset distance or image range to obtain new topological geometry.
  • Bearing surface extraction unit Create a bearing surface for an object, which can be used as an attachment surface.
  • Cross-section analysis unit Extract the projection cross section of a certain space body on a certain surface to obtain a set of line segments.
  • Topological intersection unit Calculate the intersection points of topological geometries based on topological geometries such as line segments and line segments.
  • the parameter extraction type parameter demodulator is used to collect and summarize a number of parameters.
  • the parameter extraction methods include the following types:
  • Location collection Extract location parameters of multiple entities according to search rules (such as by entity type).
  • the key position points of the topological space can be marked and extracted from topological lines, topological surfaces, topological points, etc., to generate new topological geometric data.
  • the constructed scene includes a management framework composed of several spatial objects, which is a collection of spatial objects; wherein the spatial objects include framework objects, entities, rule entity groups and other types.
  • the scenario constructed in this step expresses the inclusion and carrying relationship of entities in a tree structure, and realizes the following functional characteristics through the inclusion and carrying relationship of entities:
  • each tree node of the tree structure corresponds to a space object (SpaceObject).
  • SpaceObject space object
  • the specific forms of space objects (SpaceObject) include framework objects, rule entity groups, and entities, all of which have spatial positions and spatial ranges.
  • the basic attribute definitions are shown in Table 2.
  • entity represents a real-world object, has a three-dimensional model expression, inherits the spatial object and extends the properties shown in Table 3.
  • the frame object represents a carrier in space, has certain topological characteristics (such as closure and topological stability), and manages several sub-objects.
  • the frame object can be a virtual carrier (such as a room) or a specific three-dimensional model expression; it inherits the definition of the entity and extends the properties shown in Table 4.
  • a Ruled Entity Group is a virtual management unit that contains several entities and provides specific locations, orientations, and other modeling parameters for these entities. It is generally used to manage entities arranged according to certain rules, such as pipelines that have topological relationships and are segmented.
  • the construction geometry parameters of a Ruled Entity Group are often multi-line segments, polygons, spatial bodies, etc., rather than a spatial location point; a Ruled Entity Group can dynamically maintain the number and spatial occupancy of several child objects included in the parent object, inherit the definition of the spatial object, and extend the properties shown in Table 5.
  • S5. Construct a framework object of the scene. If the framework object is not a virtual object, establish a three-dimensional model of the framework object; if the framework object is a virtual object, add a node to the tree structure of the scene (also called a scene tree).
  • the scene can contain one or more framework objects.
  • the geometric data and attribute data of the framework object can be obtained through data analysis such as CAD and SHP or user drawing, and the geometric model finds the corresponding model from the basic model library and models it parametrically.
  • S6 Construct child objects of the framework object, establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and the child object and the sibling object, and add them to the corresponding nodes of the scene tree.
  • Each frame object and its sub-objects are constructed as spatial objects.
  • a sub-object can be a specific entity object, which no longer contains other sub-objects; or it can be a frame object (i.e., a parent object), which still contains sub-objects.
  • the construction process of a sub-object includes the following steps:
  • the child object and the existing entity object can realize parameter transfer, that is, the construction geometric parameters of the child object can be converted from the parameters of the existing entity object through geometric operations, numerical calculations, etc., then by creating a parameter demodulator, the input of the parameter demodulator is associated with the object whose parameters need to be extracted, and the output of the parameter demodulator is associated with the current child object (that is, this child object), so as to realize the transfer of the geometric parameters of the associated object (that is, the associated existing entity object) to the current child object; otherwise, it will not be processed, and the parent object and the child object will retain the default containment relationship.
  • Each sub-entity (ie, sub-object) in the regular entity group can be provided with independent position, orientation and other parameters by the parameter demodulator.
  • the coordination mechanism between the scene and the parameter demodulator is shown in Figure 3.
  • the parameter demodulator can obtain the parameters of any spatial object from the scene; the parameter demodulator can also be used to set the parameters of any spatial object in the scene.
  • the spatial object includes each frame object and its sub-objects in the scene.
  • Modeling relationships such as opening relationships, are used to trigger the reconstruction of the target 3D model; constraint relationships are used to control the topological associations that must be satisfied between objects; and business association relationships are used to clarify the ownership and reference relationships with internal resources.
  • modeling relationships include open relationships
  • constraint relationships include inclusion relationships
  • connection relationships include coverage relationships and projection relationships
  • business association relationships include link relationships
  • a parent object and a child object When establishing the association between a parent object and a child object, or between a child object and a sibling object, it is necessary to analyze and extract the spatial geometric relationship between the parent object and the child object. For example, if the geometric axis data of the parent object and the child object (such as the axis of a wall is the center line of the bottom of the wall) is a set of parallel line segments, then a separate association relationship can be established. Similarly, a child object can also analyze the spatial geometric relationship with its sibling object to establish an association relationship between the two.
  • a rule entity group can be constructed first, and the rule entity group manages several entities, and the number and space occupancy of multiple child entities contained in the parent object are dynamically maintained through the rule entity group.
  • association relationship is stored in the "association relationship" field of the entity, and is stored in JSON or other similar ways.
  • Different association relationship storage structures have certain differences, but all include relationship type, relationship name, target object ID and other parameter information.
  • association relationship in the modeling process can be automatically created or actively added based on actual conditions.
  • the automatically created association relationships include containment relationships and connection relationships.
  • the containment relationship is contained in the scene hierarchy, and the connection relationship is contained in the parameter demodulator.
  • Actively added relationships include open relationships, covering relationships, projection relationships, link relationships, etc. These relationships require modelers to fill in according to the actual situation between entities.
  • the covering relationship is the covering relationship between this object and other objects, which is an actively set behavior.
  • intelligent semantic analysis can reduce the manual filling of such relationships, but it is still a kind of human cognition of entity relationships.
  • the association relationship can be used in the modeling process or in subsequent specific applications.
  • the automatically created association relationship is maintained by the modeling scene, and the actively added association relationship can be used in scene modeling and scene update.
  • the opening relationship will lead to the model construction process of the parent object, affecting the modeling; the covering relationship between the object and the associated object can be verified by spatial geometry calculation, and a prompt message will be output if it is not satisfied.
  • step S8 Find the corresponding model of the sub-object from the CIM basic model library in step S2 and perform parametric modeling.
  • the scene model is updated according to the parameter changes of the framework object and the sub-object, as shown in FIG4. Specifically, the following situations are included:
  • the sub-object is informed to recalculate the modeling parameters and obtain new space occupation information; the framework object determines whether the sub-object can be updated, that is, whether there is a collision. If there is no collision, the response parameters are allowed, and the parameter changes are applied to update the model of the framework object and its sub-objects. Otherwise, the conflict is informed or the corresponding parameters are not adjusted.
  • the sub-object will also pass the parameter change information to its own object.
  • this embodiment provides a multi-dimensional parameterized city information model construction system, including the following modules:
  • a data structure building module is used to build a geometric data structure, and the geometric bodies of the built geometric data structure include points, lines, surfaces and space bodies;
  • Basic model library construction module used to build a basic model library oriented to entity semantics
  • a parameter demodulator building module used for building a parameter demodulator, used for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
  • the scene construction module is used to gradually complete the construction of the scene in layers and grades according to the composition logic of the modeling scene;
  • the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure;
  • the spatial objects include framework objects, entities, and rule entity groups;
  • the object construction module is used to construct the framework object of the scene; and to construct the sub-objects of the framework object, and to establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and between the child object and the sibling object by using the topological relationship between the sub-object and the existing entity object or according to the parameter demodulator; and to realize the coupling between entities through the association relationship;
  • a parameterization module used to find the corresponding model of the sub-object from the basic model library and perform parameterized modeling
  • the scene update module is used to update the scene model according to the parameter changes of the framework object and sub-objects.
  • the object construction module is also used to determine whether the space occupation of the sub-object conflicts with the space occupation of the regular entity group; if the space occupation of the sub-object conflicts with the space occupation of the regular entity group, the space occupation of the sub-object is automatically segmented through the regular entity group.
  • Embodiment 1 The above modules of this embodiment are respectively used to execute the steps of Embodiment 1.
  • the detailed execution process thereof is referred to Embodiment 1 and will not be described in detail here.
  • This embodiment also provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor.
  • a computer program stored in the memory and executable on the processor.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • Software Systems (AREA)
  • Remote Sensing (AREA)
  • Computer Graphics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The present invention relates to the technical field of city modeling, and provides a multi-dimensional parameterized city information model construction method and system, and a device. The method comprises: constructing a geometric data structure, and an entity semantics-oriented basic model library; constructing a parameter demodulator for extracting an entity position and a construction parameter from one entity or a group of entities, and converting the extracted entity position and construction parameter into parameter information supporting modeling of other entities; according to the composition logic of a modeling scenario, completing scenario construction step by step in a layered and graded mode; constructing a frame object and child objects of the scenario, and establishing a topological relationship and an association relationship between a parent object/a brother object and each child object; and finding, from the basic model library, a model corresponding to the child object, and performing parameterized modeling. The present invention accurately expresses the spatial positions, form occupation, and spatial relationships of entities, and realizes parameterized conversion and establishment of the entities, so that more accurate topological relationship definition between the entities is achieved, and the modeling speed is increased.

Description

多维参数化城市信息模型构建方法、系统及计算机设备Multidimensional parameterized urban information model construction method, system and computer equipment 技术领域Technical Field
本发明属于城市建模技术领域,具体涉及一种多维参数化城市信息模型构建方法、系统及计算机设备。The present invention belongs to the technical field of urban modeling, and in particular relates to a method, system and computer equipment for constructing a multi-dimensional parameterized urban information model.
背景技术Background technique
城市信息模型(CIM)是一种新兴技术,是数字城市/智慧城市领域的应用热点与研究前沿,是在建筑信息模型(BIM)基础上向城市级进化而来的数字平台与技术。BIM和GIS的融合具有广泛的应用需求,是城市精细化、智慧化管理的基础,两者从数据结构和应用上都存在融合的价值和必要性。但两者分别有独立的建模方法和数据标准,在几何、语义信息等方面存在较大的差异,如3DGIS的标准CityGML采用表面表达几何信息,而BIM领域的IFC标准则采用实体表达几何信息。BIM和GIS融合是CIM技术和平台的关键技术之一,而实现BIM、GIS两者一体化的三维建模是一种根本性的解决思路。City Information Model (CIM) is an emerging technology, an application hotspot and research frontier in the field of digital city/smart city. It is a digital platform and technology that has evolved to the city level based on Building Information Model (BIM). The integration of BIM and GIS has a wide range of application needs and is the basis for refined and intelligent urban management. Both have value and necessity for integration in terms of data structure and application. However, the two have independent modeling methods and data standards, and there are large differences in geometry and semantic information. For example, the 3DGIS standard CityGML uses surfaces to express geometric information, while the IFC standard in the BIM field uses entities to express geometric information. The integration of BIM and GIS is one of the key technologies of CIM technology and platform, and realizing the integrated three-dimensional modeling of BIM and GIS is a fundamental solution.
传统基于面表示的三维建模技术,一般用于体现城市的基本外观特征,可以适应任意形状的表面模型;但缺点也有很多,包括缺少实体语义、难以表达拓扑关系、难以描述对象内部信息等等。Traditional 3D modeling technology based on surface representation is generally used to reflect the basic appearance characteristics of a city and can adapt to surface models of any shape; but it also has many disadvantages, including lack of entity semantics, difficulty in expressing topological relationships, difficulty in describing internal information of objects, etc.
BIM建模技术可以补充传统三维建模在这些方面的不足,其广泛应用于建筑、桥梁等多种建筑工程领域。BIM模型中每个构件都是一个参数和行为关联的复合模型,由诸多特征组成。但在现有BIM建模技术下,还是更多的重视构件本身的建模参数,并没有过多的从构件之间的关联关系这个角度来实现参数化的联动。所以存在如下几点不足:1)BIM标准如IFC标准类繁多、关系复杂、学习成本高、效率较低,拓扑关系变成虚对象导致转换容易丢失;2)BIM建模技术提供放样、标高等功能帮助用户减少重复建模及实现准确定位,但远不能实现智能的、批量快速的建模;3)基于二次开发可提供专业性的插件模块,但每个功能涉及面往往较窄,需要专业的知识和多工具联动;4)当设计方案有所变动,需要多处修改和整合;5)BIM建模产品往往是多专业分开建模,每个专业建好后再进行整合,通常容易出现构件冲突。BIM modeling technology can supplement the deficiencies of traditional 3D modeling in these aspects, and it is widely used in various construction engineering fields such as buildings and bridges. Each component in the BIM model is a composite model with parameters and behaviors, which is composed of many features. However, under the existing BIM modeling technology, more attention is paid to the modeling parameters of the component itself, and there is not much parametric linkage from the perspective of the relationship between components. Therefore, there are the following shortcomings: 1) BIM standards such as IFC standards are numerous, complex, high in learning cost, and low in efficiency. Topological relationships become virtual objects, which makes conversion easy to lose; 2) BIM modeling technology provides lofting, elevation and other functions to help users reduce repeated modeling and achieve accurate positioning, but it is far from achieving intelligent, batch and fast modeling; 3) Based on secondary development, professional plug-in modules can be provided, but each function is often narrow in scope and requires professional knowledge and multi-tool linkage; 4) When the design plan changes, multiple modifications and integration are required; 5) BIM modeling products are often modeled separately for multiple disciplines, and each discipline is integrated after it is built, which usually leads to component conflicts.
发明内容Summary of the invention
为了解决现有技术所存在的缺陷,本发明的目的是提供一种多维参数化城市信息模型构建方法、系统及计算机设备,通过复杂二三维实体与空间的数字化表达,准确表达CIM实体的空间位置、形态占位、空间联系,实现了CIM实体的参数化转换与建立,使实体之间具备更为准确的拓扑关系定义,可实现CIM场景的联动更新、自动更新及完整性更新,提升了建模速度。In order to solve the defects existing in the prior art, the purpose of the present invention is to provide a multi-dimensional parametric urban information model construction method, system and computer equipment, which accurately express the spatial position, morphological occupation and spatial connection of CIM entities through the digital expression of complex two- and three-dimensional entities and spaces, realize the parametric conversion and establishment of CIM entities, and enable more accurate topological relationship definitions between entities, realize the linkage update, automatic update and integrity update of CIM scenes, and improve the modeling speed.
本发明的方法通过如下技术方案实现的:一种多维参数化城市信息模型构建方法,包括以下步骤:The method of the present invention is implemented by the following technical solution: A method for constructing a multi-dimensional parameterized urban information model, comprising the following steps:
构建几何数据结构,所构建的几何数据结构的几何体包括点、线、面和空间体;Constructing a geometric data structure, wherein the geometric bodies of the constructed geometric data structure include points, lines, surfaces and space bodies;
构建面向实体语义的基础模型库;Build a basic model library oriented to entity semantics;
构建参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并将所提取的 实体位置和构造参数转换为支持其它实体建模的参数信息;Construct a parameter demodulator to extract entity positions and construction parameters from one entity or a group of entities, and convert the extracted entity positions and construction parameters into parameter information to support modeling of other entities;
根据建模场景的组成逻辑,分层分级逐步完成场景的构建;所构建的场景为空间对象的集合,并以树状结构表达实体的包含、承载关系;空间对象包括框架对象、实体、规则实体组;According to the composition logic of the modeling scene, the scene is constructed step by step in layers and grades; the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure; the spatial objects include framework objects, entities, and rule entity groups;
构建场景的框架对象;Build the framework object of the scene;
构建框架对象的子对象,利用子对象与已有实体对象的拓扑关系或依据参数解调器,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系;Construct sub-objects of the framework object, and establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and between the child object and the sibling object by using the topological relationship between the child object and the existing entity object or according to the parameter demodulator;
判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则规则实体组根据子对象的空间占位自动分割;Determine whether the space occupied by the sub-object conflicts with that of the rule entity group; if so, the rule entity group is automatically split according to the space occupied by the sub-object;
从所述基础模型库中找到子对象的对应模型,并进行参数化建模。The corresponding model of the sub-object is found from the basic model library and parameterized modeling is performed.
在优选的实施例中,所构建的参数解调器包括输入模块、输出模块和计算模块,其中输入模块用于获得输入参数;计算模块对输入模块所输入的参数进行计算,得到输出参数;输出模块提供计算模块所计算的输出参数,供其它实体使用。In a preferred embodiment, the constructed parameter demodulator includes an input module, an output module and a calculation module, wherein the input module is used to obtain input parameters; the calculation module calculates the parameters input by the input module to obtain output parameters; and the output module provides the output parameters calculated by the calculation module for use by other entities.
进一步优选地,所述参数为构造几何模型的参数,包括数值、字符串、几何数据和数据结构;Further preferably, the parameters are parameters for constructing a geometric model, including numerical values, character strings, geometric data and data structures;
所述输入模块的输入参数包括常数值、实体对象的参数、其它参数解调器的输出参数;The input parameters of the input module include constant values, parameters of entity objects, and output parameters of other parameter demodulators;
所述输出模块的输出参数为被其它实体对象直接使用的数值类型;The output parameters of the output module are of numerical type directly used by other entity objects;
根据计算模块的算法实现技术将参数解调器分为数值类参数解调器、几何拓扑类参数解调器、参数提取类参数解调器;According to the algorithm implementation technology of the calculation module, the parameter demodulator is divided into numerical parameter demodulator, geometric topology parameter demodulator and parameter extraction parameter demodulator;
所述数值类参数解调器的数值包括常量数值、编程式计算数值、序列数组和降维数值;The values of the numerical parameter demodulator include constant values, programmatically calculated values, sequence arrays and dimension reduction values;
所述几何拓扑类参数解调器对几何体进行空间拓扑运算,所述空间拓扑运算包括:The geometric topology parameter demodulator performs spatial topological operations on the geometric body, and the spatial topological operations include:
线性几何分解器,将拓扑线分割成若干子线段或位置点;Linear geometry decomposer, which splits the topological line into several sub-segments or position points;
面状几何分解器,将拓扑面分割成若干拓扑线或位置点;The surface geometry decomposer splits the topological surface into several topological lines or position points;
空间体几何分解器,将拓扑空间体分割成若干拓扑面、拓扑线或位置点;The spatial volume geometry decomposer divides the topological spatial volume into several topological surfaces, topological lines or position points;
空间缓冲单元,将线状、面状、空间体按照预设距离或影像范围进行缓冲,得到新的拓扑几何;The spatial buffer unit buffers the linear, surface, and spatial bodies according to the preset distance or image range to obtain new topological geometry;
承载面提取单元,建立一个对象的承载面,将所述承载面作为依附面;A bearing surface extraction unit, which establishes a bearing surface of an object and uses the bearing surface as an attachment surface;
横断面分析单元,提取某个空间体在某个面上的投影横断面,得到一组线段;The cross-section analysis unit extracts the projection cross-section of a certain space body on a certain surface and obtains a set of line segments;
拓扑相交单元,用于计算拓扑几何的相交点;Topological intersection unit, used to calculate the intersection points of topological geometries;
所述参数提取类参数解调器用于收集、汇总若干参数,参数提取方式包括:The parameter extraction type parameter demodulator is used to collect and summarize several parameters. The parameter extraction methods include:
参数转移,从第一实体中提取某个参数,输出到第二实体;Parameter transfer, extracting a parameter from the first entity and outputting it to the second entity;
位置收集,按照搜索规则提取多个实体的位置参数;Location collection, extracting location parameters of multiple entities according to search rules;
提取关键节点,从拓扑空间中标记和提取该拓扑空间的关键位置点,从而生成新的拓扑几何数据。Extract key nodes, mark and extract key position points of the topological space from the topological space, and thus generate new topological geometric data.
在优选的实施例中,所构建的场景通过实体的包含、承载关系实现如下功能特性:In a preferred embodiment, the constructed scene realizes the following functional characteristics through the inclusion and carrying relationship of entities:
获得任意空间对象的能力,通过实体的名称、类型或ID搜索到对应的空间实体;The ability to obtain any spatial object and search for the corresponding spatial entity by the entity's name, type or ID;
获得场景的组织关系,所述场景的组织关系包括实体的子对象、实体的父对象;Obtaining an organizational relationship of a scene, wherein the organizational relationship of the scene includes a child object of an entity and a parent object of the entity;
获得每个实体所有的实体属性,所述实体属性包括构造几何参数、位置及包围盒;Obtaining all entity attributes of each entity, wherein the entity attributes include construction geometry parameters, position, and bounding box;
设置场景中任意实体的属性及参数信息。Set the properties and parameter information of any entity in the scene.
在优选的实施例中,所述实体表示现实世界物体,具备三维模型表达形式;In a preferred embodiment, the entity represents a real-world object and has a three-dimensional model expression form;
所述框架对象表示空间上的一个承载体,具备拓扑特征,管理若干子对象;The framework object represents a carrier in space, has topological characteristics, and manages several sub-objects;
所述规则实体组为虚拟管理单元,包含若干实体,并为实体提供具体的位置、方位及其它建模参数;规则实体组动态维系父对象所包括的若干子对象的数量和空间占位。The rule entity group is a virtual management unit, including several entities, and provides specific positions, orientations and other modeling parameters for the entities; the rule entity group dynamically maintains the number and spatial occupancy of several child objects included in the parent object.
在优选的实施例中,所述构建框架对象的子对象,包括:In a preferred embodiment, the sub-objects of the construction framework object include:
获得框架对象的子对象的几何数据和属性数据;Get the geometry data and attribute data of the sub-objects of the framework object;
若子对象与已有实体对象能够实现参数传递,则通过根据参数传递的实现逻辑创建相应的参数解调器,将参数解调器的输入关联到需要被提取参数的已有实体对象,将参数解调器的输出关联到当前子对象,从而实现关联对象的几何参数传递给当前子对象;否则不予处理,父对象与子对象保留默认的包含关系;If the child object and the existing entity object can realize parameter transfer, then create a corresponding parameter demodulator according to the implementation logic of parameter transfer, associate the input of the parameter demodulator with the existing entity object whose parameters need to be extracted, and associate the output of the parameter demodulator with the current child object, so as to realize the geometric parameters of the associated object are transferred to the current child object; otherwise, no processing is performed, and the parent object and the child object retain the default containment relationship;
通过创建建模关系、约束关系、业务关联关系,建立父对象与子对象、子对象与兄弟对象之间的关联关系;其中,建模关系包括开口关系,约束关系包括包含关系、连接关系、覆盖关系和投影关系,业务关联关系包括链接关系。By creating modeling relationships, constraint relationships, and business association relationships, association relationships between parent objects and child objects, and between child objects and sibling objects are established; among them, modeling relationships include opening relationships, constraint relationships include inclusion relationships, connection relationships, coverage relationships, and projection relationships, and business association relationships include link relationships.
进一步优选地,若多个子对象是在父对象空间上的有序填充,则先构建规则实体组,由规则实体组管理若干实体,通过规则实体组动态维系父对象所包含的多个子对象的数量和空间占位。Further preferably, if multiple child objects are filled in the parent object space in an orderly manner, a rule entity group is first constructed, and the rule entity group manages several entities, and the number and space occupancy of multiple child objects contained in the parent object are dynamically maintained through the rule entity group.
优选地,所述构建方法还包括:根据框架对象、子对象的参数变化,更新场景模型;场景模型的更新,包括:Preferably, the construction method further comprises: updating the scene model according to the parameter changes of the framework object and the sub-object; the updating of the scene model comprises:
若框架对象的参数发生变化,则告知子对象重新计算建模参数,得到新的空间占位信息;框架对象判断子对象是否存在碰撞,若不存在碰撞更新则允许响应参数,并应用参数变化更新框架对象及其子对象的模型,否则告知冲突或不予调整相应参数;If the parameters of the framework object change, the sub-objects are informed to recalculate the modeling parameters and obtain new space occupation information; the framework object determines whether there is a collision with the sub-object. If there is no collision update, the response parameters are allowed, and the parameter changes are applied to update the model of the framework object and its sub-objects. Otherwise, the conflict is informed or the corresponding parameters are not adjusted.
若子对象移动或建模参数发生调整,则先计算新的空间占位,通知父对象计算子对象之间是否存在碰撞,若不存在碰撞则做相应调整,若存在碰撞则告知冲突或不予调整相应参数。If a child object moves or a modeling parameter is adjusted, the new space occupation is calculated first, and the parent object is notified to calculate whether there is a collision between the child objects. If there is no collision, the parent object makes corresponding adjustments. If there is a collision, the parent object is notified of the conflict or the corresponding parameters are not adjusted.
本发明的系统通过如下技术方案实现的:一种多维参数化城市信息模型构建系统,包括以下模块:The system of the present invention is implemented by the following technical solution: a multi-dimensional parameterized urban information model construction system, comprising the following modules:
数据结构构建模块,用于构建几何数据结构,所构建的几何数据结构的几何体包括点、线、面和空间体;A data structure building module is used to build a geometric data structure, and the geometric bodies of the built geometric data structure include points, lines, surfaces and space bodies;
基础模型库构建模块,用于构建面向实体语义的基础模型库;Basic model library construction module, used to build a basic model library oriented to entity semantics;
参数解调器构建模块,用于构建参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并将所提取的实体位置和构造参数转换为支持其它实体建模的参数信息;A parameter demodulator building module, used for building a parameter demodulator, used for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
场景构建模块,用于根据建模场景的组成逻辑,分层分级逐步完成场景的构建;所构建的场景为空间对象的集合,并以树状结构表达实体的包含、承载关系;空间对象包括框架对象、实体、规则实体组;The scene construction module is used to gradually complete the construction of the scene in layers and grades according to the composition logic of the modeling scene; the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure; the spatial objects include framework objects, entities, and rule entity groups;
对象构建模块,用于构建场景的框架对象;以及构建框架对象的子对象,利用子对象与已有实体对象的拓扑关系或依据参数解调器,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系;An object construction module is used to construct a framework object of a scene; and to construct a sub-object of the framework object, and to establish a topological relationship between a parent object and a child object, a topological relationship between a child object and a sibling object, a topological relationship between an associated object and a child object, and an association relationship between a parent object and a child object, and between a child object and a sibling object by using a topological relationship between the child object and an existing entity object or according to a parameter demodulator;
参数化模块,用于从所述基础模型库中找到子对象的对应模型,并进行参数化建模;A parameterization module, used to find the corresponding model of the sub-object from the basic model library and perform parameterized modeling;
所述对象构建模块还用于判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则规则实体组根据子对象的空间占位自动分割。The object construction module is also used to determine whether the space occupation of the sub-object conflicts with that of the regular entity group; if the space occupation of the sub-object conflicts with that of the regular entity group, the regular entity group is automatically segmented according to the space occupation of the sub-object.
本发明的计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,处理器执行所述计算机程序时,实现本发明的多维参数化城市信息模型构建方法。The computer device of the present invention comprises a memory, a processor and a computer program stored in the memory and executable on the processor. When the processor executes the computer program, the multi-dimensional parameterized city information model construction method of the present invention is implemented.
本发明与现有技术相比,具有以下优点:Compared with the prior art, the present invention has the following advantages:
1、通过复杂二三维实体与空间的数字化表达,准确表达CIM实体的空间位置、形态占位、空间联系,实现了CIM实体的参数化转换与建立,使实体之间具备更为准确的拓扑关系定义,实现了基于参数的CIM更新,使CIM场景具备几何参数驱动、拓扑参数驱动的能力。1. Through the digital expression of complex two- and three-dimensional entities and spaces, the spatial position, morphological occupation, and spatial connection of CIM entities are accurately expressed, and the parametric conversion and establishment of CIM entities are realized, so that the topological relationship between entities has a more accurate definition, and parameter-based CIM updates are realized, so that CIM scenes have the ability to be driven by geometric parameters and topological parameters.
2、能对CIM场景各实体进行多层次、多维度的有效组织和管理,支持按场景的层次关系、实体属性、实体关联关系进行索引查询。2. It can effectively organize and manage the entities of CIM scenarios at multiple levels and dimensions, and support index queries based on the hierarchical relationships, entity attributes, and entity association relationships of the scenarios.
3、所建模型包含丰富的关联关系,框架对象和规则实体组具备子对象管理、参数传递等能力,从而大大的提升了多实体管理能力,而参数的传递共享机制可进一步实现CIM场景的联动更新、自动更新及完整性更新;通过参数解调器可以从关联的实体中获得建模参数,减少人工交互,从而提升建模速度。一般建模技术仅考虑局部场景的联动更新,在建模方案调整后,场景更新范围大,重复工作较多。3. The constructed model contains rich association relationships. The framework objects and rule entity groups have the capabilities of sub-object management and parameter transmission, which greatly improves the multi-entity management capabilities. The parameter transmission and sharing mechanism can further realize the linkage update, automatic update and integrity update of CIM scenes. The modeling parameters can be obtained from the associated entities through the parameter demodulator, reducing manual interaction and thus improving the modeling speed. The general modeling technology only considers the linkage update of local scenes. After the modeling scheme is adjusted, the scene update range is large and there is a lot of repetitive work.
4、相比于一般的建模技术,本发明建模成果不仅具备三维模型,而且还具备丰富的语义信息,保留建模时的关联关系,有效实现BIM与GIS的融合,为后续CIM应用提供数据支撑。4. Compared with general modeling technology, the modeling results of the present invention not only have a three-dimensional model, but also have rich semantic information, retain the association relationship during modeling, effectively realize the integration of BIM and GIS, and provide data support for subsequent CIM applications.
5、本发明提供了一套从实体读取参数、计算参数、使用参数的业务流程,大大降低用户处理建模参数的要求;这种使用关联关系的建模方法也更容易理解,操作也更简单。一般建模技术更多从具体构件的参数化考虑,缺乏构件之间的参数传递,操作复杂。5. The present invention provides a set of business processes for reading parameters, calculating parameters, and using parameters from entities, which greatly reduces the requirements for users to handle modeling parameters; this modeling method using association relationships is also easier to understand and simpler to operate. General modeling technology is more concerned with the parameterization of specific components, lacks parameter transfer between components, and is complex to operate.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是本发明实施例中多维参数化城市信息模型构建方法的流程图FIG. 1 is a flow chart of a method for constructing a multidimensional parameterized urban information model according to an embodiment of the present invention.
图2为本发明实施例中参数解调器的组成逻辑示意图;FIG2 is a schematic diagram of the composition logic of a parameter demodulator according to an embodiment of the present invention;
图3是本发明实施例中场景与参数解调器的协同机制示意图;FIG3 is a schematic diagram of a coordination mechanism between a scene and a parameter demodulator according to an embodiment of the present invention;
图4是本发明实施例中城市信息模型更新的示意图。FIG. 4 is a schematic diagram of updating a city information model in an embodiment of the present invention.
具体实施方式Detailed ways
本发明涉及二三维实体及其空间拓扑关系的参数化表达与动态更新方法,为一种多维参数化城市信息模型构建方法及系统,下面结合附图及实施例对本发明做进一步说明,但本发明的实施方式并不限于此。The present invention relates to a parametric expression and dynamic update method of two- and three-dimensional entities and their spatial topological relationships, and is a method and system for constructing a multidimensional parametric urban information model. The present invention is further described below in conjunction with the accompanying drawings and embodiments, but the embodiments of the present invention are not limited to this.
实施例1Example 1
在现实世界,各种实体之间具有较强的关联关系,它们相互依附,相互支撑,甚至具有相 同或相似的参数。如管廊与管廊内的支架、管线具备相同的走势,房间墙体与墙体内管线、家具都具备包含、依附的关联关系。如果能有效复用这些参数,那么可以明显减少在设施布置、空间管理、场景构件更新等繁琐、复杂、重复的劳动。In the real world, various entities have strong associations. They are interdependent, support each other, and even have the same or similar parameters. For example, the supports and pipelines in the corridor have the same trend, and the walls of the room and the pipelines and furniture in the wall have a relationship of inclusion and dependence. If these parameters can be reused effectively, it can significantly reduce the tedious, complex, and repetitive work in facility layout, space management, scene component updates, etc.
因此本实施例从两个层面出发,一是定义复杂二三维实体与空间的数字化表达,二是实现参数化建模,建立一种多维参数化城市信息模型构建方法。具体来说,包括定义一种二三维一体化的几何数据结构,采用一种自顶向下的建模策略,通过传递构件建模参数,形成多维关联和联动更新的建模机制;可以大大提升建模效率,具备操作的易用性和直观性,具备场景的联动、自动更新,其建模成果具有较好的语义特征。Therefore, this embodiment starts from two levels: one is to define the digital expression of complex two-dimensional and three-dimensional entities and spaces, and the other is to realize parametric modeling and establish a multi-dimensional parametric urban information model construction method. Specifically, it includes defining a two-dimensional and three-dimensional integrated geometric data structure, adopting a top-down modeling strategy, and forming a multi-dimensional association and linkage update modeling mechanism by transferring component modeling parameters; it can greatly improve modeling efficiency, have ease of use and intuitiveness of operation, and have scene linkage and automatic update, and its modeling results have good semantic characteristics.
本实施例基于实体之间的关联关系,形成一套灵活传递实体建模参数的城市信息模型构建方法。该方法主要是基于场景建立实体的分级分类管理机制和多层次消息传递机制,以及基于参数解调器实现实体的参数信息共享,实现精准、快速、自我解决冲突的实体空间占位及场景的快速响应式更新;其核心包括构建一套二三维一体化的几何数据结构、参数化的CIM基础模型库及各种类型的参数解调器。This embodiment forms a set of urban information model construction methods that flexibly transmit entity modeling parameters based on the association relationship between entities. The method mainly establishes a hierarchical classification management mechanism and a multi-level message transmission mechanism for entities based on scenes, and realizes the parameter information sharing of entities based on parameter demodulators, so as to realize accurate, fast, self-resolving conflict entity space occupation and fast responsive update of scenes; its core includes building a set of two-dimensional and three-dimensional integrated geometric data structures, a parameterized CIM basic model library and various types of parameter demodulators.
具体来说,如图1所示,本实施例的多维参数化城市信息模型构建方法,包括如下步骤:Specifically, as shown in FIG1 , the method for constructing a multi-dimensional parameterized city information model in this embodiment includes the following steps:
S1、构建二三维一体化的几何数据结构,所构建的几何数据结构包括点、线、面和空间体等几何体。S1. Construct a two-dimensional and three-dimensional integrated geometric data structure, where the constructed geometric data structure includes geometric bodies such as points, lines, surfaces and space bodies.
S2、构建面向实体语义的CIM基础模型库。所构建的CIM基础模型库是一个CIM实体模板库,其三维模型的几何采用CSG建模技术在构造几何参数的驱动下生成。S2. Construct a CIM basic model library oriented to entity semantics. The constructed CIM basic model library is a CIM entity template library, and the geometry of its three-dimensional model is generated by CSG modeling technology driven by construction geometry parameters.
S3、构建一套参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并通过数值计算、几何计算等方法将所提取的实体位置和构造参数转换为支持其它实体建模的参数信息。S3. Construct a set of parameter demodulators to extract entity positions and construction parameters from one entity or a group of entities, and convert the extracted entity positions and construction parameters into parameter information that supports modeling of other entities through numerical calculations, geometric calculations and other methods.
所构建的参数解调器包括输入模块、输出模块和计算模块,其中输入模块用于从包括关联实体在内的地方获得输入参数;计算模块对输入模块所输入的参数进行计算,得到输出参数;输出模块则提供计算模块所计算的输出参数,供其它实体使用。参数解调器输入、输出的参数数量是由算法模块决定的。所述参数主要是构造几何模型的参数,可以是数值、字符串,也可以是几何数据,还可以是复杂的数据结构,如由其它参数解调器的句柄及输出属性的名称组成的数据结构。参数解调器的组成逻辑见图2。The constructed parameter demodulator includes an input module, an output module and a calculation module, wherein the input module is used to obtain input parameters from places including associated entities; the calculation module calculates the parameters input by the input module to obtain output parameters; and the output module provides the output parameters calculated by the calculation module for use by other entities. The number of parameters input and output by the parameter demodulator is determined by the algorithm module. The parameters are mainly parameters for constructing geometric models, which can be numerical values, strings, geometric data, or complex data structures, such as data structures composed of handles of other parameter demodulators and names of output attributes. The composition logic of the parameter demodulator is shown in Figure 2.
在本实施例中,参数解调器的输入模块包括多种输入,具体类型如下:In this embodiment, the input module of the parameter demodulator includes multiple inputs, and the specific types are as follows:
1)常数值:可以为用户输入的具体数值。1) Constant value: It can be a specific value entered by the user.
2)实体对象的参数:可以通过实体对象的名称、类型、ID等关键字在场景中搜索实体对象。由于实体对象的参数是公开的,可以通过API和接口方式来获得实体对象的参数。2) Entity object parameters: You can search for entity objects in the scene by using keywords such as entity object name, type, ID, etc. Since the parameters of entity objects are public, you can obtain the parameters of entity objects through API and interface methods.
3)其它参数解调器的输出参数:从其它参数解调器的输出参数中获得。3) Output parameters of other parameter demodulators: obtained from the output parameters of other parameter demodulators.
以建立一个5米墙体的参数为例,如表一所示:Take the parameters of building a 5-meter wall as an example, as shown in Table 1:
表一Table I
Figure PCTCN2022134454-appb-000001
Figure PCTCN2022134454-appb-000001
Figure PCTCN2022134454-appb-000002
Figure PCTCN2022134454-appb-000002
参数解调器的输出模块可以输出一个或多个参数。输出参数一般为数值类型,可被其它实体对象直接使用。也可以通过接口(接口名称:getOutputByName(String outProperityName))获得该输出参数,从而实现动态的更新。The output module of the parameter demodulator can output one or more parameters. The output parameter is generally a numeric type and can be directly used by other entity objects. The output parameter can also be obtained through the interface (interface name: getOutputByName(String outProperityName)) to achieve dynamic update.
参数解调器的计算模块按照预设的算法进行运算。根据计算模块的算法实现技术对参数解调器分类,可以分为数值类参数解调器、几何拓扑类参数解调器、参数提取类参数解调器。The calculation module of the parameter demodulator performs calculations according to a preset algorithm. According to the algorithm implementation technology of the calculation module, the parameter demodulator can be classified into numerical parameter demodulators, geometric topology parameter demodulators, and parameter extraction parameter demodulators.
其中,数值类参数解调器的计算模块是基于数值来实现的,所述数值包括如下几种类型:Among them, the calculation module of the numerical parameter demodulator is implemented based on numerical values, and the numerical values include the following types:
1)常量数值。提供固定的参数,用于标高、轴线等情况。1) Constant value. Provides fixed parameters for elevation, axis, etc.
2)编程式计算数值。提供数值计算方法,比如三角函数。2) Programmatic calculation of values. Provides numerical calculation methods, such as trigonometric functions.
3)序列数组。提供随机数值和按照预定规则排列的数组。3) Sequence array: Provides random values and arrays arranged according to predetermined rules.
4)降维数值。从多维数值中提取降维数值,如从三维空间点中提取Z坐标。4) Reduced dimensionality values: Extract reduced dimensionality values from multi-dimensional values, such as extracting the Z coordinate from a three-dimensional space point.
5)其它类型。如提供结合比例与数字的表达形式。5) Other types, such as providing expressions combining ratios and numbers.
本实施例中,几何拓扑类参数解调器对点、线、面、空间体等几何体进行空间拓扑运算,所述空间拓扑运算包括如下几种类型:In this embodiment, the geometric topology parameter demodulator performs spatial topological operations on geometric bodies such as points, lines, surfaces, and spatial bodies. The spatial topological operations include the following types:
1)线性几何分解器。可以将拓扑线分割成若干子线段或位置点。1) Linear geometry decomposer: It can split the topological line into several sub-segments or position points.
2)面状几何分解器。可以将拓扑面分割成若干拓扑线或位置点。2) Planar geometry decomposer: It can split the topological surface into several topological lines or position points.
3)空间体几何分解器。可以将拓扑空间体分割成若干拓扑面或拓扑线或位置点。3) Spatial geometry decomposer: It can split the topological spatial body into several topological surfaces, topological lines or position points.
4)空间缓冲单元。可以将线状、面状、空间体按照预设距离或影像范围进行缓冲,得到新的拓扑几何。4) Spatial buffer unit: Lines, surfaces, and spatial bodies can be buffered according to a preset distance or image range to obtain new topological geometry.
5)承载面提取单元。建立一个对象的承载面,可以将这个面作为依附面。5) Bearing surface extraction unit: Create a bearing surface for an object, which can be used as an attachment surface.
6)横断面分析单元。提取某个空间体在某个面上的投影横断面,得到一组线段。6) Cross-section analysis unit: Extract the projection cross section of a certain space body on a certain surface to obtain a set of line segments.
7)拓扑相交单元。根据线段与线段等拓扑几何,计算拓扑几何的相交点。7) Topological intersection unit: Calculate the intersection points of topological geometries based on topological geometries such as line segments and line segments.
8)其他拓扑算法。8) Other topological algorithms.
本实施例中,参数提取类参数解调器用于收集、汇总若干参数,参数提取方式包括如下几种类型:In this embodiment, the parameter extraction type parameter demodulator is used to collect and summarize a number of parameters. The parameter extraction methods include the following types:
1)参数转移。从第一实体A中提取某个参数,输出到第二实体B。1) Parameter transfer: Extract a parameter from the first entity A and output it to the second entity B.
2)位置收集。按照搜索规则(如按实体类型)提取多个实体的位置参数。2) Location collection: Extract location parameters of multiple entities according to search rules (such as by entity type).
3)提取关键节点。可以从拓扑线、拓扑面、拓扑点等拓扑空间中标记和提取该拓扑空间的关键位置点,从而生成新的拓扑几何数据。3) Extract key nodes. The key position points of the topological space can be marked and extracted from topological lines, topological surfaces, topological points, etc., to generate new topological geometric data.
4)其他参数提取算法。4) Other parameter extraction algorithms.
S4、根据建模场景的组成逻辑,分层分级逐步完成场景的构建。所构建的场景包括若干空间对象组成的管理框架,为空间对象的集合;其中空间对象包括框架对象、实体、规则实体组等类型。S4. According to the composition logic of the modeling scene, the scene is constructed step by step in layers and grades. The constructed scene includes a management framework composed of several spatial objects, which is a collection of spatial objects; wherein the spatial objects include framework objects, entities, rule entity groups and other types.
本步骤所构建的场景以树状结构表达实体的包含、承载关系,通过实体的包含、承载关系实现如下功能特性:The scenario constructed in this step expresses the inclusion and carrying relationship of entities in a tree structure, and realizes the following functional characteristics through the inclusion and carrying relationship of entities:
1)获得任意空间对象的能力。如通过实体的名称(SelectByName)、类型(SelectByType)或ID(SelectByID)等方式搜索到对应的空间实体。1) The ability to obtain any spatial object, such as searching for the corresponding spatial entity by the entity name (SelectByName), type (SelectByType) or ID (SelectByID).
2)获得场景的组织关系,所述场景的组织关系包括实体的子对象、实体的父对象等。2) Obtaining the organizational relationship of the scene, where the organizational relationship of the scene includes the child object of the entity, the parent object of the entity, and the like.
3)获得每个实体所有的实体属性,所述实体属性包括构造几何参数、位置及包围盒等。3) Obtain all entity attributes of each entity, including construction geometry parameters, position, and bounding box.
4)设置场景中任意实体的属性、参数等信息。4) Set the properties, parameters and other information of any entity in the scene.
本步骤所构建的场景中,树状结构的每个树节点对应一个空间对象(SpaceObject)。空间对象(SpaceObject)的具体形式包括框架对象、规则实体组、实体三种形式,均具备空间位置、空间范围。其基本的属性定义如表二所示。In the scene constructed in this step, each tree node of the tree structure corresponds to a space object (SpaceObject). The specific forms of space objects (SpaceObject) include framework objects, rule entity groups, and entities, all of which have spatial positions and spatial ranges. The basic attribute definitions are shown in Table 2.
表二Table II
Figure PCTCN2022134454-appb-000003
Figure PCTCN2022134454-appb-000003
其中,实体(Entity)表示现实世界物体,具备三维模型表达形式,继承空间对象并扩展如表三所示的属性。Among them, entity represents a real-world object, has a three-dimensional model expression, inherits the spatial object and extends the properties shown in Table 3.
表三Table 3
Figure PCTCN2022134454-appb-000004
Figure PCTCN2022134454-appb-000004
Figure PCTCN2022134454-appb-000005
Figure PCTCN2022134454-appb-000005
框架对象(FrameObject)表示空间上的一个承载体,具备一定的拓扑特征(如封闭性、拓扑稳定性),它管理若干子对象。框架对象可以是一个虚拟载体(如房间),也可以有具体的三维模型表达形式;继承实体的定义并扩展如表四所示的属性。The frame object (FrameObject) represents a carrier in space, has certain topological characteristics (such as closure and topological stability), and manages several sub-objects. The frame object can be a virtual carrier (such as a room) or a specific three-dimensional model expression; it inherits the definition of the entity and extends the properties shown in Table 4.
表四Table 4
属性Attributes 属性类型Property Type 备注Remark
子对象集(Children)Children SpaceObject[]SpaceObject[] 可以包含若干子对象Can contain several sub-objects
而规则实体组(RuledEntityGroup)是一个虚拟管理单元,其包含若干实体,并为这些实体提供具体的位置、方位及其它建模参数。一般用于按一定规则布置的实体管理,如存在拓扑关系且被分段的管线。规则实体组的构造几何参数往往是多线段、多边形、空间体等,而不是一个空间位置点;规则实体组能够动态维系父对象所包括的若干子对象的数量和空间占位,继承空间对象的定义并扩展如表五所示的属性。A Ruled Entity Group is a virtual management unit that contains several entities and provides specific locations, orientations, and other modeling parameters for these entities. It is generally used to manage entities arranged according to certain rules, such as pipelines that have topological relationships and are segmented. The construction geometry parameters of a Ruled Entity Group are often multi-line segments, polygons, spatial bodies, etc., rather than a spatial location point; a Ruled Entity Group can dynamically maintain the number and spatial occupancy of several child objects included in the parent object, inherit the definition of the spatial object, and extend the properties shown in Table 5.
表五Table 5
属性Attributes 属性类型Property Type 备注Remark
参数解调器IDParameter demodulator ID IntegerInteger 指向一个参数解调器Points to a parametric demodulator
子对象集(Children)Children SpaceObject[]SpaceObject[] 可以包含若干子对象Can contain several sub-objects
S5、构建场景的框架对象,若框架对象不是虚拟对象,则建立框架对象的三维模型;若框架对象是虚拟对象,则在场景的树状结构(也叫场景树)中添加节点。S5. Construct a framework object of the scene. If the framework object is not a virtual object, establish a three-dimensional model of the framework object; if the framework object is a virtual object, add a node to the tree structure of the scene (also called a scene tree).
根据场景的复杂度,场景可以包含一个或多个框架对象。框架对象的几何数据、属性数据可以通过CAD、SHP等数据解析或用户绘制等方式获得,几何模型从基础模型库中找到相应模型并参数化建模。According to the complexity of the scene, the scene can contain one or more framework objects. The geometric data and attribute data of the framework object can be obtained through data analysis such as CAD and SHP or user drawing, and the geometric model finds the corresponding model from the basic model library and models it parametrically.
S6、构建框架对象的子对象,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系,并添加在场景树的相应节点上。S6. Construct child objects of the framework object, establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and the child object and the sibling object, and add them to the corresponding nodes of the scene tree.
所构建的各框架对象及其子对象,都为空间对象。其中,子对象可以是具体的实体对象,即不再包含其它子对象;也可以是一个框架对象(即父对象),即它仍包含子对象。子对象的构建过程包括以下步骤:Each frame object and its sub-objects are constructed as spatial objects. A sub-object can be a specific entity object, which no longer contains other sub-objects; or it can be a frame object (i.e., a parent object), which still contains sub-objects. The construction process of a sub-object includes the following steps:
S61、通过CAD、SHP等数据解析或用户绘制等方式,获得框架对象的子对象的几何数据和属性数据。S61. Obtain geometric data and attribute data of sub-objects of the framework object through data analysis such as CAD and SHP or user drawing.
S62、若子对象与已有实体对象能够实现参数传递,即子对象的构造几何参数可以由已有实体对象的参数通过几何运算、数值计算等方式转换得到,则通过创建参数解调器,将参数解调器的输入关联到需要被提取参数的对象,将参数解调器的输出关联到当前子对象(即本子对象),从而实现关联对象(即关联的已有实体对象)的几何参数传递给当前子对象;否则不予处理,父对象与子对象保留默认的包含关系。S62. If the child object and the existing entity object can realize parameter transfer, that is, the construction geometric parameters of the child object can be converted from the parameters of the existing entity object through geometric operations, numerical calculations, etc., then by creating a parameter demodulator, the input of the parameter demodulator is associated with the object whose parameters need to be extracted, and the output of the parameter demodulator is associated with the current child object (that is, this child object), so as to realize the transfer of the geometric parameters of the associated object (that is, the associated existing entity object) to the current child object; otherwise, it will not be processed, and the parent object and the child object will retain the default containment relationship.
规则实体组中的每个子实体(即子对象)都可由参数解调器提供独立的位置、方位及其他参数。Each sub-entity (ie, sub-object) in the regular entity group can be provided with independent position, orientation and other parameters by the parameter demodulator.
场景与参数解调器的协同机制,如图3所示。参数解调器可以从场景中获得任意空间对象的参数;也可通过参数解调器对场景中的任意空间对象进行参数设置。所述空间对象包括场景中各框架对象及其子对象。The coordination mechanism between the scene and the parameter demodulator is shown in Figure 3. The parameter demodulator can obtain the parameters of any spatial object from the scene; the parameter demodulator can also be used to set the parameters of any spatial object in the scene. The spatial object includes each frame object and its sub-objects in the scene.
S63、通过创建建模关系、约束关系、业务关联关系,建立父对象与子对象、子对象与兄弟对象之间的关联关系。其中建模关系如开口关系,用于触发目标三维模型重建;约束关系用于控制对象之间必须满足的拓扑关联;业务关联关系用于明确与内部资源的所属和引用关系。S63. Establish association relationships between parent objects and child objects, and between child objects and sibling objects by creating modeling relationships, constraint relationships, and business association relationships. Modeling relationships, such as opening relationships, are used to trigger the reconstruction of the target 3D model; constraint relationships are used to control the topological associations that must be satisfied between objects; and business association relationships are used to clarify the ownership and reference relationships with internal resources.
其中,建模关系包括开口关系,约束关系包括包含关系、连接关系、覆盖关系和投影关系,业务关联关系包括链接关系。Among them, modeling relationships include open relationships, constraint relationships include inclusion relationships, connection relationships, coverage relationships and projection relationships, and business association relationships include link relationships.
建立父对象与子对象、子对象与兄弟对象之间的关联关系时,需要通过分析和提取父对象、子对象的空间几何联系。比如父对象、子对象的几何轴线数据(如墙体的轴线是墙体底部中心线)是一组并行的线段,则可以建立相离的关联关系。同样的,子对象也可以分析与兄弟对象的空间几何联系,建立两者的关联关系。When establishing the association between a parent object and a child object, or between a child object and a sibling object, it is necessary to analyze and extract the spatial geometric relationship between the parent object and the child object. For example, if the geometric axis data of the parent object and the child object (such as the axis of a wall is the center line of the bottom of the wall) is a set of parallel line segments, then a separate association relationship can be established. Similarly, a child object can also analyze the spatial geometric relationship with its sibling object to establish an association relationship between the two.
在本步骤中,若多个子对象是在父对象空间上的有序填充,则可先构建一个规则实体组,并由规则实体组管理若干实体,通过规则实体组动态维系父对象所包含的多个子实体的数量和空间占位。In this step, if multiple child objects are filled in the parent object space in an orderly manner, a rule entity group can be constructed first, and the rule entity group manages several entities, and the number and space occupancy of multiple child entities contained in the parent object are dynamically maintained through the rule entity group.
关联关系是参数化建模的重要部分,通过关联关系可以实现实体之间的耦合。各种关联关系的细分和解释如表六所示。Associations are an important part of parametric modeling, and they can be used to achieve coupling between entities. The breakdown and explanation of various associations are shown in Table VI.
表六Table 6
Figure PCTCN2022134454-appb-000006
Figure PCTCN2022134454-appb-000006
Figure PCTCN2022134454-appb-000007
Figure PCTCN2022134454-appb-000007
在本实施例中,关联关系存储在实体的“关联关系”字段中,以JSON或其它相似的方式进行存储。不同的关联关系存储结构有一定差异,但都包括关系类型、关系名称、目标对象ID及其它参数信息。In this embodiment, the association relationship is stored in the "association relationship" field of the entity, and is stored in JSON or other similar ways. Different association relationship storage structures have certain differences, but all include relationship type, relationship name, target object ID and other parameter information.
在优选的实施例中,建模过程中的关联关系可以被自动创建,也可以基于实际情况进行主动添加。In a preferred embodiment, the association relationship in the modeling process can be automatically created or actively added based on actual conditions.
自动创建的关联关系,包括包含关系、连接关系。其中包含关系蕴含在场景的层次结构中,连接关系蕴含在参数解调器中。The automatically created association relationships include containment relationships and connection relationships. The containment relationship is contained in the scene hierarchy, and the connection relationship is contained in the parameter demodulator.
主动添加的关联关系,包括开口关系、覆盖关系、投影关系、链接关系等。这些关系要求建模人员根据实体之间的真实情况进行填写。如覆盖关系是本对象与其它对象的覆盖关系,这是一种主动设置的行为。当然通过智能语义分析可以减少这类关联关系的手工填写,但仍是人工对实体关系的一种认知。Actively added relationships include open relationships, covering relationships, projection relationships, link relationships, etc. These relationships require modelers to fill in according to the actual situation between entities. For example, the covering relationship is the covering relationship between this object and other objects, which is an actively set behavior. Of course, intelligent semantic analysis can reduce the manual filling of such relationships, but it is still a kind of human cognition of entity relationships.
关联关系可以用于建模过程,也可以用于后续具体应用。其中自动创建的关联关系由建模场景维护,主动添加的关联关系可以用于场景建模与场景更新等方面。如开口关系会导致父对象的模型构造过程,影响模型造型;本对象与关联对象的覆盖关系可以通过空间几何计算验证,如果不满足则输出提示信息。The association relationship can be used in the modeling process or in subsequent specific applications. The automatically created association relationship is maintained by the modeling scene, and the actively added association relationship can be used in scene modeling and scene update. For example, the opening relationship will lead to the model construction process of the parent object, affecting the modeling; the covering relationship between the object and the associated object can be verified by spatial geometry calculation, and a prompt message will be output if it is not satisfied.
S7、在构建框架对象的子对象过程中,判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则规则实体组根据子对象的空间占位自动分割。具体表现为:线状的规则实体组被分隔成多段,面状的规则实体组可以被开口,空间体的规则实体组被占用部分空间。S7. In the process of constructing the sub-object of the framework object, determine whether the sub-object conflicts with the space occupation of the regular entity group; if the sub-object conflicts with the space occupation of the regular entity group, the regular entity group is automatically divided according to the space occupation of the sub-object. Specifically, the linear regular entity group is divided into multiple segments, the surface regular entity group can be opened, and the spatial regular entity group occupies part of the space.
S8、从步骤S2的CIM基础模型库中找到子对象的对应模型,并进行参数化建模。S8. Find the corresponding model of the sub-object from the CIM basic model library in step S2 and perform parametric modeling.
S9、重复上述步骤S6-S8,在场景中不断添加父对象所包含的子对象,直至不需要再建立子对象。场景可以使用多个顶层框架对象,包含所有要建模的实体。最终形成的是基于父子对象关系的多层树状结构的场景,场景这棵树的叶子节点是独立的、不包含其他空间对象的实体。S9. Repeat the above steps S6-S8 to continuously add child objects contained in the parent object to the scene until no more child objects are needed. The scene can use multiple top-level framework objects to contain all entities to be modeled. The final result is a multi-layer tree-structured scene based on the parent-child object relationship. The leaf nodes of the scene tree are independent entities that do not contain other spatial objects.
S10、在构建出完整的场景后,根据框架对象、子对象的参数变化,更新场景模型,如图4所示。具体包括以下情形:S10, after the complete scene is constructed, the scene model is updated according to the parameter changes of the framework object and the sub-object, as shown in FIG4. Specifically, the following situations are included:
S101、若框架对象的参数发生变化,则告知子对象重新计算建模参数,得到新的空间占位信息;框架对象判断子对象是否可实现更新,即是否存在碰撞。若不存在碰撞则允许响应参数,并应用参数变化更新框架对象及其子对象的模型,否则告知冲突或不予调整相应参数。子对象也会传递参数变更信息给自身对象。S101. If the parameters of the framework object change, the sub-object is informed to recalculate the modeling parameters and obtain new space occupation information; the framework object determines whether the sub-object can be updated, that is, whether there is a collision. If there is no collision, the response parameters are allowed, and the parameter changes are applied to update the model of the framework object and its sub-objects. Otherwise, the conflict is informed or the corresponding parameters are not adjusted. The sub-object will also pass the parameter change information to its own object.
S102、若子对象移动或建模参数发生调整,则先计算新的空间占位,通知父对象计算子对象之间是否存在碰撞。若不存在碰撞则做相应调整,若存在碰撞则告知冲突或不予调整相应参数。S102: If the child object moves or the modeling parameters are adjusted, the new space occupation is calculated first, and the parent object is notified to calculate whether there is a collision between the child objects. If there is no collision, the parent object makes corresponding adjustments. If there is a collision, the parent object notifies the parent object of the conflict or does not adjust the corresponding parameters.
S11、生成模型文件并存储建模过程。读取场景的每个实体模型,生成三维模型文件或BIM模型文件。建模过程包括场景的组织关系及所有参数解调器节点的内容。S11, generating a model file and storing the modeling process. Reading each entity model of the scene, generating a three-dimensional model file or a BIM model file. The modeling process includes the organizational relationship of the scene and the content of all parameter demodulator nodes.
实施例2Example 2
与实施例1基于相同的发明构思,本实施例提供的是一种多维参数化城市信息模型构建系统,包括以下模块:Based on the same inventive concept as Example 1, this embodiment provides a multi-dimensional parameterized city information model construction system, including the following modules:
数据结构构建模块,用于构建几何数据结构,所构建的几何数据结构的几何体包括点、线、面和空间体;A data structure building module is used to build a geometric data structure, and the geometric bodies of the built geometric data structure include points, lines, surfaces and space bodies;
基础模型库构建模块,用于构建面向实体语义的基础模型库;Basic model library construction module, used to build a basic model library oriented to entity semantics;
参数解调器构建模块,用于构建参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并将所提取的实体位置和构造参数转换为支持其它实体建模的参数信息;A parameter demodulator building module, used for building a parameter demodulator, used for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
场景构建模块,用于根据建模场景的组成逻辑,分层分级逐步完成场景的构建;所构建的场景为空间对象的集合,并以树状结构表达实体的包含、承载关系;空间对象包括框架对象、实体、规则实体组;The scene construction module is used to gradually complete the construction of the scene in layers and grades according to the composition logic of the modeling scene; the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure; the spatial objects include framework objects, entities, and rule entity groups;
对象构建模块,用于构建场景的框架对象;以及构建框架对象的子对象,利用子对象与已有实体对象的拓扑关系或依据参数解调器,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系;通过关联关系实现实体之间的耦合;The object construction module is used to construct the framework object of the scene; and to construct the sub-objects of the framework object, and to establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and between the child object and the sibling object by using the topological relationship between the sub-object and the existing entity object or according to the parameter demodulator; and to realize the coupling between entities through the association relationship;
参数化模块,用于从所述基础模型库中找到子对象的对应模型,并进行参数化建模;A parameterization module, used to find the corresponding model of the sub-object from the basic model library and perform parameterized modeling;
场景更新模块,用于根据框架对象、子对象的参数变化,更新场景模型。The scene update module is used to update the scene model according to the parameter changes of the framework object and sub-objects.
其中,对象构建模块还用于判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则通过规则实体组对子对象的空间占位进行自动分割。The object construction module is also used to determine whether the space occupation of the sub-object conflicts with the space occupation of the regular entity group; if the space occupation of the sub-object conflicts with the space occupation of the regular entity group, the space occupation of the sub-object is automatically segmented through the regular entity group.
本实施例的上述各模块分别用于执行实施例1的各步骤,其详细的执行过程参见实施例1,在此不赘述。The above modules of this embodiment are respectively used to execute the steps of Embodiment 1. The detailed execution process thereof is referred to Embodiment 1 and will not be described in detail here.
本实施例还提供一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,当处理器执行所述计算机程序时,实现实施例1的多维参数化城市信息模型构建方法的各步骤。This embodiment also provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor. When the processor executes the computer program, each step of the method for constructing a multi-dimensional parameterized urban information model in Embodiment 1 is implemented.
以上所述,仅为本发明专利发明较佳/优选的实施方式,但发明专利的保护范围不局限于此,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围内。The above is only the better/preferred implementation method of the invention of the present invention, but the protection scope of the invention patent is not limited to this. Any other changes, modifications, substitutions, combinations, and simplifications that do not deviate from the spirit and principle of the present invention should be equivalent replacement methods and are included in the protection scope of the present invention.

Claims (10)

  1. 一种多维参数化城市信息模型构建方法,其特征在于,包括以下步骤:A method for constructing a multidimensional parameterized urban information model, characterized in that it comprises the following steps:
    构建几何数据结构,所构建的几何数据结构的几何体包括点、线、面和空间体;Constructing a geometric data structure, wherein the geometric bodies of the constructed geometric data structure include points, lines, surfaces and space bodies;
    构建面向实体语义的基础模型库;Build a basic model library oriented to entity semantics;
    构建参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并将所提取的实体位置和构造参数转换为支持其它实体建模的参数信息;Constructing a parameter demodulator for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
    根据建模场景的组成逻辑,分层分级逐步完成场景的构建;所构建的场景为空间对象的集合,并以树状结构表达实体的包含、承载关系;空间对象包括框架对象、实体、规则实体组;According to the composition logic of the modeling scene, the scene is constructed step by step in layers and grades; the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure; the spatial objects include framework objects, entities, and rule entity groups;
    构建场景的框架对象;Build the framework object of the scene;
    构建框架对象的子对象,利用子对象与已有实体对象的拓扑关系或依据参数解调器,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系;Construct sub-objects of the framework object, and establish the topological relationship between the parent object and the child object, the topological relationship between the child object and the sibling object, the topological relationship between the associated object and the child object, and the association relationship between the parent object and the child object, and between the child object and the sibling object by using the topological relationship between the child object and the existing entity object or according to the parameter demodulator;
    判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则规则实体组根据子对象的空间占位自动分割;Determine whether the space occupied by the sub-object conflicts with that of the rule entity group; if so, the rule entity group is automatically split according to the space occupied by the sub-object;
    从所述基础模型库中找到子对象的对应模型,并进行参数化建模。The corresponding model of the sub-object is found from the basic model library and parameterized modeling is performed.
  2. 根据权利要求1所述的多维参数化城市信息模型构建方法,其特征在于,所构建的参数解调器包括输入模块、输出模块和计算模块,其中输入模块用于获得输入参数;计算模块对输入模块所输入的参数进行计算,得到输出参数;输出模块提供计算模块所计算的输出参数,供其它实体使用。The method for constructing a multidimensional parameterized urban information model according to claim 1 is characterized in that the constructed parameter demodulator includes an input module, an output module and a calculation module, wherein the input module is used to obtain input parameters; the calculation module calculates the parameters input by the input module to obtain output parameters; and the output module provides the output parameters calculated by the calculation module for use by other entities.
  3. 根据权利要求2所述的多维参数化城市信息模型构建方法,其特征在于,所述参数为构造几何模型的参数,包括数值、字符串、几何数据和数据结构;The method for constructing a multidimensional parameterized urban information model according to claim 2, wherein the parameters are parameters for constructing a geometric model, including numerical values, character strings, geometric data, and data structures;
    所述输入模块的输入参数包括常数值、实体对象的参数、其它参数解调器的输出参数;The input parameters of the input module include constant values, parameters of entity objects, and output parameters of other parameter demodulators;
    所述输出模块的输出参数为被其它实体对象直接使用的数值类型;The output parameters of the output module are of numerical type directly used by other entity objects;
    根据计算模块的算法实现技术将参数解调器分为数值类参数解调器、几何拓扑类参数解调器、参数提取类参数解调器;According to the algorithm implementation technology of the calculation module, the parameter demodulator is divided into numerical parameter demodulator, geometric topology parameter demodulator and parameter extraction parameter demodulator;
    所述数值类参数解调器的数值包括常量数值、编程式计算数值、序列数组和降维数值;The values of the numerical parameter demodulator include constant values, programmatically calculated values, sequence arrays and dimension reduction values;
    所述几何拓扑类参数解调器对几何体进行空间拓扑运算,所述空间拓扑运算包括:The geometric topology parameter demodulator performs spatial topological operations on the geometric body, and the spatial topological operations include:
    线性几何分解器,将拓扑线分割成若干子线段或位置点;Linear geometry decomposer, which splits the topological line into several sub-segments or position points;
    面状几何分解器,将拓扑面分割成若干拓扑线或位置点;The surface geometry decomposer splits the topological surface into several topological lines or position points;
    空间体几何分解器,将拓扑空间体分割成若干拓扑面、拓扑线或位置点;The spatial volume geometry decomposer divides the topological spatial volume into several topological surfaces, topological lines or position points;
    空间缓冲单元,将线状、面状、空间体按照预设距离或影像范围进行缓冲,得到新的拓扑几何;The spatial buffer unit buffers the linear, surface, and spatial bodies according to the preset distance or image range to obtain new topological geometry;
    承载面提取单元,建立一个对象的承载面,将所述承载面作为依附面;A bearing surface extraction unit, which establishes a bearing surface of an object and uses the bearing surface as an attachment surface;
    横断面分析单元,提取某个空间体在某个面上的投影横断面,得到一组线段;The cross-section analysis unit extracts the projection cross-section of a certain space body on a certain surface and obtains a set of line segments;
    拓扑相交单元,用于计算拓扑几何的相交点;Topological intersection unit, used to calculate the intersection points of topological geometries;
    所述参数提取类参数解调器用于收集、汇总若干参数,参数提取方式包括:The parameter extraction type parameter demodulator is used to collect and summarize several parameters. The parameter extraction methods include:
    参数转移,从第一实体中提取某个参数,输出到第二实体;Parameter transfer, extracting a parameter from the first entity and outputting it to the second entity;
    位置收集,按照搜索规则提取多个实体的位置参数;Location collection, extracting location parameters of multiple entities according to search rules;
    提取关键节点,从拓扑空间中标记和提取该拓扑空间的关键位置点,从而生成新的拓扑几何数据。Extract key nodes, mark and extract key position points of the topological space from the topological space, and thus generate new topological geometric data.
  4. 根据权利要求1所述的多维参数化城市信息模型构建方法,其特征在于,所构建的场景通过实体的包含、承载关系实现如下功能特性:The method for constructing a multidimensional parametric urban information model according to claim 1 is characterized in that the constructed scene realizes the following functional characteristics through the inclusion and carrying relationship of entities:
    获得任意空间对象的能力,通过实体的名称、类型或ID搜索到对应的空间实体;The ability to obtain any spatial object and search for the corresponding spatial entity by the entity's name, type or ID;
    获得场景的组织关系,所述场景的组织关系包括实体的子对象、实体的父对象;Obtaining an organizational relationship of a scene, wherein the organizational relationship of the scene includes a child object of an entity and a parent object of the entity;
    获得每个实体所有的实体属性,所述实体属性包括构造几何参数、位置及包围盒;Obtaining all entity attributes of each entity, wherein the entity attributes include construction geometry parameters, position, and bounding box;
    设置场景中任意实体的属性及参数信息。Set the properties and parameter information of any entity in the scene.
  5. 根据权利要求1所述的多维参数化城市信息模型构建方法,其特征在于,所述实体表示现实世界物体,具备三维模型表达形式;The method for constructing a multi-dimensional parametric urban information model according to claim 1 is characterized in that the entity represents a real-world object and has a three-dimensional model expression form;
    所述框架对象表示空间上的一个承载体,具备拓扑特征,管理若干子对象;The framework object represents a carrier in space, has topological characteristics, and manages several sub-objects;
    所述规则实体组为虚拟管理单元,包含若干实体,并为实体提供具体的位置、方位及其它建模参数;规则实体组动态维系父对象所包括的若干子对象的数量和空间占位。The rule entity group is a virtual management unit, including several entities, and provides specific positions, orientations and other modeling parameters for the entities; the rule entity group dynamically maintains the number and spatial occupancy of several child objects included in the parent object.
  6. 根据权利要求1所述的多维参数化城市信息模型构建方法,其特征在于,所述构建框架对象的子对象,包括:The method for constructing a multidimensional parameterized urban information model according to claim 1, wherein the sub-objects of the construction framework object include:
    获得框架对象的子对象的几何数据和属性数据;Get the geometry data and attribute data of the sub-objects of the framework object;
    若子对象与已有实体对象能够实现参数传递,则通过根据参数传递的实现逻辑创建相应的参数解调器,将参数解调器的输入关联到需要被提取参数的已有实体对象,将参数解调器的输出关联到当前子对象,从而实现关联对象的几何参数传递给当前子对象;否则不予处理,父对象与子对象保留默认的包含关系;If the child object and the existing entity object can realize parameter transfer, then the corresponding parameter demodulator is created according to the implementation logic of parameter transfer, the input of the parameter demodulator is associated with the existing entity object whose parameters need to be extracted, and the output of the parameter demodulator is associated with the current child object, so as to realize the geometric parameters of the associated object are transferred to the current child object; otherwise, it will not be processed, and the parent object and the child object will retain the default containment relationship;
    通过创建建模关系、约束关系、业务关联关系,建立父对象与子对象、子对象与兄弟对象之间的关联关系;其中,建模关系包括开口关系,约束关系包括包含关系、连接关系、覆盖关系和投影关系,业务关联关系包括链接关系。By creating modeling relationships, constraint relationships, and business association relationships, association relationships between parent objects and child objects, and between child objects and sibling objects are established; among them, modeling relationships include opening relationships, constraint relationships include inclusion relationships, connection relationships, coverage relationships, and projection relationships, and business association relationships include link relationships.
  7. 根据权利要求6所述的多维参数化城市信息模型构建方法,其特征在于,若多个子对象是在父对象空间上的有序填充,则先构建规则实体组,由规则实体组管理若干实体,通过规则实体组动态维系父对象所包含的多个子对象的数量和空间占位。The method for constructing a multidimensional parametric urban information model according to claim 6 is characterized in that, if multiple child objects are filled in an orderly manner in the space of a parent object, a rule entity group is first constructed, and the rule entity group manages a number of entities, and the number and spatial occupancy of the multiple child objects contained in the parent object are dynamically maintained through the rule entity group.
  8. 根据权利要求1所述的多维参数化城市信息模型构建方法,其特征在于,所述构建方法还包括:根据框架对象、子对象的参数变化,更新场景模型;场景模型的更新,包括:The method for constructing a multidimensional parameterized urban information model according to claim 1 is characterized in that the method further comprises: updating the scene model according to parameter changes of the framework object and the sub-object; the updating of the scene model comprises:
    若框架对象的参数发生变化,则告知子对象重新计算建模参数,得到新的空间占位信息;框架对象判断子对象是否存在碰撞,若不存在碰撞更新则允许响应参数,并应用参数变化更新框架对象及其子对象的模型,否则告知冲突或不予调整相应参数;If the parameters of the framework object change, the sub-objects are informed to recalculate the modeling parameters and obtain new space occupation information; the framework object determines whether there is a collision with the sub-object. If there is no collision update, the response parameters are allowed, and the parameter changes are applied to update the model of the framework object and its sub-objects. Otherwise, the conflict is informed or the corresponding parameters are not adjusted.
    若子对象移动或建模参数发生调整,则先计算新的空间占位,通知父对象计算子对象之间是否存在碰撞,若不存在碰撞则做相应调整,若存在碰撞则告知冲突或不予调整相应参数。If a child object moves or a modeling parameter is adjusted, the new space occupation is calculated first, and the parent object is notified to calculate whether there is a collision between the child objects. If there is no collision, the parent object makes corresponding adjustments. If there is a collision, the parent object is notified of the conflict or the corresponding parameters are not adjusted.
  9. 一种多维参数化城市信息模型构建系统,其特征在于,包括以下模块:A multi-dimensional parameterized urban information model construction system, characterized by comprising the following modules:
    数据结构构建模块,用于构建几何数据结构,所构建的几何数据结构的几何体包括点、线、 面和空间体;A data structure construction module is used to construct a geometric data structure, wherein the geometric bodies of the constructed geometric data structure include points, lines, surfaces and space bodies;
    基础模型库构建模块,用于构建面向实体语义的基础模型库;Basic model library construction module, used to build a basic model library oriented to entity semantics;
    参数解调器构建模块,用于构建参数解调器,用于从一个实体或一组实体中提取实体位置、构造参数,并将所提取的实体位置和构造参数转换为支持其它实体建模的参数信息;A parameter demodulator building module, used for building a parameter demodulator, used for extracting entity positions and construction parameters from one entity or a group of entities, and converting the extracted entity positions and construction parameters into parameter information supporting modeling of other entities;
    场景构建模块,用于根据建模场景的组成逻辑,分层分级逐步完成场景的构建;所构建的场景为空间对象的集合,并以树状结构表达实体的包含、承载关系;空间对象包括框架对象、实体、规则实体组;The scene construction module is used to gradually complete the construction of the scene in layers and grades according to the composition logic of the modeling scene; the constructed scene is a collection of spatial objects, and the inclusion and carrying relationship of entities is expressed in a tree structure; the spatial objects include framework objects, entities, and rule entity groups;
    对象构建模块,用于构建场景的框架对象;以及构建框架对象的子对象,利用子对象与已有实体对象的拓扑关系或依据参数解调器,建立父对象与子对象的拓扑关系、子对象与兄弟对象的拓扑关系、关联对象与子对象的拓扑关系,以及父对象与子对象、子对象与兄弟对象之间的关联关系;An object construction module is used to construct a framework object of a scene; and to construct a sub-object of the framework object, and to establish a topological relationship between a parent object and a child object, a topological relationship between a child object and a sibling object, a topological relationship between an associated object and a child object, and an association relationship between a parent object and a child object, and between a child object and a sibling object by using a topological relationship between the child object and an existing entity object or according to a parameter demodulator;
    参数化模块,用于从所述基础模型库中找到子对象的对应模型,并进行参数化建模;A parameterization module, used to find the corresponding model of the sub-object from the basic model library and perform parameterized modeling;
    所述对象构建模块还用于判断子对象与规则实体组的空间占位是否冲突;若子对象与规则实体组的空间占位冲突,则规则实体组根据子对象的空间占位自动分割。The object construction module is also used to determine whether the space occupation of the sub-object conflicts with that of the regular entity group; if the space occupation of the sub-object conflicts with that of the regular entity group, the regular entity group is automatically segmented according to the space occupation of the sub-object.
  10. 一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时,实现如权利要求1-8中任一项所述的多维参数化城市信息模型构建方法。A computer device comprises a memory, a processor and a computer program stored in the memory and executable on the processor, wherein when the processor executes the computer program, the method for constructing a multidimensional parameterized urban information model as described in any one of claims 1 to 8 is implemented.
PCT/CN2022/134454 2022-11-25 2022-11-25 Multi-dimensional parameterized city information model construction method and system, and computer device WO2024108580A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/134454 WO2024108580A1 (en) 2022-11-25 2022-11-25 Multi-dimensional parameterized city information model construction method and system, and computer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/134454 WO2024108580A1 (en) 2022-11-25 2022-11-25 Multi-dimensional parameterized city information model construction method and system, and computer device

Publications (1)

Publication Number Publication Date
WO2024108580A1 true WO2024108580A1 (en) 2024-05-30

Family

ID=91195032

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/134454 WO2024108580A1 (en) 2022-11-25 2022-11-25 Multi-dimensional parameterized city information model construction method and system, and computer device

Country Status (1)

Country Link
WO (1) WO2024108580A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942388A (en) * 2014-04-18 2014-07-23 重庆市勘测院 Large-scale building information model and three-dimensional digital city integration method
CN108170980A (en) * 2018-01-15 2018-06-15 广州奥格智能科技有限公司 A kind of parametrization structured modeling design method based on BIM and GIS
CN109918751A (en) * 2019-02-26 2019-06-21 华中师范大学 A kind of building three-dimensional Semantic Modeling Method based on CityGML extension
CN110704928A (en) * 2019-09-29 2020-01-17 长江航道规划设计研究院 Method for converting BIM model into GIS model
US20200301949A1 (en) * 2019-03-19 2020-09-24 Andrew Ka-Ching WONG System and method for determining data patterns using data mining

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942388A (en) * 2014-04-18 2014-07-23 重庆市勘测院 Large-scale building information model and three-dimensional digital city integration method
CN108170980A (en) * 2018-01-15 2018-06-15 广州奥格智能科技有限公司 A kind of parametrization structured modeling design method based on BIM and GIS
CN109918751A (en) * 2019-02-26 2019-06-21 华中师范大学 A kind of building three-dimensional Semantic Modeling Method based on CityGML extension
US20200301949A1 (en) * 2019-03-19 2020-09-24 Andrew Ka-Ching WONG System and method for determining data patterns using data mining
CN110704928A (en) * 2019-09-29 2020-01-17 长江航道规划设计研究院 Method for converting BIM model into GIS model

Similar Documents

Publication Publication Date Title
Isikdag et al. Towards defining a framework for automatic generation of buildings in CityGML using building Information Models
US7492364B2 (en) System and method for creating and updating a three-dimensional model and creating a related neutral file format
US7865526B2 (en) Sheaf data model
Solihin et al. Multiple representation approach to achieve high-performance spatial queries of 3D BIM data using a relational database
CN110704928B (en) Method for converting BIM model into GIS model
Domínguez et al. Semiautomatic detection of floor topology from CAD architectural drawings
CN108170855B (en) CityGML and IFC data unified query and data extraction method
Van Oosterom et al. Bridging the worlds of CAD and GIS
CN111612686B (en) Structure mapping method from EBOM to PBOM
Ma et al. A cloud-based BIM platform for information collaboration
Kuroczyński et al. Digital reconstruction of cultural heritage–questions of documentation and visualisation standards for 3D content
Feng et al. A hybrid and automated approach to adapt geometry model for CAD/CAE integration
CN105426527A (en) Method for unified data modeling in informatization surveying and mapping production equipment integration process
She et al. 3D building model simplification method considering both model mesh and building structure
CN116152451A (en) Multidimensional parameterized city information model construction method, system and computer equipment
Srivastava et al. Towards generating semantically-rich indoorgml data from architectural plans
CN117669046A (en) Data integration method and system for intelligent decision of automobile assembly process
Xu et al. Developing an extended IFC data schema and mesh generation framework for finite element modeling
WO2024108580A1 (en) Multi-dimensional parameterized city information model construction method and system, and computer device
Jha et al. Automatic propagation of feature modification across domains
CN115934969A (en) Construction method of immovable cultural relic risk assessment knowledge graph
Paul et al. Geometrical and topological approaches in building information modelling
CN109584354A (en) It is a kind of text scape conversion in interactive scene generation method
Gao Intelligent building BIM fusion data analysis framework based on speech recognition and sustainable computing
Mao et al. A Framework for generalization of 3D city models based on CityGML and X3D