CN113674436B - Building floor outer elevation extraction method based on Revit API - Google Patents

Building floor outer elevation extraction method based on Revit API Download PDF

Info

Publication number
CN113674436B
CN113674436B CN202110910770.XA CN202110910770A CN113674436B CN 113674436 B CN113674436 B CN 113674436B CN 202110910770 A CN202110910770 A CN 202110910770A CN 113674436 B CN113674436 B CN 113674436B
Authority
CN
China
Prior art keywords
floor
wall
point
xyzlist
type
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
CN202110910770.XA
Other languages
Chinese (zh)
Other versions
CN113674436A (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.)
Nantong University
Original Assignee
Nantong University
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 Nantong University filed Critical Nantong University
Priority to CN202110910770.XA priority Critical patent/CN113674436B/en
Publication of CN113674436A publication Critical patent/CN113674436A/en
Application granted granted Critical
Publication of CN113674436B publication Critical patent/CN113674436B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/20Editing of 3D images, e.g. changing shapes or colours, aligning objects or positioning parts
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Architecture (AREA)
  • Computer Graphics (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention discloses a building floor outer elevation extraction method based on a Revit API, which comprises the following steps of; step one: defining a method named as Execute, and initializing a system environment; step two: acquiring an elevation object of a certain floor, and creating an elevation filter; step three: creating a set of auxiliary wall objects Wi at the periphery of the floor, wherein an auxiliary room object R is placed; step four: extracting building components directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set; step five: extracting building components which are not directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set; step six: deleting the auxiliary wall object Wi generated in the step three from the selection set; step seven: and copying the building components in the selection set into the target file, and storing. The invention can extract the outer elevation of the whole building, effectively reduces the data volume of the whole building, and enables the BIM model to be effectively applied to urban level scenes.

Description

Building floor outer elevation extraction method based on Revit API
Technical Field
The invention relates to a building floor outer elevation extraction method based on a Revit API, and belongs to the application fields of BIM model weight reduction and the like in urban level scenes.
Background
Currently, BIM technology has been widely applied to a number of fields such as construction, environmental protection, fire protection, traffic, mapping, geographical information, digital cities, etc. In these applications, building models play a vital role. However, the BIM model carries more data information, the model is huge, and the data volume of a single building model is usually in the level of hundred megabytes. If thousands of such models are to be loaded in a city level scene, the system will become abnormally stuck. Therefore, some method is needed to lighten the BIM model.
At present, revit is taken as a common BIM modeling software, and occupies a great proportion in the market, and more than 80% of BIM models are produced by Revit. To facilitate secondary development, revit provides a corresponding API. Based on the Revit API, a series of operations such as data filtering, component extraction, document editing and the like can be performed on the BIM model, so that the possibility is provided for the light weight of the BIM model. Compared with other light-weight methods (such as BIM model light-weight based on IFC file), the method can operate the model based on the software interface, avoid data loss caused by the fact that the model is exported as an intermediate file such as IFC, and enable the operated model and the original model not to generate corresponding deviation.
Disclosure of Invention
Aiming at the problems existing in the prior art, the invention provides a building floor outer elevation extraction method based on a Revit API, so as to solve the technical problems.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows: a building floor outer elevation extraction method based on Revit API comprises the following steps of;
step one: defining a method named Execute and initializing a system environment;
step two: the method comprises the steps of obtaining an elevation object of a certain floor, and creating an elevation filter by taking the object as a parameter to filter building components belonging to the floor;
step three: creating a set of auxiliary wall objects Wi, i=1, 2,3,4 at the periphery of the floor, forming a closed space with the outer boundary of the floor, and placing an auxiliary room object R therein;
step four: extracting building components directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
step five: extracting building components which are not directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
step six: deleting the auxiliary wall objects Wi, i=1, 2,3,4 generated in the step three from the selection set selected element;
step seven: building elements in the selected element set are copied to the destination file and saved.
Preferably, the Execute method in the first step includes three parameters, which are object command data with type ExternalCommandData, object message with type string, and object elements with type ElementSet, respectively.
Preferably, the step of initializing the system environment specifically includes the following steps:
s31, acquiring an object uiApp with the type of UIApplication from the command data object.
S32, acquiring an object uiDoc with the type of UIDOCUMENT from the commandData object.
S33, acquiring an object doc with the type of Document from the uiDoc.
S34, initializing an object selected element with the type ICollection < element Id > and an object wallsaddled with the type List < Wall >.
Preferably, the specific steps in the third step are as follows:
s41, creating a floor filter according to a floor to be processed, acquiring all walls of the floor according to the floor filter, and adding the walls into a List wallList with the type of List < Wall >;
s42, creating a group of auxiliary wall objects and a room object at the periphery of the floor, wherein the steps are as follows:
s421, starting a transaction named CreateBoundary;
s422, setting a parameter distance to indicate the distance between the to-be-created auxiliary outer wall and the floor outer elevation, wherein the distance is generally set to be 50 inches;
s423: traversing each wall segment in the wallList, acquiring X, Y coordinates of surrounding bodies of the wall segments, selecting a maximum value and a minimum value of X, Y coordinates from the X, Y coordinates, and storing variables xMax, yMax, xMin and yMin respectively;
s424: taking the height of the current floor and constructing 4 points: point1 (xMin, yMin, height), point2 (xMin, yMax, height), point3 (xMax, yMax, height), point4 (xMax, yMin, height);
s425: based on the 4 points created in step S424, 4 line segments are constructed: line1 (point 1, point 2), line2 (point 2, point 3), line3 (point 3, point 4), line4 (point 4, point 1);
s426: with the 4 line segments created in step S425 as the center line, 4 walls are created and added to the set wallsAdded.
S427: inserting a room object R at the floor plane selection coordinates (xMin+5, yMin+5)
S428 commits the transaction CreateBoundary.
Preferably, the specific step in the fourth step includes:
s51, initializing an object se with the type of SpatialElementBoundaryOption, and setting the attribute SpatialElementBoundaryLocation as SpatialElementBoundaryLocation.
S52: initializing an object calculator with the type of the spatial element geometry calculator, and acquiring a geometrical entity object solid of the boundary of the room R based on the object;
s53: based on the solid object, constructing an element intersectionSolidFilter type object to filter all building elements intersecting the boundary of R in the floor and add the building elements to the set selected element;
preferably, the related steps in the fifth step specifically include:
s61, traversing all building components elemt in the floor and acquiring an enclosure boundxyz of the building components elemt;
s62, taking a maximum point BMax and a minimum point BMin of the acquired bounding volume boundxyz, and taking a central point BCenter of the two points;
s63, judging whether the acquired central point BCenter is in the auxiliary room R or not, and if so, adding the element into the set selected element.
Preferably, the specific step in the sixth step includes:
s71, traversing all wall objects W in the set wallsaddded;
s72, for each wall object W acquired in the last step, searching whether the object with the same Id as W is contained in the set selected element, and if so, deleting the object from the set selected element.
The beneficial effects of the invention are as follows: the invention can extract the outer elevation of the whole building, effectively reduces the data volume of the whole building, and enables the BIM model to be effectively applied to urban level scenes.
Drawings
FIG. 1 is a flow chart of a method for extracting an outer elevation of a building floor based on a Revit API of the present invention;
fig. 2 is a process of operation of the method for extracting the outer elevation of the building floor based on the Revit API of the invention.
Detailed Description
The present invention will be further described in detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the detailed description and specific examples, while indicating the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs, and the terms used herein in this description of the invention are for the purpose of describing particular embodiments only and are not intended to be limiting of the invention.
As shown in fig. 1 and 2, the method for extracting the outer elevation of the building floor based on the Revit API comprises the following steps of;
step one: defining a method named Execute and initializing a system environment;
the relevant codes are as follows:
step two: the method comprises the steps of obtaining an elevation object of a certain floor, and creating an elevation filter by taking the object as a parameter to filter building components belonging to the floor;
in this embodiment, 2 floors (floor name: elevation 2) are selected as the operation object, and the related codes are as follows:
step three: creating a set of auxiliary wall objects Wi, i=1, 2,3,4 at the periphery of the floor, forming a closed space with the outer boundary of the floor, and placing an auxiliary room object R therein;
the relevant codes are as follows:
step four: extracting building components directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
the specific code of the step is as follows:
step five: extracting building components which are not directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
the specific code of the step is as follows:
step six: deleting the auxiliary wall objects Wi, i=1, 2,3,4 generated in the step three from the selection set selected element;
the specific code of the step is as follows:
step seven: building elements in the selected element set are copied to the destination file and saved.
In a further embodiment, the Execute method in the first step includes three parameters, namely an object command data with a type of externalCommandData, an object message with a type of string, and an object elements with a type of ElementSet.
In this embodiment, the initializing the system environment in the first step specifically includes the following steps:
s31, acquiring an object uiApp with the type of UIApplication from the command data object.
S32, acquiring an object uiDoc with the type of UIDOCUMENT from the commandData object.
S33, acquiring an object doc with the type of Document from the uiDoc.
S34, initializing an object selected element with the type ICollection < element Id > and an object wallsaddled with the type List < Wall >.
In the embodiment, the specific steps in the third step are as follows:
s41, creating a floor filter according to a floor to be processed, acquiring all walls of the floor according to the floor filter, and adding the walls into a List wallList with the type of List < Wall >;
s42, creating a group of auxiliary wall objects and a room object at the periphery of the floor, wherein the steps are as follows:
s421, starting a transaction named CreateBoundary;
s422, setting a parameter distance to indicate the distance between the to-be-created auxiliary outer wall and the floor outer elevation, wherein the distance is generally set to be 50 inches;
s423: traversing each wall segment in the wallList, acquiring X, Y coordinates of surrounding bodies of the wall segments, selecting a maximum value and a minimum value of X, Y coordinates from the X, Y coordinates, and storing variables xMax, yMax, xMin and yMin respectively;
s424: taking the height of the current floor and constructing 4 points: point1 (xMin, yMin, height), point2 (xMin, yMax, height), point3 (xMax, yMax, height), point4 (xMax, yMin, height);
s425: based on the 4 points created in step S424, 4 line segments are constructed: line1 (point 1, point 2), line2 (point 2, point 3), line3 (point 3, point 4), line4 (point 4, point 1);
s426: with the 4 line segments created in step S425 as the center line, 4 walls are created and added to the set wallsAdded.
S427: inserting a room object R at the floor plane selection coordinates (xMin+5, yMin+5)
S428 commits the transaction CreateBoundary.
In this embodiment, the specific steps in the fourth step include:
s51, initializing an object se with the type of SpatialElementBoundaryOption, and setting the attribute SpatialElementBoundaryLocation as SpatialElementBoundaryLocation.
S52: initializing an object calculator with the type of the spatial element geometry calculator, and acquiring a geometrical entity object solid of the boundary of the room R based on the object;
s53: based on the solid object, constructing an element intersectionSolidFilter type object to filter all building elements intersecting the boundary of R in the floor and add the building elements to the set selected element;
in this embodiment, the related steps described in the fifth step specifically include:
s61, traversing all building components elemt in the floor and acquiring an enclosure boundxyz of the building components elemt;
s62, taking a maximum point BMax and a minimum point BMin of the acquired bounding volume boundxyz, and taking a central point BCenter of the two points;
s63, judging whether the acquired central point BCenter is in the auxiliary room R or not, and if so, adding the element into the set selected element.
In this embodiment, the specific steps in the sixth step include:
s71, traversing all wall objects W in the set wallsaddded;
s72, for each wall object W acquired in the last step, searching whether the object with the same Id as W is contained in the set selected element, and if so, deleting the object from the set selected element.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, or alternatives falling within the spirit and principles of the invention.

Claims (1)

1. The building floor outer elevation extraction method based on the Revit API is characterized by comprising the following steps of;
step one: defining a method named Execute and initializing a system environment;
the Execute method in the first step includes three parameters, namely an object command data with a type of externalCommandData, an object message with a type of string, and an object elements with a type of ElementSet;
the step one of initializing the system environment specifically comprises the following steps:
s11, acquiring an object uiApp with the type of UIApplication from the command data object;
s12, acquiring an object uiDoc with the type of UIDocument from the commandData object;
s13, acquiring an object doc with the type of Document from the uiDoc;
s14, initializing an object selected element with the type ICollection < element Id > and an object wallsaddled with the type List < Wall >;
step two: the method comprises the steps of obtaining an elevation object of a certain floor, and creating an elevation filter by taking the object as a parameter to filter building components belonging to the floor;
step three: creating a set of auxiliary wall objects Wi, i=1, 2,3,4 at the periphery of the floor, forming a closed space with the outer boundary of the floor, and placing an auxiliary room object R therein;
the specific steps in the third step are as follows:
s31, creating a floor filter according to the floors to be processed, acquiring all walls of the floors according to the floor filter, and adding the walls into a List wallList with the type of List < Wall >;
s32, creating a group of auxiliary wall objects and a room object at the periphery of the floor, wherein the steps are as follows:
s321, starting a transaction named CreateBoundary;
s322, setting a parameter distance to indicate the distance between the to-be-created auxiliary outer wall and the floor outer elevation, wherein the distance is set to be 50 inches;
s323: defining xyzList as an array for storing point coordinates, traversing each wall segment in the wallList, obtaining X, Y coordinates of bounding volumes of the wall segments, selecting a maximum value and a minimum value of X, Y coordinates,
xyzlist.max (p= > p.X): selecting the maximum value of X from the xyzList;
xyzlist.min (p= > p.X): selecting the minimum value of X from the xyzList;
xyzlist.max (p= > p.Y): selecting the maximum value of Y from xyzList;
xyzlist.min (p= > p.Y): selecting a minimum value of Y from the xyzList;
and such that xmax=xyzlist.max (p= > p.X) +distance;
xMin=xyzList.Min(p=>p.X)-distance;
yMax=xyzList.Max(p=>p.Y)+distance;
yMin=xyzList.Min(p=>p.Y)–distance
s324: taking the height of the current floor and constructing 4 points: point1 (xMin, yMin, height), point2 (xMin, yMax, height), point3 (xMax, yMax, height), point4 (xMax, yMin, height);
s325: based on the 4 points created in step S424, 4 line segments are constructed: line1 (point 1, point 2), line2 (point 2, point 3), line3 (point 3, point 4), line4 (point 4, point 1);
s326: creating 4 walls by taking the 4 line segments created in the step S425 as central lines, and adding the walls into the set wallsAdded;
s327: inserting a room object R at the floor plane selection coordinates (xMin+5, yMin+5)
S328, submitting the transaction createBoundary;
step four: extracting building components directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
s41, initializing an object se with the type of SpatialElementBoundaryOption, and setting the attribute SpatialElementBoundaryLocation as SpatialElementBoundaryLocation.
S42: initializing an object calculator with the type of the spatial element geometry calculator, and acquiring a geometrical entity object solid of the boundary of the room R based on the object;
s43: based on the solid object, constructing an element intersectionSolidFilter type object to filter all building elements intersecting the boundary of R in the floor and add the building elements to the set selected element;
step five: extracting building components which are not directly attached to the outer wall of the floor by relying on the created auxiliary room object R, and adding a selection set selected element;
s51, traversing all building components elemt in the floor and acquiring an enclosure boundxyz of the building components elemt;
s52, for the acquired bounding volume boundxyz, taking the coordinate BMax of the maximum point and the coordinate BMin of the minimum point of the bounding volume boundxyz, and taking the central coordinate point BCenter of the coordinates of the two points;
s53, judging whether the acquired central point BCenter is in the auxiliary room R or not, and if so, adding elemt into a set selected element;
step six: deleting the auxiliary wall objects Wi, i=1, 2,3,4 generated in the step three from the selection set selected element;
the specific steps in the step six include:
s61, traversing all wall objects W in the set wallsaddded;
s62, for each wall object W acquired in the last step, searching whether the object with the same Id as W is contained in the set selected element, and if so, deleting the object from the set selected element;
step seven: building elements in the selected element set are copied to the destination file and saved.
CN202110910770.XA 2021-08-09 2021-08-09 Building floor outer elevation extraction method based on Revit API Active CN113674436B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110910770.XA CN113674436B (en) 2021-08-09 2021-08-09 Building floor outer elevation extraction method based on Revit API

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110910770.XA CN113674436B (en) 2021-08-09 2021-08-09 Building floor outer elevation extraction method based on Revit API

Publications (2)

Publication Number Publication Date
CN113674436A CN113674436A (en) 2021-11-19
CN113674436B true CN113674436B (en) 2023-08-25

Family

ID=78541924

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110910770.XA Active CN113674436B (en) 2021-08-09 2021-08-09 Building floor outer elevation extraction method based on Revit API

Country Status (1)

Country Link
CN (1) CN113674436B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092727A (en) * 2017-03-30 2017-08-25 南京师范大学 A kind of across the floor space extracting method of Indoor environment based on CAD diagram paper
CN107103118A (en) * 2017-03-30 2017-08-29 南京师范大学 A kind of Indoor environment spatial extraction method based on CAD diagram paper
KR101810663B1 (en) * 2016-08-31 2018-01-25 선문대학교 산학협력단 Bim data transform apparatus for ununiformed slab member and the method thereof
CN108460832A (en) * 2018-03-02 2018-08-28 盈嘉互联(北京)科技有限公司 A kind of shell extraction method based on Building Information Model
CN109376404A (en) * 2018-09-29 2019-02-22 中民筑友科技投资有限公司 Build outer profile model generating method, system, device and readable storage medium storing program for executing
CN109582748A (en) * 2018-10-16 2019-04-05 浙江大学宁波理工学院 Integrate the construction method of the D Spatial Data Modelling of 3D GIS and BIM
CN110083872A (en) * 2019-03-28 2019-08-02 沈阳建筑大学 A kind of data extraction method towards BIM model
CN112182698A (en) * 2020-09-17 2021-01-05 中北大学 Depth extraction method based on revit wall body member
CN112559188A (en) * 2020-12-22 2021-03-26 中设数字技术股份有限公司 BIM model external contour layered parallel rapid extraction method and system
CN112967175A (en) * 2021-02-02 2021-06-15 盈嘉互联(北京)科技有限公司 Cross-floor road network extraction method based on BIM

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101810663B1 (en) * 2016-08-31 2018-01-25 선문대학교 산학협력단 Bim data transform apparatus for ununiformed slab member and the method thereof
CN107092727A (en) * 2017-03-30 2017-08-25 南京师范大学 A kind of across the floor space extracting method of Indoor environment based on CAD diagram paper
CN107103118A (en) * 2017-03-30 2017-08-29 南京师范大学 A kind of Indoor environment spatial extraction method based on CAD diagram paper
CN108460832A (en) * 2018-03-02 2018-08-28 盈嘉互联(北京)科技有限公司 A kind of shell extraction method based on Building Information Model
CN109376404A (en) * 2018-09-29 2019-02-22 中民筑友科技投资有限公司 Build outer profile model generating method, system, device and readable storage medium storing program for executing
CN109582748A (en) * 2018-10-16 2019-04-05 浙江大学宁波理工学院 Integrate the construction method of the D Spatial Data Modelling of 3D GIS and BIM
CN110083872A (en) * 2019-03-28 2019-08-02 沈阳建筑大学 A kind of data extraction method towards BIM model
CN112182698A (en) * 2020-09-17 2021-01-05 中北大学 Depth extraction method based on revit wall body member
CN112559188A (en) * 2020-12-22 2021-03-26 中设数字技术股份有限公司 BIM model external contour layered parallel rapid extraction method and system
CN112967175A (en) * 2021-02-02 2021-06-15 盈嘉互联(北京)科技有限公司 Cross-floor road network extraction method based on BIM

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于数学形态学提取外体的复杂BIM建筑模拟方法;傅雪芳;贺长雁;刘小军;;福建电脑(01);全文 *

Also Published As

Publication number Publication date
CN113674436A (en) 2021-11-19

Similar Documents

Publication Publication Date Title
CN111008422B (en) Building live-action map making method and system
CN106767819B (en) BIM-based indoor navigation data construction method and navigation system
US20150063707A1 (en) Outline approximation for point cloud of building
CN110941871A (en) Automatic labeling method and system based on room information in Revit three-dimensional model
CN113538708B (en) Method for displaying and interacting three-dimensional BIM model in two-dimensional view
CN111161331B (en) Registration method of BIM model and GIS model
CN111339600B (en) Layered household three-dimensional display method and system in building tilt model and storage medium
CN111161428A (en) Three-dimensional map vector tile data generation method, storage medium and terminal
CN111737800A (en) Primitive selection method and device and electronic equipment
CN116051734B (en) Engineering quantity rapid statistical method based on three-dimensional laser scanning and live-action three-dimensional modeling
CN111914047A (en) Geographic entity grid generation method, device and medium based on two-dimensional code doorplate
CN114459488B (en) Indoor and outdoor integrated emergency treatment path planning method based on three-dimensional fusion road network
CN113674436B (en) Building floor outer elevation extraction method based on Revit API
CN110083720B (en) Method and device for constructing real scene semantic structure model
CN112494941B (en) Virtual object display control method and device, storage medium and electronic equipment
CN115329450B (en) Buried part copying method and device
CN116503572A (en) Intelligent recruitment platform and space modeling method thereof
CN113063427A (en) Indoor high-precision map production method, device, equipment and storage medium
CN114419256B (en) Urban level BIM data light weight method and system based on multistage shell extraction algorithm
CN112996009B (en) Wireless device deployment method and device, electronic device and storage medium
CN114925436A (en) Method and system for generating building model based on single-floor house type graph
CN112052489B (en) Method and system for generating house type graph
CN115422193B (en) Storage method, system and medium for multi-source data of city information model
CN117671186A (en) Three-dimensional modeling method and device for assembled component, equipment and storage medium
CN117197390B (en) Three-dimensional building model construction method, device and storage medium

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