CN115329427B - Method, device, medium and equipment for exporting PDF drawing with layer information by Revit - Google Patents

Method, device, medium and equipment for exporting PDF drawing with layer information by Revit Download PDF

Info

Publication number
CN115329427B
CN115329427B CN202210919470.2A CN202210919470A CN115329427B CN 115329427 B CN115329427 B CN 115329427B CN 202210919470 A CN202210919470 A CN 202210919470A CN 115329427 B CN115329427 B CN 115329427B
Authority
CN
China
Prior art keywords
layer
data
pdf
dxfmodel
revit
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
CN202210919470.2A
Other languages
Chinese (zh)
Other versions
CN115329427A (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.)
Guangzhou Youbi Architectural Consulting Co ltd
Original Assignee
Guangzhou Youbi Architectural Consulting 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 Guangzhou Youbi Architectural Consulting Co ltd filed Critical Guangzhou Youbi Architectural Consulting Co ltd
Priority to CN202210919470.2A priority Critical patent/CN115329427B/en
Publication of CN115329427A publication Critical patent/CN115329427A/en
Application granted granted Critical
Publication of CN115329427B publication Critical patent/CN115329427B/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
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Architecture (AREA)
  • Mathematical Analysis (AREA)
  • Structural Engineering (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Civil Engineering (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)

Abstract

The invention discloses a method, a device, a medium and equipment for exporting PDF drawing with layer information by Revit, which comprises the following steps: acquiring a layer setting rule input by a user; acquiring a drawing to be exported by a user in a Revit model, and exporting the drawing as a DWG drawing; reading the DWG drawing into a DxfModel data type by using a DwgReader; setting a layer of an entity in DxfModel data according to the layer setting rule; and exporting the DxfModel data into a PDF drawing. The invention provides a method for exporting PDF drawing with layer information from Revit, which can directly export PDF drawing with layer information from Revit.

Description

Method, device, medium and equipment for exporting PDF drawing with layer information by Revit
Technical Field
The invention belongs to the technical field of BIM, and particularly relates to a method, a device, a medium and equipment for exporting PDF drawings with layer information by Revit.
Background
In the BIM forward design process, the designed drawing result is required to be sent to all participants for communication coordination, and the DWG drawing is easy to modify, professional software is required to be installed, so that the safety and usability are poor. PDF drawings are used as a safer electronic document format, have the characteristics of small volume, vector graphic support, cross-platform browsing, incapability of editing and the like, and are widely applied to storage and communication in the drawing design process.
Currently, autodesk Revit is one of the most widely used BIM software in industry, and the following two methods are generally used for exporting PDF drawings in Revit:
the first is to print settings by "document" printing of Revit, and then select a PDF printer to export PDF drawings. However, the PDF drawing derived by the method does not have layer information, so that the display and the hidden of the primitives in the drawing cannot be adjusted according to the layers, and the drawing surface of the drawing is messy, so that the review is inconvenient.
The second is to export DWG drawing through the "document export" CAD format "DWG" of Revit, then use Autodesk CAD software to open and adjust the layer of the graphic element, and export PDF drawing. The method has very low working efficiency, particularly when drawing nodes are drawn, hundreds of drawings are often drawn, the cost of manpower and material resources required to be input is huge, and the progress of drawing is greatly delayed.
Disclosure of Invention
In order to overcome the technical defects, the invention provides a method for exporting PDF drawings with layer information from Revit, which can directly export PDF drawings with layer information from Revit.
In order to solve the problems, the invention is realized according to the following technical scheme:
a method for Revit to derive a PDF drawing with layer information, comprising the steps of:
acquiring a layer setting rule input by a user;
acquiring a drawing to be exported by a user in a Revit model, and exporting the drawing as a DWG drawing;
reading the DWG drawing into a DxfModel data type by using a DwgReader;
setting a layer of an entity in DxfModel data according to the layer setting rule;
and exporting the DxfModel data into a PDF drawing.
Further, the layer setting rule is to set layer names and layer colors corresponding to the graphic elements according to the component types, the pipeline systems, the air pipe systems, the cable bridges and the keywords in the Revit model.
Further, the step of obtaining a drawing to be exported by a user in a Revit model and exporting the drawing to be a DWG drawing comprises the following steps:
obtaining a view Id corresponding to a drawing to be exported in a Revit model;
and according to the view Id, a DWG drawing corresponding to the view Id is derived through Export.
Further, the step of setting the layer of the entity in the dxf model data according to the layer setting rule includes the following steps:
obtaining a DxfEntity entity set of all the primitives according to the DxfModel data;
traversing the DxfEntity entity set to obtain a DxfEntity entity;
according to the DxfEntity entity, obtaining the extension data DxfExtendedData;
obtaining a component corresponding to the DxfEntity entity in the Revit model according to the extended data DxfExtendedData;
and setting the layer of the DxfEntity entity according to the layer setting rule.
Further, the step of exporting DxfModel data into a PDF drawing comprises the following steps:
creating an exporter PdfExporter of the PDF drawing;
setting an ExportLayers attribute of the exporter PdfExporter to True;
creating a graph configurator Graphics Config corresponding to the PDF drawing;
according to the graphic configurator Graphics Config, dxfModel data are added into an exporter PdfExporter by using DrawPage;
exporter PdfExporter is exported as PDF drawing using EndDocument.
Compared with the prior art, the invention has the following beneficial effects:
the invention discloses a method for exporting PDF drawings with layer information by Revit, which is characterized in that DWG drawings are exported by acquiring layer setting rules input by a user, and PDF drawings are exported by setting the layer where graphic elements are located.
The invention also discloses a device for detecting the Revit graphic element based on the DWG drawing, which comprises the following steps:
the acquisition module is used for acquiring the layer setting rule input by the user;
the first export module is used for acquiring a drawing to be exported by a user in the Revit model and exporting the drawing as a DWG drawing;
the reading module is used for reading the DWG drawing as DxfModel data type;
the setting module is used for setting the layers of the entities in the DxfModel data according to the layer setting rules;
and the second export module is used for exporting the DxfModel data into a PDF drawing.
The invention also discloses a computer readable storage medium, which is a computer readable storage medium and stores a computer program, wherein the computer program is executed to realize the method for exporting PDF drawing with layer information by Revit.
The invention also discloses a computer device, comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to execute the instructions to implement the method for Revit to derive the PDF drawing with layer information.
Drawings
The invention is described in further detail below with reference to the attached drawing figures, wherein:
FIG. 1 is a flowchart of a method for exporting PDF drawings with layer information by Revit according to embodiment 1;
fig. 2 is a layer setup interface diagram of the method for exporting PDF drawing with layer information by Revit according to embodiment 1;
fig. 3 is a selection interface diagram of a drawing to be exported in the method for exporting PDF drawing with layer information by Revit described in embodiment 1;
fig. 4 is a schematic structural diagram of an apparatus for exporting PDF drawing with layer information according to embodiment 2;
fig. 5 is a schematic structural diagram of a computer device in embodiment 4.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the description of the present invention, it should also be noted that, unless explicitly specified and limited otherwise, the terms "disposed", "connected" and "connected" are to be construed broadly, and may be, for example, fixedly connected, detachably connected or integrally connected; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present invention will be understood in specific cases by those of ordinary skill in the art.
Example 1
As shown in fig. 1, this embodiment discloses a method for Revit to derive PDF drawing with layer information, which includes the following steps:
s1, acquiring a layer setting rule input by a user, wherein the layer setting rule is to set a layer name and a layer color corresponding to a graphic element according to a component category, a pipeline system, an air pipe system, a cable bridge and a keyword in a Revit model, and FIG. 2 is a layer setting interface diagram of the embodiment, and the user can set the keyword, the pipeline color, the valve color, the labeling color and the like for the pipeline system layer through the interface, and the user can set according to actual requirements.
S2, acquiring a drawing to be exported by a user in a Revit model, exporting the drawing as a DWG drawing, and selecting an interface diagram of the drawing to be exported in the example shown in FIG. 3, wherein the user selects according to actual needs.
S3, reading the DWG drawing into a DxfModel data type by using a DwgReader.
S4, setting the layers of the entities in the DxfModel data according to the layer setting rules.
S5, the DxfModel data are exported to be PDF drawings.
Specifically, step S2 includes the following steps:
obtaining a view Id corresponding to a drawing to be exported in a Revit model;
and according to the view Id, a DWG drawing corresponding to the view Id is derived through Export.
Specifically, step S4 includes the following steps:
obtaining a DxfEntity entity set of all the primitives according to the DxfModel data;
traversing the DxfEntity entity set to obtain a DxfEntity entity;
according to the DxfEntity entity, obtaining the extension data DxfExtendedData;
obtaining a component corresponding to the DxfEntity entity in the Revit model according to the extended data DxfExtendedData;
and setting the layer of the DxfEntity entity according to the layer setting rule.
Specifically, step S5 includes the following steps:
creating an exporter PdfExporter of the PDF drawing;
setting an ExportLayers attribute of the exporter PdfExporter to True;
creating a graph configurator Graphics Config corresponding to the PDF drawing;
according to the graphic configurator Graphics Config, dxfModel data are added into an exporter PdfExporter by using DrawPage;
exporter PdfExporter is exported as PDF drawing using EndDocument.
The embodiment discloses a method for exporting PDF drawing with layer information by Revit, which is characterized in that a DWG drawing is exported by obtaining a layer setting rule input by a user, and the PDF drawing is exported by setting a layer where a graphic element is located.
Example 2
As shown in fig. 4, this embodiment discloses a device for exporting PDF drawing with layer information by Revit, which may be used to execute the method for exporting PDF drawing with layer information in embodiment 1, for details not disclosed in this embodiment of the device, please refer to embodiment 1, as shown in the drawing, the device for exporting PDF drawing with layer information by Revit includes: the device comprises an acquisition module 1, a first export module 2, a reading module 3, a setting module 4 and a second export module 5; the acquisition module 1 is used for acquiring a layer setting rule input by a user; the first export module 2 is used for obtaining a drawing to be exported by a user in the Revit model and exporting the drawing as a DWG drawing; the reading module 3 is used for reading the DWG drawing as DxfModel data type; the setting module 4 is used for setting the layers of the entities in the DxfModel data according to the layer setting rules; the second export module 5 is configured to export DxfModel data into a PDF drawing.
Specifically, the first export module 2 implements the DWG drawing export function by adopting the following steps:
obtaining a view Id corresponding to a drawing to be exported in a Revit model;
and according to the view Id, a DWG drawing corresponding to the view Id is derived through Export.
Specifically, the setting module 4 implements the setting function by adopting the following steps:
obtaining a DxfEntity entity set of all the primitives according to the DxfModel data;
traversing the DxfEntity entity set to obtain a DxfEntity entity;
according to the DxfEntity entity, obtaining the extension data DxfExtendedData;
obtaining a component corresponding to the DxfEntity entity in the Revit model according to the extended data DxfExtendedData;
and setting the layer of the DxfEntity entity according to the layer setting rule.
In the above embodiment, the second exporting module 5 implements the function of exporting dxf model data into PDF drawings by:
creating an exporter PdfExporter of the PDF drawing;
setting an ExportLayers attribute of the exporter PdfExporter to True;
creating a graph configurator Graphics Config corresponding to the PDF drawing;
according to the graphic configurator Graphics Config, dxfModel data are added into an exporter PdfExporter by using DrawPage;
exporter PdfExporter is exported as PDF drawing using EndDocument.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of elements is merely a logical functional division, and there may be additional divisions of actual implementation, e.g., multiple elements or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
Example 3
The present embodiment discloses a computer-readable storage medium, which is a computer-readable storage medium having a computer program stored thereon, and the computer program when executed implements the method for Revit to derive PDF drawings with layer information in embodiment 1.
Alternatively, the computer-readable storage medium may include: read Only Memory (ROM), random access Memory (RAM, random Access Memory), solid state disk (SSD, solid State Drives), or optical disk, etc. The random access memory may include resistive random access memory (ReRAM, resistance RandomAccess Memory) and dynamic random access memory (DRAM, dynamic Random Access Memory), among others.
Example 4
As shown in fig. 5, the present embodiment discloses a computer device, including: a processor and a memory for storing the processor-executable instructions; the processor is configured to execute instructions to implement the method for Revit to derive PDF drawings with layer information described in embodiment 1.
Those skilled in the art will appreciate that in one or more of the examples described above, the functions described in the embodiments of the present application may be implemented in hardware, software, firmware, or any combination thereof. When implemented in software, these functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The present invention is not limited to the preferred embodiments, and any modifications, equivalent variations and modifications made to the above embodiments according to the technical principles of the present invention are within the scope of the technical proposal of the present invention.

Claims (6)

1. A method for Revit to derive a PDF drawing with layer information, comprising the steps of:
acquiring a layer setting rule input by a user;
acquiring a drawing to be exported by a user in a Revit model, and exporting the drawing as a DWG drawing;
reading the DWG drawing into a DxfModel data type by using a DwgReader;
setting a layer of an entity in DxfModel data according to the layer setting rule;
the DxfModel data is exported as a PDF drawing;
the step of setting the layers of the entities in the DxfModel data according to the layer setting rules comprises the following steps:
obtaining a DxfEntity entity set of all the primitives according to the DxfModel data;
traversing the DxfEntity entity set to obtain a DxfEntity entity;
according to the DxfEntity entity, obtaining the extension data DxfExtendedData;
obtaining a component corresponding to the DxfEntity entity in the Revit model according to the extended data DxfExtendedData;
setting a layer in which the DxfEntity entity is located according to the layer setting rule;
the step of exporting DxfModel data into a PDF drawing comprises the following steps:
creating an exporter PdfExporter of the PDF drawing;
setting an ExportLayers attribute of the exporter PdfExporter to 1;
creating a graph configurator Graphics Config corresponding to the PDF drawing;
according to the graphic configurator Graphics Config, dxfModel data are added into an exporter PdfExporter by using DrawPage;
exporter PdfExporter is exported as PDF drawing using EndDocument.
2. The method for exporting PDF drawing with layer information from Revit according to claim 1, wherein the layer setting rule is: and setting the layer name and layer color corresponding to the graphic element according to the component types, the pipeline system, the air pipe system, the cable bridge and the keywords in the Revit model.
3. The method for exporting PDF drawing with layer information according to claim 1, wherein the step of obtaining the drawing to be exported by the user in the Revit model and exporting the drawing as DWG drawing comprises the following steps:
obtaining a view Id corresponding to a drawing to be exported in a Revit model;
and according to the view Id, a DWG drawing corresponding to the view Id is derived through Export.
4. An apparatus for Revit exporting PDF drawing with layer information, comprising:
the acquisition module is used for acquiring the layer setting rule input by the user;
the first export module is used for acquiring a drawing to be exported by a user in the Revit model and exporting the drawing as a DWG drawing;
the reading module is used for reading the DWG drawing as DxfModel data type;
a setting module for setting the layer of the entity in DxfModel data according to the layer setting rule,
according to the layer setting rule, setting the layer of the entity in DxfModel data comprises the following steps:
obtaining a DxfEntity entity set of all the primitives according to the DxfModel data;
traversing the DxfEntity entity set to obtain a DxfEntity entity;
according to the DxfEntity entity, obtaining the extension data DxfExtendedData;
obtaining a component corresponding to the DxfEntity entity in the Revit model according to the extended data DxfExtendedData;
setting a layer in which the DxfEntity entity is located according to the layer setting rule;
a second export module for exporting DxfModel data into PDF drawing,
the method for exporting DxfModel data into PDF drawing includes:
creating an exporter PdfExporter of the PDF drawing;
setting an ExportLayers attribute of the exporter PdfExporter to 1;
creating a graph configurator Graphics Config corresponding to the PDF drawing;
according to the graphic configurator Graphics Config, dxfModel data are added into an exporter PdfExporter by using DrawPage;
exporter PdfExporter is exported as PDF drawing using EndDocument.
5. A computer readable storage medium, characterized in that it is a computer readable storage medium, on which a computer program is stored, which computer program, when executed, implements a method of Revit deriving PDF drawings with layer information according to any of claims 1-3.
6. A computer device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the method of Revit to derive PDF drawings with layer information as claimed in any one of claims 1-3.
CN202210919470.2A 2022-08-01 2022-08-01 Method, device, medium and equipment for exporting PDF drawing with layer information by Revit Active CN115329427B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210919470.2A CN115329427B (en) 2022-08-01 2022-08-01 Method, device, medium and equipment for exporting PDF drawing with layer information by Revit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210919470.2A CN115329427B (en) 2022-08-01 2022-08-01 Method, device, medium and equipment for exporting PDF drawing with layer information by Revit

Publications (2)

Publication Number Publication Date
CN115329427A CN115329427A (en) 2022-11-11
CN115329427B true CN115329427B (en) 2024-02-06

Family

ID=83920088

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210919470.2A Active CN115329427B (en) 2022-08-01 2022-08-01 Method, device, medium and equipment for exporting PDF drawing with layer information by Revit

Country Status (1)

Country Link
CN (1) CN115329427B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116305685B (en) * 2023-02-16 2024-01-05 广州珠江外资建筑设计院有限公司 Drawing method, system, equipment and medium for low-voltage distribution vertical system diagram

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402500A (en) * 2011-11-23 2012-04-04 上海居冠软件有限公司 Method and system for conversion of PDF (Portable Document Format) file into SWF (Shock Wave Flash) file
CN108920432A (en) * 2018-06-25 2018-11-30 广州文冲船厂有限责任公司 Method for transformation, device, terminal device and the storage medium of 3D pdf document
CN111597600A (en) * 2020-05-26 2020-08-28 广州优比建筑咨询有限公司 BIM forward design chart system based on Revit
KR102275819B1 (en) * 2020-10-29 2021-07-09 (주)인선건축사사무소 Method, device and system for automatic documentation of architectural design drawing
CN113111281A (en) * 2020-01-13 2021-07-13 长沙市海图科技有限公司 DWG drawing preview service method, system and storage medium
CN114117612A (en) * 2021-11-30 2022-03-01 广州优比建筑咨询有限公司 Detection method, device, medium and equipment for DWG drawing and Revit model correlation
CN114241506A (en) * 2021-12-15 2022-03-25 北京构力科技有限公司 Method and device for identifying and extracting PDF (Portable document Format) construction drawing content

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402500A (en) * 2011-11-23 2012-04-04 上海居冠软件有限公司 Method and system for conversion of PDF (Portable Document Format) file into SWF (Shock Wave Flash) file
CN108920432A (en) * 2018-06-25 2018-11-30 广州文冲船厂有限责任公司 Method for transformation, device, terminal device and the storage medium of 3D pdf document
CN113111281A (en) * 2020-01-13 2021-07-13 长沙市海图科技有限公司 DWG drawing preview service method, system and storage medium
CN111597600A (en) * 2020-05-26 2020-08-28 广州优比建筑咨询有限公司 BIM forward design chart system based on Revit
KR102275819B1 (en) * 2020-10-29 2021-07-09 (주)인선건축사사무소 Method, device and system for automatic documentation of architectural design drawing
CN114117612A (en) * 2021-11-30 2022-03-01 广州优比建筑咨询有限公司 Detection method, device, medium and equipment for DWG drawing and Revit model correlation
CN114241506A (en) * 2021-12-15 2022-03-25 北京构力科技有限公司 Method and device for identifying and extracting PDF (Portable document Format) construction drawing content

Also Published As

Publication number Publication date
CN115329427A (en) 2022-11-11

Similar Documents

Publication Publication Date Title
CN107169007B (en) Display interface setting method and device of mobile terminal
JP2006059361A (en) Improved user interface for displaying gallery of formatting option applicable to selected object
CN115329427B (en) Method, device, medium and equipment for exporting PDF drawing with layer information by Revit
CN110362307A (en) Forms pages configuration method and server
US10460027B2 (en) Data filtering based on a cell entry
CN107203498A (en) A kind of method, system and its user terminal and server for creating e-book
WO2017180852A1 (en) Document searching visualized within a document
WO2020131409A1 (en) Auto-formatting of a data table
CN106485566A (en) A kind of information recommendation method and device
CN111414727B (en) Editing method and device for PDF document header footer and electronic equipment
CN107943542A (en) A kind of configuration information management method, device, computer-readable recording medium and storage control
US20190303984A1 (en) Digital Catalog Creation Systems and Techniques
Jelen et al. Pivot Table Data Crunching: Microsoft Excel 2010
US8745478B2 (en) System and method for generating inspiration boards
CN114117612A (en) Detection method, device, medium and equipment for DWG drawing and Revit model correlation
CN106021359A (en) CAD file modification method and device
CN105975218A (en) Graphic file browsing and printing device and method based on data converter
JP5718839B2 (en) Method, system and computer-readable medium for moving labels to avoid overlap in graphic output
EP3092609A1 (en) Document and object manipulation
US20230025135A1 (en) Method, Apparatus and Device for Deleting Distributed System File, and Storage Medium
CN110324496B (en) Method for quickly marking on any interface, storage medium and terminal equipment
CN105488054B (en) A kind of method and device of browsing pictures
CN112464618A (en) Method and device for paging document data, storage medium and electronic equipment
CN106919381A (en) Method and apparatus for realizing Password Input frame
CN116303252B (en) Format conversion method and device for DWG file, storage medium and electronic device

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