CN109741417B - Method and device for generating graphic file, computing equipment and storage medium - Google Patents

Method and device for generating graphic file, computing equipment and storage medium Download PDF

Info

Publication number
CN109741417B
CN109741417B CN201811377535.5A CN201811377535A CN109741417B CN 109741417 B CN109741417 B CN 109741417B CN 201811377535 A CN201811377535 A CN 201811377535A CN 109741417 B CN109741417 B CN 109741417B
Authority
CN
China
Prior art keywords
file
graphic
data source
graph
program
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
CN201811377535.5A
Other languages
Chinese (zh)
Other versions
CN109741417A (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.)
Xi'an Zhongxian Software Technology Co ltd
Original Assignee
Xi'an Zhongxian Software Technology 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 Xi'an Zhongxian Software Technology Co ltd filed Critical Xi'an Zhongxian Software Technology Co ltd
Priority to CN201811377535.5A priority Critical patent/CN109741417B/en
Publication of CN109741417A publication Critical patent/CN109741417A/en
Application granted granted Critical
Publication of CN109741417B publication Critical patent/CN109741417B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

Abstract

The embodiment of the invention discloses a method, a device, computing equipment and a storage medium for generating a graphic file. The generating method comprises the following steps: acquiring a data source file, a graph drawing program file, a user interface file, a program starting file and a drawing attribute description file; compiling a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file to generate a graphic file. The embodiment of the invention has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located, so that the speed is extremely high when the graphics in the graphic file are called.

Description

Method and device for generating graphic file, computing equipment and storage medium
Technical Field
The present invention relates to the field of computer graphics, and in particular, to a method and apparatus for generating a graphics file, a computing device, and a storage medium.
Background
At present, when computer drawing is used, for example, drawing is performed through a CAD platform, and as a standard drawing standard, the existing technology usually firstly draws the commonly used electronic drawing of a standard component and the preview drawing of the standard component drawing according to certain standards and specifications, and then introduces the electronic drawing of the standard component and the preview drawing of the standard component drawing into a database by means of erecting a CAD drawing database. When a user draws, the CAD client is used for calling an electronic drawing of a standard part and a preview drawing of the standard part drawing in the CAD drawing database.
The method for constructing the CAD drawing database in the prior art has the following defects:
1. when a database is manufactured, a standard part 'electronic drawing' and a standard part drawing 'preview drawing' must be drawn simultaneously;
2. when a standard part 'electronic drawing' and a standard part drawing 'preview drawing' in a database are called, the CAD client must be connected with the network, the database speed is limited by the network speed, and the database cannot be used under the condition of no network;
3. a server must be erected, and the erection and maintenance of the server require labor and material costs;
4. the database has high technical content and huge volume, and has high use, maintenance and migration costs.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a device and a storage medium for generating a graphic file, which are used for solving the problems of complicated construction and high maintenance cost of a CAD drawing database in the prior art.
In order to achieve the above object, a first aspect of an embodiment of the present invention provides a method for generating a graphics file, including: acquiring a data source file, a graph drawing program file, a user interface file, a program starting file and a drawing attribute description file; compiling a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file to generate a graphic file.
In one possible implementation, the suffix of the data source file is ". Lsp"; the acquiring a data source file includes: reading coordinate information of a graph in at least one CAD drawing file; generating a progenitor code file containing the coordinate information of the graph; and generating the data source file according to the progenitor code file, wherein the data source file comprises coordinate information of the graph.
In one possible implementation, the graphic drawing program file is used for drawing a graphic according to the coordinate information of the graphic; the number of the progenitor code files is the same as the number of the CAD drawing files; the generating the data source file from the progenitor file comprises: and merging and compressing the progenitor code files to generate the data source file.
In one possible implementation, the suffix of the graphics rendering program file is ". Lsp"; the suffix of the user interface file is ". Lsp"; the suffix of the program starting file is ". Lsp"; the suffix of the drawing attribute description file is ". Lsp"; the suffix of the graphic file is ". VLX".
In one possible implementation, the pattern is a standard part pattern; the graph has a preset graph name.
A second aspect of an embodiment of the present invention provides a graphics file generating apparatus, including: the acquisition unit is used for acquiring a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file; and the compiling unit is used for compiling the data source file, the graphic drawing program file, the user interface file, the program starting file and the drawing attribute description file to generate the graphic file.
In one possible implementation, the suffix of the data source file is ". Lsp"; the acquisition unit is also used for reading the coordinate information of the graph in at least one CAD drawing file; the acquisition unit is also used for generating a progenitor code file containing coordinate information of the graph; the acquisition unit is further configured to generate the data source file according to the progenitor code file, where the data source file includes coordinate information of the graphic.
In one possible implementation, the graphic drawing program file is used for drawing a graphic according to the coordinate information of the graphic; the number of the progenitor code files is the same as the number of the CAD drawing files; the acquisition unit is also used for merging and compressing the progenitor code files to generate the data source file.
A third aspect of an embodiment of the invention provides a computing device comprising a processor and a memory; wherein the memory stores code; the processor executes the code to perform the generating method of the first aspect.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium storing a program, the program including instructions which, when executed by a computer, cause the computer to perform the generating method of the first aspect.
A fifth aspect of an embodiment of the present invention provides a computer-readable storage medium storing a graphic file generated by the generating method described in the first aspect.
The embodiment of the invention has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
Drawings
Fig. 1 is a flowchart of a method for generating a graphic file according to embodiment 1 of the present invention.
Fig. 2 is a schematic structural diagram of a graphic file generating apparatus according to embodiment 2 of the present invention.
Fig. 3 is a schematic structural diagram of a computing device according to embodiment 3 of the present invention.
In the figure: 11-12, step 21, acquisition unit 22, compiling unit 31, processor 32, memory.
Detailed Description
The following examples are illustrative of the invention and are not intended to limit the scope of the invention.
The graphic file generated by the graphic file method can be used as a graphic template or a local database of a standard component graphic, and is convenient to call and low in maintenance cost. In this embodiment, the drawing module or drawing standard means a graphic template or standard pattern used by drawing software, for example, a "valve" standard pattern and a "hexagonal bolt" standard pattern in CAD.
Next, in a specific embodiment, a method, an apparatus, a computing device, and a storage medium for generating a graphic file according to an embodiment of the present invention are specifically described.
Example 1
In this embodiment, a method for generating a graphic file is specifically described with reference to fig. 1.
The execution subject of the generation method is a computing device, such as a personal computer, a server, etc.
As shown in fig. 1, the method for generating a graphic file according to the present embodiment includes the following steps.
And step 11, acquiring a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file.
In one example, the suffix of the data source file is ". Lsp"; the acquiring a data source file includes: reading coordinate information of a graph in at least one CAD drawing file; generating a progenitor code file containing the coordinate information of the graph; and generating the data source file according to the progenitor code file, wherein the data source file comprises coordinate information of the graph.
The coordinate information of all the graphs in the CAD drawing files can be automatically read in batches through a written batch data acquisition program, and after the drawing coordinate information is read in batches, a plurality of ancestor files containing the CAD drawing coordinate information are automatically generated in batches (English of the ancestor files is Drawing Exchange Format). The generated ancestor files are in one-to-one correspondence with the CAD drawings, and the number of ancestor files is generated by the number of drawing files.
In one example, the code of the "batch data collection program" described above is as follows:
Figure BDA0001871111960000041
Figure BDA0001871111960000051
the pattern may include one or more of straight lines, multi-lines, circular arcs, spline lines, ellipses, and the like. The patterns may specifically be patterns of standard components, and each pattern may be preset with a name such as "valve", "hex bolt", etc.
The graphic drawing program file is used for drawing the graphic according to the coordinate information of the graphic; the number of the progenitor code files is the same as the number of the CAD drawing files; the generating the data source file from the progenitor file comprises: and merging and compressing the progenitor code files to generate the data source file.
Specifically, a "merge compressed progenitor code file program" may be written, and then all progenitor code files generated in the previous step are merged and compressed by using the "merge compressed progenitor code file program" to generate a "data source. Lsp" file with a suffix of ". Lsp".
In one example, the code of the "merge compressed progenitor file program" is as follows:
Figure BDA0001871111960000052
Figure BDA0001871111960000061
Figure BDA0001871111960000071
Figure BDA0001871111960000081
Figure BDA0001871111960000091
a graphics drawing program file may be written. The suffix of the graphics drawing program file is ". Lsp". The file name of the graphics drawing program file may be "hz. The graphic drawing program file can automatically draw the graphic according to the graphic coordinate information in the data source lsp.
In one example, the code of the graphics rendering program file is as follows:
Figure BDA0001871111960000092
Figure BDA0001871111960000101
Figure BDA0001871111960000111
/>
Figure BDA0001871111960000121
/>
Figure BDA0001871111960000131
the user interface file (after the user drags (imports) the created VLX file into the CAD, there is an interface for inputting and displaying the name of the graphic to be previewed, which is the interface displayed by the user interface file; which is similar to the interface appearing after clicking the word) has a suffix of ". Lsp". A "ui.lsp" file for the user interface, i.e., a user interface file, may be designed and written. When the graphic file is called, the user interface file is used for displaying a user interface, and a user can perform operations such as graphic searching or selecting on the user interface.
In one example, the code of the "ui. Lsp" file may be as follows:
Figure BDA0001871111960000132
/>
Figure BDA0001871111960000141
/>
Figure BDA0001871111960000151
/>
Figure BDA0001871111960000161
/>
Figure BDA0001871111960000171
/>
Figure BDA0001871111960000181
/>
Figure BDA0001871111960000191
/>
Figure BDA0001871111960000201
/>
Figure BDA0001871111960000211
/>
Figure BDA0001871111960000221
/>
Figure BDA0001871111960000231
Figure BDA0001871111960000241
the suffix of the program start file is ". Lsp". The "start. Lsp" file for program start, i.e., the program start file, may be designed and written. The program start file is used to start the graphics rendering program file.
In one example, the code of the "start. Lsp" file described above may be as follows:
(c:ZXHTCX)
(c:WK)
the suffix of the drawing attribute description file is ". Lsp". The drawing attribute and lsp file for describing the drawing attribute, namely the drawing attribute description file, can be designed and written. The drawing attribute description file is a file for describing information such as manufacturer, color and the like of the drawing.
In one example, the code of the "drawing attribute. Lsp" file may be as follows:
Figure BDA0001871111960000242
Figure BDA0001871111960000251
step 12, compiling a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file to generate a graphic file.
The files of the data source, the map drawing program file, the UI.lsp, the starting, the lsp, the drawing attribute, the lsp and the like can be compiled by using a VLX compiling tool of CAD, and finally the map file with the suffix of the VLX is generated.
In the embodiment, a plurality of standard part drawings can be integrated into one graphic file, and the single graphic file is used as an AutoCAD database, so that the conventional database can be completely replaced. The AutoCAD database is built through the embodiment without drawing a drawing 'preview drawing' of a standard part drawing; when in use, the network and the server are not needed; compared with the traditional database, the file volume is greatly reduced, the use is convenient, and the database file is free from maintenance in the later period once created. The speed of the database is improved, and the cost of erecting and maintaining the server is saved.
This embodiment has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
Example 2
The embodiment provides a generating device of a graphic file. As shown in fig. 2, the generating device of the graphic file includes:
an acquiring unit 21, configured to acquire a data source file, a graphic drawing program file, a user interface file, a program start file, and a drawing attribute description file;
the compiling unit 22 is configured to compile a data source file, a graphic drawing program file, a user interface file, a program start file, and a drawing attribute description file to generate a graphic file.
In one example, the suffix of the data source file is ". Lsp";
the obtaining unit 21 is further configured to read coordinate information of a graphic in at least one CAD drawing file;
the acquisition unit 21 is further configured to generate a progenitor file containing coordinate information of the graphic;
the obtaining unit 21 is further configured to generate the data source file from the progenitor file, where the data source file includes coordinate information of the graphic.
The functions of each functional unit of the graphics file generating apparatus provided in this embodiment may be implemented with reference to the content described in embodiment 1, and will not be described here again.
In the embodiment, a plurality of standard part drawings can be integrated into one graphic file, and the single graphic file is used as an AutoCAD database, so that the conventional database can be completely replaced. The AutoCAD database is built through the embodiment without drawing a drawing 'preview drawing' of a standard part drawing; when in use, the network and the server are not needed; compared with the traditional database, the file volume is greatly reduced, the use is convenient, and the database file is free from maintenance in the later period once created. The speed of the database is improved, and the cost of erecting and maintaining the server is saved.
This embodiment has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
Example 3
The present embodiment provides a garment computing device, as shown in fig. 3, comprising a processor 31, a memory 32; wherein the memory 32 stores codes; the processor 31 executes the code for performing the method of generating a graphic file described in embodiment 1.
In the embodiment, a plurality of standard part drawings can be integrated into one graphic file, and the single graphic file is used as an AutoCAD database, so that the conventional database can be completely replaced. The AutoCAD database is built through the embodiment without drawing a drawing 'preview drawing' of a standard part drawing; when in use, the network and the server are not needed; compared with the traditional database, the file volume is greatly reduced, the use is convenient, and the database file is free from maintenance in the later period once created. The speed of the database is improved, and the cost of erecting and maintaining the server is saved.
This embodiment has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
Example 4
The present embodiment provides a computer-readable storage medium storing a program including instructions that, when executed by a computer, cause the computer to perform the method of generating a graphic file described in embodiment 1.
In the embodiment, a plurality of standard part drawings can be integrated into one graphic file, and the single graphic file is used as an AutoCAD database, so that the conventional database can be completely replaced. The AutoCAD database is built through the embodiment without drawing a drawing 'preview drawing' of a standard part drawing; when in use, the network and the server are not needed; compared with the traditional database, the file volume is greatly reduced, the use is convenient, and the database file is free from maintenance in the later period once created. The speed of the database is improved, and the cost of erecting and maintaining the server is saved.
This embodiment has the following advantages: the generated graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the generated graphic file can be directly operated in the CAD, and when the graphic file is used, the file is only required to be loaded into the CAD client; after the CAD client is loaded, the generated graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
Example 5
The present embodiment provides a computer-readable storage medium storing a graphic file generated by the graphic file generating method described in embodiment 1.
The graphic file stored by the computer readable storage medium provided by the embodiment integrates a plurality of standard drawings, can be used as an AutoCAD database, can completely replace the traditional database, and does not need a network or a server when in use; compared with the traditional database, the file volume is greatly reduced, the use is convenient, and the database file is free from maintenance in the later period once created. The speed of the database is improved, and the cost of erecting and maintaining the server is saved.
This embodiment has the following advantages: this embodiment has the following advantages: the stored graphic file is small and only has one tenth of the size of the CAD drawing file in the prior art; the graphic file can be directly operated in the CAD, and when the graphic file is used, the graphic file is only required to be loaded into a CAD client; after the CAD client is loaded, the graphic file can be always stored in the memory of the computer where the client is located (the generated graphic file is usually only tens of MB in size and does not influence the running speed of the computer), so that the speed and the efficiency are extremely high when the graphics in the graphic file are called; when calling the graph in the generated graph file, the graph can be quickly previewed or called only by inputting a preset drawing name, and no other preview file is needed.
The foregoing embodiments have been provided for the purpose of illustrating the general principles of the present invention in further detail, and are not to be construed as limiting the scope of the invention, but are merely intended to cover any modifications, equivalents, improvements, etc. based on the teachings of the invention.

Claims (5)

1. A method for generating a graphic file, comprising:
acquiring a data source file, a graph drawing program file, a user interface file, a program starting file and a drawing attribute description file;
compiling a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file to generate a graphic file;
the suffix of the data source file is ". Lsp";
the acquiring a data source file includes:
reading coordinate information of a graph in at least one CAD drawing file;
generating a progenitor code file containing the coordinate information of the graph; wherein, the ancestor file is in a DrawingExchange Format data format;
generating the data source file according to the progenitor code file, wherein the data source file comprises coordinate information of the graph;
the graphic drawing program file is used for drawing the graphic according to the coordinate information of the graphic;
the number of the progenitor code files is the same as the number of the CAD drawing files;
the generating the data source file from the progenitor file comprises:
merging and compressing the progenitor code files to generate the data source file;
the suffix of the graphic drawing program file is ". Lsp";
the suffix of the user interface file is ". Lsp";
the suffix of the program starting file is ". Lsp";
the suffix of the drawing attribute description file is ". Lsp";
the suffix of the graphic file is ". VLX";
the graph is a standard component graph; the graph has a preset graph name.
2. A graphic file generating apparatus, comprising:
the acquisition unit is used for acquiring a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file;
the compiling unit is used for compiling a data source file, a graphic drawing program file, a user interface file, a program starting file and a drawing attribute description file to generate a graphic file;
the suffix of the data source file is ". Lsp";
the acquisition unit is also used for reading the coordinate information of the graph in at least one CAD drawing file;
the acquisition unit is also used for generating a progenitor code file containing coordinate information of the graph; the ancestor file is in a DrawingExchange Format data format;
the acquisition unit is further used for generating the data source file according to the progenitor code file, wherein the data source file comprises coordinate information of the graph;
the graphic drawing program file is used for drawing the graphic according to the coordinate information of the graphic;
the number of the progenitor code files is the same as the number of the CAD drawing files;
the generating the data source file from the progenitor file comprises:
merging and compressing the progenitor code files to generate the data source file;
the suffix of the graphic drawing program file is ". Lsp";
the suffix of the user interface file is ". Lsp";
the suffix of the program starting file is ". Lsp";
the suffix of the drawing attribute description file is ". Lsp";
the suffix of the graphic file is ". VLX";
the graph is a standard component graph; the graph has a preset graph name.
3. A computing device comprising a processor and a memory; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores code;
the processor executes the code for performing the generating method of claim 1.
4. A computer-readable storage medium storing a program, characterized in that the program comprises instructions which, when executed by a computer, cause the computer to perform the generating method of claim 1.
5. A computer-readable storage medium, characterized in that a graphic file generated by the generating method of claim 1 is stored.
CN201811377535.5A 2018-11-19 2018-11-19 Method and device for generating graphic file, computing equipment and storage medium Active CN109741417B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811377535.5A CN109741417B (en) 2018-11-19 2018-11-19 Method and device for generating graphic file, computing equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811377535.5A CN109741417B (en) 2018-11-19 2018-11-19 Method and device for generating graphic file, computing equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109741417A CN109741417A (en) 2019-05-10
CN109741417B true CN109741417B (en) 2023-06-27

Family

ID=66355718

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811377535.5A Active CN109741417B (en) 2018-11-19 2018-11-19 Method and device for generating graphic file, computing equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109741417B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111507057B (en) * 2020-04-22 2023-10-03 深圳市亚派光电器件有限公司 PADS drawing output method and device and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6246403B1 (en) * 1998-10-08 2001-06-12 Hewlett-Packard Company Method and apparatus for generating a graphical user interface
CN102495753A (en) * 2011-10-21 2012-06-13 江苏省交通科学研究院股份有限公司 Interactive computer-aided design (CAD) engineering drawing batch processing method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004145513A (en) * 2002-10-23 2004-05-20 Matsushita Electric Ind Co Ltd Circuit diagram cad device
CN103677763A (en) * 2012-08-30 2014-03-26 中国科学院软件研究所 Graphical programming source file storage and analytic method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6246403B1 (en) * 1998-10-08 2001-06-12 Hewlett-Packard Company Method and apparatus for generating a graphical user interface
CN102495753A (en) * 2011-10-21 2012-06-13 江苏省交通科学研究院股份有限公司 Interactive computer-aided design (CAD) engineering drawing batch processing method

Also Published As

Publication number Publication date
CN109741417A (en) 2019-05-10

Similar Documents

Publication Publication Date Title
CN107992304B (en) Method and device for generating display interface
CN105528418A (en) Design document generation method and apparatus
CN113741898B (en) Form generation method, device and equipment
CN113095995A (en) Webpage watermark adding method and device, electronic equipment and storage medium
CN109101294B (en) Data acquisition method, plug-in, electronic equipment and storage medium
KR20170071553A (en) Mathematical formula processing method, device, apparatus and computer storage medium
CN109933324A (en) A kind of nuclear power DCS man-machine interface automatic generation method
CN106776994B (en) Application method and system of engineering symbols in engineering report forms and web pages
CN109741417B (en) Method and device for generating graphic file, computing equipment and storage medium
CN114880238A (en) Mobile terminal interface testing method, device, equipment and storage medium
CN111506686A (en) Processing method and device based on house CAD graph and data association
CN114895891A (en) Graphic software processing method and device, electronic equipment and storage medium
CN109033049B (en) PPT document generation method and device, storage medium and terminal
CN113360139A (en) Integration method and device of front-end frame, electronic equipment and storage medium
CN112667517A (en) Method, device, equipment and storage medium for acquiring automatic test script
CN111475970A (en) Structural model derivation system and method
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN114398282A (en) Test script generation method, device, equipment and storage medium
CN110163975B (en) Method, device and equipment for drawing space straight line and storage medium
CN114637937A (en) Page display method and device, electronic equipment and computer readable storage medium
CN113468355A (en) Display mother board data management method and device
CN113360148A (en) Graph processing method and device and electronic equipment
CN113010129A (en) Virtual studio full-flow multi-terminal blackboard writing extraction method and device
JP2763453B2 (en) Circuit diagram creation apparatus and circuit diagram creation method
CN111079399A (en) Image-text data processing method and device, computer equipment 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