CN111767594B - Temporary building model generation method, device, equipment and storage medium - Google Patents

Temporary building model generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN111767594B
CN111767594B CN202010514606.2A CN202010514606A CN111767594B CN 111767594 B CN111767594 B CN 111767594B CN 202010514606 A CN202010514606 A CN 202010514606A CN 111767594 B CN111767594 B CN 111767594B
Authority
CN
China
Prior art keywords
model
coordinate
projection
temporary building
boundary
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010514606.2A
Other languages
Chinese (zh)
Other versions
CN111767594A (en
Inventor
尹鹏飞
李杨
邬忠诚
李阳
王金锁
程峰
杨世江
单强
吕新东
胡常胜
李亚
王磊
彭德林
李宏涛
李达峰
王帅帅
王光
姚明昇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Bochao Time Software Co ltd
Xinjiang Electric Power Engineering Supervision Co ltd
Construction Branch Of State Grid Xinjiang Electric Power Co ltd
State Grid Xinjiang Electric Power Co Ltd
Original Assignee
Beijing Bochao Time Software Co ltd
Xinjiang Electric Power Engineering Supervision Co ltd
Construction Branch Of State Grid Xinjiang Electric Power Co ltd
State Grid Xinjiang Electric Power Co Ltd
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 Beijing Bochao Time Software Co ltd, Xinjiang Electric Power Engineering Supervision Co ltd, Construction Branch Of State Grid Xinjiang Electric Power Co ltd, State Grid Xinjiang Electric Power Co Ltd filed Critical Beijing Bochao Time Software Co ltd
Priority to CN202010514606.2A priority Critical patent/CN111767594B/en
Publication of CN111767594A publication Critical patent/CN111767594A/en
Application granted granted Critical
Publication of CN111767594B publication Critical patent/CN111767594B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
    • 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/10Constructive solid geometry [CSG] using solid primitives, e.g. cylinders, cubes

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Civil Engineering (AREA)
  • Computer Graphics (AREA)
  • Architecture (AREA)
  • Computing Systems (AREA)
  • Evolutionary Computation (AREA)
  • Algebra (AREA)
  • Structural Engineering (AREA)
  • Databases & Information Systems (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The application relates to a temporary building model generation method, which comprises the following steps: acquiring the created temporary building area and a model to be generated in the temporary building area; sequentially extracting a first model and a second model from the selected models; converting the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set; sequentially traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtaining the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set; when the distance between each vertex of the first model and each vertex of the second model is larger than or equal to a preset value, automatically generating the first model and the second model in the temporary building area according to a preset sequence. The method effectively reduces the generation difficulty of the temporary building model, thereby greatly improving the generation efficiency of the temporary building model.

Description

Temporary building model generation method, device, equipment and storage medium
Technical Field
The disclosure relates to the technical field of power grid transformation engineering design, in particular to a temporary building model generation method, a temporary building model generation device, temporary building model generation equipment and a temporary building model storage medium.
Background
In the related art, temporary building area setting is generally performed by a manual setting method. That is, the temporary building model is manually put in three-dimensional space by design developers using three-dimensional design software. However, due to the characteristics of the three-dimensional space, the manual operation is slower, which greatly influences the construction rate of the constructed temporary building model, and the construction of the temporary building model consumes higher time and cost.
Disclosure of Invention
In view of this, the present disclosure proposes a temporary building model generating method, which can effectively increase the generating rate of the temporary building model and save the time cost of generating the temporary building model.
According to an aspect of the present disclosure, there is provided a temporary building model generating method including:
acquiring the created temporary building area and a model to be generated in the temporary building area; wherein the number of the models is more than two;
sequentially extracting a first model and a second model from the selected models, and obtaining a first coordinate array and a second coordinate array based on a source file of the first model and a source file of the second model;
wherein the first model and the second model are any one of the acquired models; the first coordinate array is a vertex coordinate array of the first model, and the second coordinate array is a vertex coordinate array of the second model;
Converting the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set;
sequentially traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtaining the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set;
and when the distances between the vertexes of the first model and the vertexes of the second model are larger than or equal to a preset value, automatically generating the first model and the second model in the temporary building area according to a preset sequence.
In one possible implementation, obtaining the first coordinate array and the second coordinate value based on the source file of the first model and the source file of the second model includes:
reading a source file of the first model and a source file of the second model;
and calling a grid renderer component in a unit platform, and extracting the first coordinate array and the second coordinate array from the source file of the first model and the source file of the second model according to the grid renderer component.
In one possible implementation manner, converting the first coordinate array and the second coordinate array to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set includes:
a local coordinate-to-world coordinate transformation matrix component in an universal platform is called, and each coordinate in the first coordinate array and each coordinate in the second coordinate array are transformed according to the local coordinate-to-world coordinate transformation matrix component, so that a corresponding first matrix set and a corresponding second matrix set are obtained;
and performing product calculation on the first matrix set and the first coordinate array to obtain the first projection coordinate set, and performing product calculation on the second matrix set and the second coordinate array to obtain the second projection coordinate set.
In one possible implementation, the method further includes:
pushing and displaying prompt information that a temporary building model cannot be generated in the temporary building area when the distance between each vertex of the first model and each vertex of the second model is smaller than the preset value.
In one possible implementation, the method further includes:
obtaining boundary coordinates of the temporary building area;
Determining the position relation between the first model and the temporary building area according to the first projection coordinate set and the boundary coordinates; determining the position relation between the second model and the temporary building area according to the second projection coordinate set and the boundary coordinates;
pushing and displaying indication information that the temporary building model cannot be generated in the temporary building area when the boundary of the first model exceeds the boundary of the temporary building area or the boundary of the second model exceeds the boundary of the temporary building area.
In one possible implementation, the method further includes:
and directly executing the steps of traversing the numerical values in the first projection coordinate set and the second projection coordinate set in sequence when the boundaries of the first model are all at the boundary of the temporary building area and the boundaries of the second model are all at the boundary of the temporary building area, and obtaining the distances between the vertexes of the first model and the vertexes of the second model according to the first projection coordinate set and the second projection coordinate set.
In one possible implementation manner, determining the positional relationship between the first model and the temporary building area according to the first projection coordinates and the boundary coordinates includes:
Vector cross multiplication is carried out on each projection coordinate in the first projection coordinate set, so that a boundary vertical point of the first model is obtained;
and determining the position relation between the first model and the temporary building area according to the boundary vertical point of the first model and the boundary coordinates.
According to another aspect of the application, there is further provided a temporary building model generating device, including a first acquisition module, a second acquisition module, a coordinate conversion module, a distance calculation module, and a model generating module;
the first acquisition module is configured to acquire the created temporary construction area and a model to be generated in the temporary construction area; wherein the number of the models is more than two;
the second acquisition module is configured to sequentially extract a first model and a second model from the selected models, and obtain a first coordinate array and a second coordinate array based on a source file of the first model and a source file of the second model;
wherein the first model and the second model are any one of the acquired models; the first coordinate array is a vertex coordinate array of the first model, and the second coordinate array is a vertex coordinate array of the second model;
The coordinate conversion module is configured to convert the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set;
the distance calculation module is configured to sequentially traverse the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtain the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set;
the model generation module is configured to automatically generate the first model and the second model in the temporary building area according to a preset sequence when the distances between the vertexes of the first model and the vertexes of the second model are larger than or equal to preset values.
According to an aspect of the present application, there is also provided a temporary building model generating apparatus including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to implement any of the methods described above when executing the executable instructions.
According to another aspect of the present application there is also provided a non-transitory computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement a method as described in any of the preceding.
According to the temporary building model generation method, the model which is currently required to be generated in the temporary building area is obtained, and coordinate conversion is carried out based on the obtained vertex coordinates of the first model and the obtained vertex coordinates of the second model in the model, so that a corresponding first projection coordinate set and a corresponding second projection coordinate set are obtained. And then, obtaining the distance between each vertex of the first model and each vertex of the second model through the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set, and automatically generating the first model and the second model in the temporary building area according to a preset sequence when the distance between each vertex of the first model and each vertex of the second model is larger than or equal to a preset value, so as to realize the purpose of automatically generating the temporary building model. Compared with the method that the development designer manually carries out placement of each model in the related art, the temporary building model generation method only needs to establish a corresponding temporary building area by the development designer and limit the required model, and can realize automatic generation of the temporary building model without executing other manual operations, so that the generation process of the temporary building model is effectively simplified, the generation difficulty of the temporary building model is reduced, and the generation efficiency of the temporary building model is greatly improved.
Other features and aspects of the present disclosure will become apparent from the following detailed description of exemplary embodiments, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate exemplary embodiments, features and aspects of the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 shows a flow chart of a temporary building model generation method of an embodiment of the present application;
FIG. 2 illustrates a flow chart of a temporary building model generation method according to another embodiment of the present application;
fig. 3 shows a block diagram of a temporary building model generating apparatus according to an embodiment of the present application;
fig. 4 shows a block diagram of the temporary building model generating apparatus according to the embodiment of the present application.
Detailed Description
Various exemplary embodiments, features and aspects of the disclosure will be described in detail below with reference to the drawings. In the drawings, like reference numbers indicate identical or functionally similar elements. Although various aspects of the embodiments are illustrated in the accompanying drawings, the drawings are not necessarily drawn to scale unless specifically indicated.
The word "exemplary" is used herein to mean "serving as an example, embodiment, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments.
In addition, numerous specific details are set forth in the following detailed description in order to provide a better understanding of the present disclosure. It will be understood by those skilled in the art that the present disclosure may be practiced without some of these specific details. In some instances, methods, means, elements, and circuits well known to those skilled in the art have not been described in detail in order not to obscure the present disclosure.
Fig. 1 shows a flowchart of a temporary building model generation method according to an embodiment of the present disclosure. As shown in fig. 1, the method includes: step S100, the created temporary building area and the model to be generated in the temporary building area are obtained. Here, the temporary building area refers to an area occupied by the temporary building model. The region may be rectangular, or may be circular or the like. In this application, in order to facilitate the subsequent calculation, the temporary building area setting may be set to be rectangular, so as to simplify the subsequent calculation process. Meanwhile, it will be understood by those skilled in the art that the number of building models included in the temporary building generated in the temporary building area is generally plural, and thus the number of models generated in the temporary building is generally two or more.
Step S200, sequentially extracting a first model and a second model from the selected models, and obtaining a first coordinate array and a second coordinate array based on the source file of the first model and the source file of the second model. The first model and the second model are any one of the acquired models. Here, it should be noted that when the first model and the second model are sequentially extracted from the acquired models, the first model and the second model may be implemented in a permutation and combination manner. That is, the acquired models are combined two by two to obtain a plurality of model groups. And then sequentially acquiring two models in each model group to serve as a first model and a second model respectively.
Such as: when the acquired models include three, the three models are M1, M2, and M3, respectively. And combining M1, M2 and M3 two by two to obtain three model groups. The three model groups obtained were: M1M2, M2M3 and M1M3. Further, the models in the three model groups are sequentially selected as a first model and a second model, respectively.
Here, it should also be noted that the resulting first coordinate array is the vertex coordinate array of the first model, and the second coordinate array is the vertex coordinate array of the second model. Since the shapes of the first model and the second model may be irregular shapes, the number of vertices of the first model and the vertices of the second model may be different according to the shapes of the models. Thus, the vertex coordinates in the first coordinate array and the vertex coordinates in the second coordinate array may be the same or different. Such as: when the first model is a cuboid, the number of coordinates in the first coordinate array is 8, and the coordinates are respectively 8 vertexes of the cuboid. When the first model is a triangular pyramid, the number of coordinates in the first coordinate array is 4.
And step S300, respectively converting the first coordinate array and the second coordinate array to obtain corresponding first projection coordinates and second projection coordinates. That is, each vertex coordinate in the first coordinate array is converted to obtain a first projection coordinate set. And simultaneously, converting each vertex coordinate in the second coordinate array to obtain a corresponding second projection coordinate set. The first projection coordinate set comprises a plurality of first projection coordinates, and the number of the first projection coordinates is the same as that of the vertex coordinates in the first coordinate set and corresponds to one of the vertex coordinates. The second projection coordinate set also includes a plurality of second projection coordinates. The number of the second projection coordinates is the same as the number of the vertex coordinates in the second coordinate array, and the second projection coordinates are in one-to-one correspondence.
And then, through step S400, sequentially traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtaining the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set. Finally, through step S500, when the distances between the vertices of the first model and the vertices of the second model are all greater than or equal to the preset values, the first model and the second model are automatically generated in the temporary building area according to the preset sequence, so that the purpose of automatically generating the temporary building model is achieved.
Here, the distance between each vertex of the first model and each vertex of the second model being equal to or greater than the preset value means that there is no case where the distance between each vertex of the first model and each vertex of the second model is less than the preset value.
According to the temporary building model generation method, the model which is required to be generated in the temporary building area at present is acquired, and coordinate conversion is carried out based on the acquired vertex coordinates of the first model and the acquired vertex coordinates of the second model in the model, so that a corresponding first projection coordinate set and a corresponding second projection coordinate set are obtained. And then, obtaining the distance between each vertex of the first model and each vertex of the second model through the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set, and automatically generating the first model and the second model in the temporary building area according to a preset sequence when the distance between each vertex of the first model and each vertex of the second model is larger than or equal to a preset value, so as to realize the purpose of automatically generating the temporary building model. Compared with the method that the development designer manually carries out placement of each model in the related art, the temporary building model generation method only needs to establish a corresponding temporary building area by the development designer and limit the required model, and can realize automatic generation of the temporary building model without executing other manual operations, so that the generation process of the temporary building model is effectively simplified, the generation difficulty of the temporary building model is reduced, and the generation efficiency of the temporary building model is greatly improved.
It should be noted that, the temporary building model generating method of the present application may be implemented based on the Unity development platform. That is, a corresponding model database is added to the Unity development platform, the model database having a plurality of different building models stored therein. And the model database can also update data according to actual conditions so as to ensure the comprehensiveness and diversity of model types, thereby being capable of meeting the construction and generation of various different temporary building models.
When the temporary building model generation method is executed based on the Unity development platform, when the created temporary building area is obtained, a research and development designer can directly draw the currently required area on the Unity operation interface, so that the temporary building area is created. The operation is simple and easy to realize.
Further, when the creation of the temporary building area and the selection of the model are performed based on the Unity development platform, in one possible implementation manner, the first coordinate array and the second coordinate array are obtained based on the source file of the first model and the source file of the second model respectively, which can be achieved in the following manner.
First, a source file of a first model and a source file of a second model are read. Wherein, the source file of the model stored in the database contains all data of the model, such as: vertex information, hierarchical structure, etc. And then, by calling a grid renderer component (namely, a mergence renderer) in the untiy development platform, a first coordinate array and a second coordinate array are extracted from a source file of the first model and a source file of the second model according to the grid renderer component.
That is, by calling the mergencener in the uny development platform, vertex information of the first model and vertex information of the second model are respectively extracted from the source file of the first model and the source file of the second model according to the mergencener. The component in the UNTIY development platform is directly called to extract the vertex information of the model based on the UNTIY development platform, and the development and design of information extraction are not needed to be repeated, so that the development difficulty of the temporary building model generation method is further reduced, and meanwhile, the operation process of information extraction is further simplified.
Further, after the vertex coordinates of the first model and the vertex coordinates of the second model are obtained, coordinate conversion can be performed on the first coordinate array and the second coordinate array to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set.
According to the foregoing, when the temporary building model generating method of the present application is executed based on the universal development platform, the coordinate conversion of the first coordinate array and the second coordinate array may be implemented by directly calling the local coordinate to world coordinate transformation matrix component (i.e., mesh.
That is, referring to fig. 2, firstly, through step S110, a temporary construction area is created in a three-dimensional scene of the Untiy development platform to obtain the temporary construction area, and step S120, after a model automatically generated in the temporary construction area is selected to obtain a selected model, through step S200', a first model and a second model are sequentially extracted from the selected model, and based on a source file of the first model and a source file of the second model, a first coordinate array and a second coordinate array are obtained according to a merrender, and then, through step S310, a local coordinate in the Untiy platform is called to a world coordinate transformation matrix assembly, and each coordinate in the first coordinate array and each coordinate in the second coordinate array are transformed according to the local coordinate to the world coordinate transformation matrix assembly, so as to obtain a corresponding first matrix set and a second matrix set. Then, through step S320, a product of the first matrix set and the first coordinate set is calculated to obtain a first projection coordinate set, and a product of the second matrix set and the second coordinate set is calculated to obtain a second projection coordinate set.
Here, it should be noted that, when the local coordinate to world coordinate transformation matrix component transforms each coordinate in the first coordinate array and each coordinate in the second coordinate array, the obtained first matrix set includes a plurality of matrices, and the second matrix set also includes a plurality of matrices. The first matrix group comprises a plurality of matrixes, wherein the matrixes in the first matrix group are in one-to-one correspondence with the vertex coordinates in the first coordinate array, and the matrixes in the second matrix group are in one-to-one correspondence with the vertex coordinates in the second coordinate array.
Meanwhile, it should be further noted that performing product calculation on the first matrix set and the first coordinate set to obtain a first projection coordinate set refers to performing product calculation on the matrix in the first matrix set and the vertex coordinates in the first coordinate set in a one-to-one correspondence manner. Correspondingly, performing product calculation on the second matrix set and the second coordinate set to obtain a second projection coordinate set refers to performing product calculation on each matrix in the second matrix set and each vertex coordinate in the second coordinate set in a one-to-one correspondence manner.
For example, the first coordinate array includes 5 vertex coordinates, A, B, C, D and E, respectively. Correspondingly, the first matrix group obtained when converting the coordinates of each vertex in the first coordinate array also comprises 5 matrices, which are respectively: a1, A2, A3, A4 and A5. Wherein, A1 is obtained by converting the vertex coordinate A, A2 is obtained by converting the vertex coordinate B, and so on. When the first matrix group and the first coordinate array are multiplied to obtain a first projection coordinate group, the first matrix group and the first coordinate array are multiplied to obtain a projection coordinate, the first projection coordinate group containing 5 projection coordinates is finally obtained by multiplying A1 and A to obtain a projection coordinate, multiplying A2 and B to obtain a projection coordinate, multiplying A3 and C to obtain a projection coordinate, multiplying A4 and D to obtain a projection coordinate and multiplying A5 and E to obtain a projection coordinate.
Here, it should be noted that, when the product calculation is performed on each matrix in the first matrix set and each vertex coordinate in the first coordinate array in a one-to-one correspondence manner, a left-hand multiplication calculation manner may be adopted. That is, a left-hand multiplication calculation is used in the entiy development platform. I.e. projection coordinates = matrix vertex coordinates. The product calculation of one-to-one correspondence is carried out on each matrix in the first matrix group and each vertex coordinate in the first coordinate array by calling the left-hand multiplication calculation in the unitary development platform, the calculation mode is simple and convenient, and only the corresponding calculation formula is directly called for calculation, and the development of a specific algorithm is not needed, so that the development difficulty of the generation method of the temporary building model is further reduced.
The specific process of performing the product calculation on the second matrix set and the second coordinate set to obtain the second projection coordinate set is the same as or similar to the process of performing the product calculation on the first matrix set and the first coordinate set described above, and therefore will not be illustrated herein.
After the first projection coordinate set of the first model and the second projection coordinate set of the second model are obtained in any mode, the calculation of the distance between each vertex of the first model and the distance between each vertex of the second model can be performed, so that the automatic generation of the temporary building model in the temporary building area can be performed according to the distance between the first model and the second model.
In one possible implementation manner, to further improve the accuracy of the temporary building model generating method of the present application, before sequentially traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set, obtaining the distances between the vertices of the first model and the vertices of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set (i.e., before calculating the distances between the first model and the second model), the method further includes: and obtaining boundary coordinates of the temporary building area, determining the position relationship between the first model and the temporary building area according to the first projection coordinate set and the boundary coordinates, and determining the position relationship between the second model and the temporary building area according to the second projection coordinate set and the boundary coordinates.
Here, it should be explained that the positional relationship between the first model and the temporary building area refers to the size relationship between the first model and the temporary building area. I.e. whether the first model can be inside the critical area. Correspondingly, the positional relationship between the second model and the temporary building area refers to the size relationship between the second model and the temporary building area.
When the boundary of the first model exceeds the boundary of the temporary building area or the boundary of the second model exceeds the boundary of the temporary building area, the condition that one model exists in the first model or the second model is beyond the boundary range of the temporary building area is indicated. That is, the currently created temporary area does not hold the first model or the second model. Therefore, the calculation of the vertex distances between the subsequent models is not required. The temporary building model generation process is suspended, and indication information that the temporary building model cannot be generated in the temporary building area is directly pushed and displayed at the same time, so that research and development designers are prompted to recreate the temporary building area or to select the temporary building model again.
When the boundaries of the first model are all at the boundaries of the temporary building area and the boundaries of the second model are all at the boundaries of the temporary building area, the first model and the second model are indicated to be both in the temporary building area range, so that the step of traversing the numerical values in the first projection coordinate set and the second projection coordinate set in sequence can be directly executed, and the distance between each vertex of the first model and each vertex of the second model is obtained according to the first projection coordinate set and the second projection coordinate set.
After the first projection coordinate set of the first model and the second projection coordinate set of the second model are obtained, before the distance between the vertexes of the first model and the second model is calculated, the position relation between the first model and the temporary building area and the position relation between the second model and the temporary building area are respectively determined according to the first projection coordinate set and the boundary coordinates of the first model and the second projection coordinate set and the boundary coordinates of the second model. And when the first model and the second model are determined to be in the temporary building area, calculating the distance between the vertexes of the first model and the second model. This also effectively avoids unnecessary computation processes, thereby saving resources and reducing power consumption.
The method can be realized in the following manner when determining the position relationship between the first model and the temporary building area according to the first projection coordinate set and the boundary coordinates and when determining the position relationship between the second model and the temporary building area according to the second projection coordinate set and the boundary coordinates.
Referring to fig. 2, after the projection coordinates of each model are obtained in step S320, the vertical points of each model from the boundary may be obtained by vector cross-multiplication in step S004. It should be noted here that the vertical point of each model from the boundary refers to the vertical point of each model from the boundary of the critical area.
That is, vector cross multiplication is performed on each projection coordinate in the first projection coordinate set to obtain a vertical point of the first model from the boundary of the temporary building area, so as to determine the position relationship between the first model and the temporary building area. And carrying out vector cross multiplication on each projection coordinate in the second projection coordinate set to obtain a vertical point of the second model from the boundary of the temporary building area so as to determine the position relationship between the second model and the temporary building area.
Here, it will be understood by those skilled in the art that the resulting vertical points of the first model from the boundary include a plurality of vertical points, each corresponding to a different boundary of the first model. And, the respective boundaries of the first model may be determined by coordinates of every adjacent two vertices. Meanwhile, vector cross-multiplication is a conventional technical means in the art. The vector cross equation is: u x v= { u2v3-v2u3, u3v1-v3u1, u1v2-u2v1}. Where u and v are vectors, u= (u 1, u2, u 3); v= (v 1, v2, v 3).
Based on the vector cross multiplication formula, carrying out vector cross multiplication on each projection coordinate in a first projection coordinate set of a first model to obtain a vertical point of the first model from the boundary of the temporary building area, carrying out vector cross multiplication on each projection coordinate in a second projection coordinate set of a second model to obtain a vertical point of the second model from the boundary of the temporary building area, further determining whether the first model crosses the boundary of the temporary building area according to the obtained vertical point of the first model from the boundary, and determining whether the second model crosses the boundary of the temporary building area through determining the vertical point of the second model from the boundary of the temporary building area, so that the generated temporary building model can be located in the temporary building area when automatic generation of the temporary building model in the temporary building area is carried out later.
In addition, it should be noted that after the first model and the second model are determined to be both capable of being located in the temporary building area through the steps, the distance between each vertex of the first model and each vertex of the second model can be calculated, and then the temporary building model generating process is performed according to the calculated distance between the first model and the second model.
In one possible implementation manner, when the distance between each vertex of the first model and each vertex of the second model is calculated according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set, the calculation of the distance between the vertex of the first model and the vertex of the second model may be performed by directly traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set in sequence and using a two-point distance formula.
For example, the first projection coordinate set includes 5 projection coordinates, which are respectively: TY1, TY2, TY3, TY4 and TY5, the second projection coordinates comprise 6 projection coordinates, respectively: ty1, ty2, ty3, ty4, ty5, and ty6.
When traversing each projection coordinate in the first projection coordinate set and each projection coordinate in the second projection coordinate set in turn, the projection coordinate TY1 in the first projection coordinate set and the projection coordinate TY1 in the second projection coordinate set can be selected first, and then the distance between TY1 and TY1 is calculated by using a two-point distance calculation formula, so as to obtain the distance between the first vertex in the first model and the first vertex in the second model: TY1TY1.
Then, a projection coordinate TY2 in the first projection coordinate set and a projection coordinate TY1 in the second projection coordinate set are selected, and then a distance between TY2 and TY1 is calculated by using a two-point distance calculation formula, so that a distance between a second vertex in the first model and a first vertex in the second model is obtained: TY2TY1.
Then, a projection coordinate TY3 in the first projection coordinate set and a projection coordinate TY1 in the second projection coordinate set are selected, and then a distance between TY3 and TY1 is calculated by using a two-point distance calculation formula, so that a distance between a third vertex in the first model and a first vertex in the second model is obtained: TY3TY1.
Similarly, the distances between the vertex of the first model and the vertex of the second model are 30, which are respectively: TY1, TY1TY2, TY1TY3, TY1TY4, TY1TY5, TY1TY6, TY2TY1, TY2, TY2TY3, TY2TY4, TY2TY5, TY2TY6, TY3TY1, TY3TY2, TY3, TY3TY4, TY3TY5, TY3TY6, … …. No further examples are given here.
After the distance between the vertex of the first model and the vertex of the second model is calculated, the distance between the vertex of the first model and the vertex of the second model can be compared with a preset value for judgment. When the distance between the vertex of the first model and the vertex of the second model is not smaller than the preset value, that is, when the distance between the vertex of the first model and the vertex of the second model is larger than or equal to the preset value, the corresponding first model and the second model can be automatically generated in the adjacent building area directly according to the preset sequence. Here, it should be noted that the preset sequence refers to the placement sequence of each model in the temporary building area. Such as: the first model and the second model are placed in the adjacent building area in sequence.
The preset sequence may be determined according to a selection sequence of the model. That is, when the models to be generated in the temporary building area are selected, the selection sequence of each model also determines the placement sequence of each model in the temporary building area. In addition, the preset sequence can be determined by setting sequence labels on the selected models and then according to the set sequence labels. When the sequence tags are set for the respective models, the sequence tags may be set in advance when the models are stored in the model database.
When the distance between the vertex of the first model and the vertex of the second model is smaller than a preset value, the fact that the first model and the second model cannot be automatically generated in the temporary building area is indicated at the moment, and therefore prompt information that the temporary building model cannot be generated in the temporary building area can be directly pushed and displayed, and the fact that the currently selected model of the research and development designer is not matched with the temporary building area is prompted.
Here, it should be noted that the preset value may be set by itself according to the actual situation. The preset value is in meters, and can be set by research and development designers according to actual conditions. It is pointed out that the preset value is used to represent the shortest distance between each selected model and the boundary, and the shortest distance between each model. The preset number is set to be what is the minimum distance judged when the temporary building model is generated. In the temporary building model generation method of the present application, the value of the preset numerical value may be set to 1. By setting the value of the preset numerical value to 1, the reliability and the accuracy of the temporary building model generation method are further improved.
Further, in order to further improve the accuracy and reliability of the temporary building model generating method of the present application, in step S400, the distance between each vertex of the first model and each vertex of the second model is obtained according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set, and the distance between the first model and the boundary of the adjacent building area and the distance between the second model and the boundary of the adjacent building area are obtained according to the projection coordinates in the first projection coordinate set and the boundary coordinates of the adjacent building area and the projection coordinates in the second projection coordinate set. Correspondingly, when comparing each distance with the preset value, the method further comprises the step of comparing the distance between the first model and the boundary of the temporary building area with the preset value and the step of comparing the distance between the second model and the boundary of the temporary building area with the preset value.
That is, referring to fig. 2, in one possible implementation manner, the method further includes step S400', where the obtained first projection coordinate set, the second projection coordinate set, and the boundary coordinates of the temporary building area are respectively traversed in a circulating manner, and the distances between the vertices of the first model and the vertices of the second model, and the distances between the first model and the boundary of the temporary building area and the distances between the second model and the boundary of the temporary building area are calculated by using a two-point distance formula.
Further, in step S510, all the obtained distances are compared with a preset value (the preset value may be 1). And when all the distances are larger than or equal to the preset value, executing step S520, and automatically generating a first model and a second model in the temporary building area according to the preset sequence to construct and obtain a temporary building model. And when the fact that the distances are smaller than the preset value is compared, returning to the step S110 and the step S120, and pushing and displaying related prompt information.
It should be noted that, although the temporary building model generation method of the present application is described taking fig. 2 as an example, those skilled in the art can understand that the present disclosure should not be limited thereto. In fact, the user can flexibly set the execution sequence of each step and the specific implementation mode of each step according to personal preference and/or practical application scene, so long as the purpose of automatically generating the temporary building model can be achieved.
In addition, since the number of models generated in the temporary building area is generally plural, the calculation of the distance between the models may be performed in a multi-threaded manner to increase the rate of generating the temporary building model.
That is, when the first model and the second model are selected from the selected models, the selected models are combined in pairs to obtain model groups, and then the models in each model group are used as the first model and the second model respectively, and then the processes of coordinate conversion and calculation on the first model and the second model in each model group can be executed in parallel in a multithreading manner, so that the selected models can be completely generated in the temporary building area.
Correspondingly, based on the same inventive concept, the application also provides a temporary building model generating device. Since the working principle of the temporary building model generating device provided by the application is the same as or similar to that of the temporary building model generating method, the repetition is not repeated.
Referring to fig. 3, the temporary building model generating device provided by the application includes a first obtaining module, a second obtaining module, a coordinate conversion module, a distance calculation module and a model generating module.
The first acquisition module is configured to acquire the created temporary construction area and a model to be generated in the temporary construction area; here, the number of models is two or more. The second acquisition module is configured to sequentially extract a first model and a second model from the selected models, and obtain a first coordinate array and a second coordinate array based on a source file of the first model and a source file of the second model.
It should be noted that the first model and the second model are both any one of the acquired models; the first coordinate array is a vertex coordinate array of the first model, and the second coordinate array is a vertex coordinate array of the second model.
The coordinate conversion module is configured to convert the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set.
The distance calculation module is configured to sequentially traverse the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtain the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set.
The model generation module is configured to automatically generate the first model and the second model in the temporary building area according to a preset sequence when the distances between the vertexes of the first model and the vertexes of the second model are larger than or equal to preset values.
Still further, according to another aspect of the present disclosure, there is also provided a temporary building model generating apparatus 200. Referring to fig. 4, the temporary building model generating apparatus 200 of the embodiment of the present disclosure includes a processor 210 and a memory 220 for storing instructions executable by the processor 210. Wherein the processor 210 is configured to implement any of the temporary building model generation methods described above when executing the executable instructions.
Here, it should be noted that the number of processors 210 may be one or more. Meanwhile, in the temporary building model generating apparatus 200 of the embodiment of the present disclosure, an input device 230 and an output device 240 may be further included. The processor 210, the memory 220, the input device 230, and the output device 240 may be connected by a bus, or may be connected by other means, which is not specifically limited herein.
The memory 220 is a computer-readable storage medium that can be used to store software programs, computer-executable programs, and various modules, such as: the temporary building model generating method of the embodiment of the disclosure corresponds to a program or a module. The processor 210 executes various functional applications and data processing of the temporary building model generating apparatus 200 by running software programs or modules stored in the memory 220.
The input device 230 may be used to receive an input digital or signal. Wherein the signal may be a key signal generated in connection with user settings of the device/terminal/server and function control. The output means 240 may comprise a display device such as a display screen.
According to another aspect of the present disclosure, there is also provided a non-transitory computer readable storage medium having stored thereon computer program instructions which, when executed by the processor 210, implement any of the temporary building model generating methods described in the foregoing.
The foregoing description of the embodiments of the present disclosure has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the various embodiments described. The terminology used herein was chosen in order to best explain the principles of the embodiments, the practical application, or the technical improvement of the technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (7)

1. A temporary building model generation method, comprising:
acquiring the created temporary building area and a model to be generated in the temporary building area; wherein the number of the models is more than two;
sequentially extracting a first model and a second model from the selected models, and obtaining a first coordinate array and a second coordinate array based on a source file of the first model and a source file of the second model;
wherein the first model and the second model are any one of the acquired models; the first coordinate array is a vertex coordinate array of the first model, and the second coordinate array is a vertex coordinate array of the second model;
Converting the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set;
sequentially traversing the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtaining the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set;
when the distances between the vertexes of the first model and the vertexes of the second model are larger than or equal to preset values, automatically generating the first model and the second model in the temporary building area according to a preset sequence; the preset numerical value is used for representing the shortest distance between each selected model and the boundary and the shortest distance between each model; setting the preset number, and judging the minimum distance when the temporary building model is generated;
further comprises:
obtaining boundary coordinates of the temporary building area;
determining the position relation between the first model and the temporary building area according to the first projection coordinate set and the boundary coordinates; determining the position relation between the second model and the temporary building area according to the second projection coordinate set and the boundary coordinates;
Pushing and displaying indication information that a temporary modeling type cannot be generated in the temporary building area when the boundary of the first model exceeds the boundary of the temporary building area or the boundary of the second model exceeds the boundary of the temporary building area;
further comprises:
directly executing steps of traversing the numerical values in the first projection coordinate set and the second projection coordinate set in sequence when the boundaries of the first model are all at the boundary of the temporary building area and the boundaries of the second model are all at the boundary of the temporary building area, and obtaining the distances between each vertex of the first model and each vertex of the second model according to the first projection coordinate set and the second projection coordinate set;
the determining, according to the first projection coordinates and the boundary coordinates, the positional relationship between the first model and the temporary building area includes:
vector cross multiplication is carried out on each projection coordinate in the first projection coordinate set, so that a boundary vertical point of the first model is obtained;
and determining the position relation between the first model and the temporary building area according to the boundary vertical point of the first model and the boundary coordinates.
2. The method of claim 1, wherein deriving the first coordinate array and the second coordinate value based on the source file of the first model and the source file of the second model comprises:
Reading a source file of the first model and a source file of the second model;
and calling a grid renderer component in a unit platform, and extracting the first coordinate array and the second coordinate array from the source file of the first model and the source file of the second model according to the grid renderer component.
3. The method of claim 1, wherein converting the first coordinate array and the second coordinate array to obtain respective first projection coordinate set and second projection coordinate set comprises:
a local coordinate-to-world coordinate transformation matrix component in an universal platform is called, and each coordinate in the first coordinate array and each coordinate in the second coordinate array are transformed according to the local coordinate-to-world coordinate transformation matrix component, so that a corresponding first matrix set and a corresponding second matrix set are obtained;
and performing product calculation on the first matrix set and the first coordinate array to obtain the first projection coordinate set, and performing product calculation on the second matrix set and the second coordinate array to obtain the second projection coordinate set.
4. A method according to any one of claims 1 to 3, further comprising:
Pushing and displaying prompt information that a temporary building model cannot be generated in the temporary building area when the distance between each vertex of the first model and each vertex of the second model is smaller than the preset value.
5. The temporary building model generating device is characterized by comprising a first acquisition module, a second acquisition module, a coordinate conversion module, a distance calculation module and a model generating module;
the first acquisition module is configured to acquire the created temporary construction area and a model to be generated in the temporary construction area; wherein the number of the models is more than two;
the second acquisition module is configured to sequentially extract a first model and a second model from the selected models, and obtain a first coordinate array and a second coordinate array based on a source file of the first model and a source file of the second model;
wherein the first model and the second model are any one of the acquired models; the first coordinate array is a vertex coordinate array of the first model, and the second coordinate array is a vertex coordinate array of the second model;
the coordinate conversion module is configured to convert the first coordinate array and the second coordinate array respectively to obtain a corresponding first projection coordinate set and a corresponding second projection coordinate set;
The distance calculation module is configured to sequentially traverse the projection coordinates in the first projection coordinate set and the second projection coordinate set, and obtain the distance between each vertex of the first model and each vertex of the second model according to the projection coordinates in the first projection coordinate set and the projection coordinates in the second projection coordinate set;
the model generation module is configured to automatically generate the first model and the second model in the temporary building area according to a preset sequence when the distances between the vertexes of the first model and the vertexes of the second model are larger than or equal to preset values; the preset numerical value is used for representing the shortest distance between each selected model and the boundary and the shortest distance between each model; the number of the preset data is set, and the minimum distance is the number of the preset data when the temporary building model is generated;
further comprises:
obtaining boundary coordinates of the temporary building area;
determining the position relation between the first model and the temporary building area according to the first projection coordinate set and the boundary coordinates; determining the position relation between the second model and the temporary building area according to the second projection coordinate set and the boundary coordinates;
Pushing and displaying indication information that a temporary modeling type cannot be generated in the temporary building area when the boundary of the first model exceeds the boundary of the temporary building area or the boundary of the second model exceeds the boundary of the temporary building area;
further comprises:
directly executing steps of traversing the numerical values in the first projection coordinate set and the second projection coordinate set in sequence when the boundaries of the first model are all at the boundary of the temporary building area and the boundaries of the second model are all at the boundary of the temporary building area, and obtaining the distances between each vertex of the first model and each vertex of the second model according to the first projection coordinate set and the second projection coordinate set;
the determining, according to the first projection coordinates and the boundary coordinates, the positional relationship between the first model and the temporary building area includes:
vector cross multiplication is carried out on each projection coordinate in the first projection coordinate set, so that a boundary vertical point of the first model is obtained;
and determining the position relation between the first model and the temporary building area according to the boundary vertical point of the first model and the boundary coordinates.
6. A temporary building model generation apparatus, characterized by comprising:
A processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to implement the method of any one of claims 1 to 4 when executing the executable instructions.
7. A non-transitory computer readable storage medium having stored thereon computer program instructions, which when executed by a processor, implement the method of any of claims 1 to 4.
CN202010514606.2A 2020-06-08 2020-06-08 Temporary building model generation method, device, equipment and storage medium Active CN111767594B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010514606.2A CN111767594B (en) 2020-06-08 2020-06-08 Temporary building model generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010514606.2A CN111767594B (en) 2020-06-08 2020-06-08 Temporary building model generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111767594A CN111767594A (en) 2020-10-13
CN111767594B true CN111767594B (en) 2024-03-12

Family

ID=72720098

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010514606.2A Active CN111767594B (en) 2020-06-08 2020-06-08 Temporary building model generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111767594B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006065794A (en) * 2004-08-30 2006-03-09 Ricoh Co Ltd Three-dimensional shape display device, three-dimensional shape display method, and program making computer implement the method
CN103425806A (en) * 2012-05-17 2013-12-04 鸿富锦精密工业(深圳)有限公司 Three-dimensional programming product simulating system and method
CN107392984A (en) * 2017-07-26 2017-11-24 厦门美图之家科技有限公司 A kind of method and computing device based on Face image synthesis animation
CN109255832A (en) * 2018-09-21 2019-01-22 四川长虹电器股份有限公司 A kind of target light field creation method based on OpenGL
KR101967439B1 (en) * 2018-06-19 2019-04-09 한양대학교 산학협력단 Urban modeling device for supporting urban planning reflecting thermal comfort and method thereof
CN110390116A (en) * 2018-04-19 2019-10-29 西安海平方网络科技有限公司 Model connection processing method, device, computer equipment and readable storage medium storing program for executing
CN111091477A (en) * 2018-10-24 2020-05-01 国网浙江省电力有限公司 Automatic layout method and system for temporary construction of transformer substation engineering
CN111105491A (en) * 2019-11-25 2020-05-05 腾讯科技(深圳)有限公司 Scene rendering method and device, computer readable storage medium and computer equipment
CN111161394A (en) * 2018-11-07 2020-05-15 网易(杭州)网络有限公司 Three-dimensional building model placing method and device
CN111223177A (en) * 2019-12-18 2020-06-02 北京城市网邻信息技术有限公司 Method and device for constructing three-dimensional model of three-dimensional space and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2549434B1 (en) * 2011-07-22 2018-10-17 Thales Method of modelling buildings from a georeferenced image
US8823744B2 (en) * 2012-03-23 2014-09-02 Bluebeam Software, Inc. Method for indicating annotations associated with a particular display view of a three-dimensional model independent of any display view

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006065794A (en) * 2004-08-30 2006-03-09 Ricoh Co Ltd Three-dimensional shape display device, three-dimensional shape display method, and program making computer implement the method
CN103425806A (en) * 2012-05-17 2013-12-04 鸿富锦精密工业(深圳)有限公司 Three-dimensional programming product simulating system and method
CN107392984A (en) * 2017-07-26 2017-11-24 厦门美图之家科技有限公司 A kind of method and computing device based on Face image synthesis animation
CN110390116A (en) * 2018-04-19 2019-10-29 西安海平方网络科技有限公司 Model connection processing method, device, computer equipment and readable storage medium storing program for executing
KR101967439B1 (en) * 2018-06-19 2019-04-09 한양대학교 산학협력단 Urban modeling device for supporting urban planning reflecting thermal comfort and method thereof
CN109255832A (en) * 2018-09-21 2019-01-22 四川长虹电器股份有限公司 A kind of target light field creation method based on OpenGL
CN111091477A (en) * 2018-10-24 2020-05-01 国网浙江省电力有限公司 Automatic layout method and system for temporary construction of transformer substation engineering
CN111161394A (en) * 2018-11-07 2020-05-15 网易(杭州)网络有限公司 Three-dimensional building model placing method and device
CN111105491A (en) * 2019-11-25 2020-05-05 腾讯科技(深圳)有限公司 Scene rendering method and device, computer readable storage medium and computer equipment
CN111223177A (en) * 2019-12-18 2020-06-02 北京城市网邻信息技术有限公司 Method and device for constructing three-dimensional model of three-dimensional space and storage medium

Also Published As

Publication number Publication date
CN111767594A (en) 2020-10-13

Similar Documents

Publication Publication Date Title
CN109816769A (en) Scene map generation method, device and equipment based on depth camera
CN104077446B (en) The method and system of two-dimentional electrical construction document are extracted from digital three-dimemsional model
CN103440357A (en) Virtual reality roaming scene generation method and system
CN110428504B (en) Text image synthesis method, apparatus, computer device and storage medium
US20230298237A1 (en) Data processing method, apparatus, and device and storage medium
CN109388843B (en) Visualization system and method of truss antenna based on VTK (virtual terminal K), and terminal
CN113065180A (en) GIM analysis method, device, equipment and storage medium
CN111659123A (en) Navigation data processing method and device, storage medium and electronic equipment
CN111767594B (en) Temporary building model generation method, device, equipment and storage medium
CN112807695A (en) Game scene generation method and device, readable storage medium and electronic equipment
CN112612427A (en) Vehicle stop data processing method and device, storage medium and terminal
CN112669418A (en) Model rendering method and device
CN112685871B (en) Lightning protection range simulation method, device, equipment and storage medium
CN115830266A (en) Game three-dimensional scene graph processing method and device
CN115619986A (en) Scene roaming method, device, equipment and medium
CN115544622A (en) Urban and rural participation type three-dimensional planning design platform, method, equipment and storage medium
CN114021279A (en) Modelica model generation method and device of product, terminal and storage medium
CN113643426A (en) Method, equipment and storage medium for updating simulation urban building model
CN113160405A (en) Point cloud map generation method and device, computer equipment and storage medium
CN113160407A (en) Method and device for converting digital three-dimensional model into construction model based on transformer substation
CN117611761B (en) Map element drawing method, system, equipment and medium for CAD drawing
CN115310186B (en) Hydraulic engineering construction flow simulation method and system
CN109242937B (en) Method and device for converting Mike flow field result file into shape vector file
CN115713580A (en) Method, device, medium and equipment for generating key frame data of root skeleton
CN116229014A (en) Scene generation method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant