CN116167365B - Flow chart generation method based on form template - Google Patents

Flow chart generation method based on form template Download PDF

Info

Publication number
CN116167365B
CN116167365B CN202310413229.7A CN202310413229A CN116167365B CN 116167365 B CN116167365 B CN 116167365B CN 202310413229 A CN202310413229 A CN 202310413229A CN 116167365 B CN116167365 B CN 116167365B
Authority
CN
China
Prior art keywords
flow
coordinates
block
blocks
flow chart
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
CN202310413229.7A
Other languages
Chinese (zh)
Other versions
CN116167365A (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.)
Anhui Sigao Intelligent Technology Co ltd
Original Assignee
Anhui Sigao Intelligent 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 Anhui Sigao Intelligent Technology Co ltd filed Critical Anhui Sigao Intelligent Technology Co ltd
Priority to CN202310413229.7A priority Critical patent/CN116167365B/en
Publication of CN116167365A publication Critical patent/CN116167365A/en
Application granted granted Critical
Publication of CN116167365B publication Critical patent/CN116167365B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • 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)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a flow chart generation method, equipment and storage equipment based on a form template, wherein the method comprises the following steps: acquiring an excel file path and a pre-read sub-table name; extracting fields in the table to obtain key value pairs corresponding to the flow and the steps; saving the key value pairs to a block dictionary; calculating the number MC of the flow blocks and the number LC of the connecting lines of the flow chart to be generated; traversing the dictionary, randomly generating an id number for each key value pair, and circularly adding MC key value pairs in the dictionary; calculating and generating coordinates of each flow block, judging whether the current flow block overlaps with the previous flow block when the flow block is newly added each time, if so, updating the coordinates of the flow blocks to ensure that the flow blocks do not overlap, otherwise, directly adding the flow blocks newly; connecting the flow blocks by using a connecting wire; and constructing a template, storing information in the dictionary into the template, and exporting a flow chart file. The beneficial effects are that: the degree of manual participation is reduced, and the drawing efficiency of the flow chart is improved.

Description

Flow chart generation method based on form template
Technical Field
The invention relates to the field of data processing, in particular to a flow chart generation method based on a form template.
Background
In the field of big data, workflow tool methods for handling extraction and processing of massive data have very important industrial uses. In a big data workflow tool system, a user may create different workflow diagrams to depict the flow of different operations based on complex business logic. In most cases, however, the flow charts created manually by the user are often complex and confusing because they contain the actual business logic.
The conventional process of drawing the flow chart is generally that an actual operator draws the flow chart manually in the flow chart drawing software according to a required document or actual service information, and the process is labor-consuming and labor-consuming.
Disclosure of Invention
In order to solve the technical problem of low efficiency of the traditional manual drawing flow chart, the invention provides a flow chart generating method based on a table template, which converts template data in an excel document into a corresponding flow chart, and in the process, the operations such as extraction of source data, calculation of target data and the like are involved, and finally the generated template data can be directly imported into corresponding software to generate a specified flow chart, so that subsequent developers can develop or process secondarily on the basis.
The invention provides a flow chart generating method based on a form template, wherein the method specifically comprises the following steps:
s1: acquiring an excel file path and a pre-read sub-table name;
s2, extracting corresponding flow fields and step description fields in the sub-table to obtain key value pairs corresponding to the flows and the steps;
s3, saving the key value pairs into a block dictionary D;
s4, calculating the number MC of the flow blocks and the number LC of the connecting lines of the flow chart to be generated;
s5, traversing the block dictionary D, randomly generating an id number for each key value pair, additionally generating four accessory ids of the id number, namely topid, bottomid, leftid, rightid, representing four nodes of the block, namely upper, lower, left and right, and simultaneously storing the 5 ids into the key values of the corresponding block in the block dictionary D;
s6, LC key value pairs are added in the block dictionary D circularly, an id is generated for each key value pair, and the ids of different line segments are stored;
s7, calculating and generating coordinates of each flow block, judging whether the current flow block overlaps with the previous flow block or not when the flow block is newly added each time, if so, updating the coordinates of the flow blocks to ensure that the flow blocks do not overlap, otherwise, directly adding the flow blocks newly;
s8, connecting the flow blocks by using a connecting wire;
s9, constructing a template T, and storing the information in the flow block dictionary D into the template T to process the flow chart file.
A storage device stores instructions and data for implementing a form template-based flowchart generation method.
A form template-based flowchart generation apparatus, comprising: a processor and the storage device; the processor loads and executes the instructions and data in the storage device to implement a form template-based flowchart generation method.
The beneficial effects provided by the invention are as follows: the degree of manual participation is reduced, the efficiency is improved, and the input file and the final template file in the process support certain adaptability in form and data structure. Compared with the traditional simple flow chart drawing technology, the method introduces a certain module and line overlapping staggered avoidance and judgment mechanism, so that the final corresponding flow chart is more reasonable in layout.
Drawings
FIG. 1 is a schematic flow chart of the method of the present invention;
FIG. 2 is a table style schematic;
FIG. 3 is a schematic diagram illustrating the judgment in the case of non-overlapping connection lines;
FIG. 4 is a schematic diagram illustrating the judgment in the case of overlapping connection lines;
FIG. 5 is a schematic diagram of the operation of a hardware device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be further described with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a flow chart of the method of the present invention; the invention provides a flow chart generating method based on a form template, which specifically comprises the following steps:
s1, acquiring an excel file path and a pre-read sub-table name;
it should be noted that, in the present invention, the path of excel file is specifically inputFilePathAnd the name of the sub-table to be readTableNameBy usingpythonLower part (C)openpyxlLibrary reading input file according to input sub-table nameTableNameSearching a table to be read;
s2, extracting corresponding flow fields and step description fields in the sub-table to obtain key value pairs corresponding to the flows and the steps;
s3, saving the key value pairs into a block dictionary D;
as an example, please refer to fig. 2; FIG. 2 is a table style schematic;
default acquired excel path, reading each row under the "business flow" field from the table, and simultaneously, storing each row of the corresponding "step description", storing the corresponding two formed key value pairs into the dictionary D, and generating the following data structure:
the block dictionary D is as follows:
{ "initialize read configuration":
[ "read company list, personnel list, daily report processing template related information in configuration file", "open base table file of result file", "send process start notice", "write configuration file related configuration item into global variable", "write current result file into global variable", "write operation log" ],
……};
s4, calculating the number MC of the flow blocks and the number LC of the connecting lines of the flow chart to be generated;
note that, in the case of considering only the sequential flow chart, the number of flow blocks mc=len (D) +2, len (D) represents the length of D, and 2 is added because the beginning and ending nodes of the beginning and ending need to be considered, and the number of lines lc=mc-1 is needed;
s5, traversing the block dictionary D, randomly generating an id number for each key value pair, additionally generating four accessory ids of the id number, namely topid, bottomid, leftid, rightid, representing four nodes of the block, namely upper, lower, left and right, and simultaneously storing the 5 ids into the key values of the corresponding block in the block dictionary D;
as one embodiment, traversing dictionary D, a string id is randomly generated for each key in the format: "076295e3-4e23-4d4d-9f74-a1b5bf4f9fa5" is used to represent the id field corresponding to the current block, and similarly, four ids are additionally generated and respectively marked as: topid, bottomid, leftid, rightid, which are respectively used for representing the up, down, left and right node ids in one flow block, and storing the generated ids into the key values of the corresponding flow blocks in the D;
s6, LC key value pairs are added in the block dictionary D circularly, an id is generated for each key value pair, and the ids of different line segments are stored;
s7, calculating and generating coordinates of each flow block, judging whether the current flow block overlaps with the previous flow block or not when the flow block is newly added each time, if so, updating the coordinates of the flow blocks to ensure that the flow blocks do not overlap, otherwise, directly adding the flow blocks newly;
specifically, the final objective of the present application is to generate and export a template file corresponding to a flowchart, and the core function relates to layout planning of the flowchart, so that a judgment mechanism of an overlapping module needs to be introduced, and the main principle is that:
initial coordinates for the initial block (and start block)xyCan be randomly generated or given by pre-input, and the coordinates of the subsequent modules are shifted to a certain degree based on the initial flow block (the shift value is not too small so as to facilitate the subsequent judgment of whether the lines intersect and overlap), in the process, the length and the width of the flow blockLWA fixed value can be preset or independently formulated, so that the actual coordinates of the flow blocks can be usedxyThe specific occupation range is determined by the corresponding length L and the corresponding width W, so that each time a flow block is newly added, whether the range of the current flow block is overlapped and crossed with the previous range or not is judged, and if not, the current flow block is skipped; if so, then a modification is made to the offset value until no overlap occurs.
S8, connecting the flow blocks by using a connecting wire;
in step S8, the specific process of connecting the blocks by using the connecting line is as follows:
s81, constructing a line data structure M as follows: {[ (x 1 ,y 1 ),(x 2 ,y 2 )],[(x 3 ,y 3 ) … … }; wherein%x 1 ,y 1 ),(x 2 ,y 2 ) Representing the first line's head and tail coordinates;
s82, acquiring the head and tail coordinates of the newly added current line [ (. About. ]x i ,y i ),(x i+1 ,y i+1 )];
S83, the first coordinates of the current line are calculatedx i ,y i ) Sequentially comparing the first coordinates and the last coordinates of other lines in M to judge the relative position O of the first coordinates of the current line and the first coordinates of the other lines 1 Is one of upper left, upper right, lower left or lower right; meanwhile, judging the relative position P of the head coordinates of the current line and the tail coordinates of other lines 1 Is one of upper left, upper right, lower left or lower right; take the relative position O 1 And relative position P 1 Is N at the intersection of 1
S84, tail coordinates of the current line are calculatedx i+1 ,y i+1 ) Sequentially comparing the coordinates with the head coordinates and the tail coordinates of other lines in M to judge the relative position O of the tail coordinates of the current line and the head coordinates of the other lines 2 Is one of upper left, upper right, lower left or lower right; meanwhile, judging the relative position P of the tail coordinates of the current line and the tail coordinates of other lines 2 Is one of upper left, upper right, lower left or lower right; take the relative position O 2 And relative position P 2 Is N at the intersection of 2
S85, judging N 1 And N 2 If the intersection exists, if not, the connecting lines are overlapped, the flow blocks corresponding to the tail coordinates of the current line and all the flow blocks behind the current line are offset to the same direction for a certain distance until the lines are not overlapped; otherwise, the connection line is directly connected with the corresponding flow block without overlapping;
as an embodiment, please refer to fig. 3, fig. 3 is a schematic diagram illustrating a judgment in the case that the connection lines are not overlapped;
for example, the current coordinates of the head and tail of the connecting wire are respectively%x 3y 3 )、(x 4y 4 );
Then firstly judge%x 3y 3 ) And%x 1y 1 ) Can be seen as (lower, right) in the same wayx 3y 3 ) And%x 2y 2 ) The relative direction of (B) is (lower) and the intersection of the two is taken to obtain N 1 = (below);
judging by the same theoryx 4y 4 ) And%x 1y 1 ) The relative direction of (lower, right), ("Ax 4y 4 ) And%x 2y 2 ) The relative direction of (lower, right) is taken to obtain N 2 = (bottom, right); finally, because of N 1 And N 2 If the intersection exists, the two line segments are judged to be non-intersecting and overlapped.
Referring to fig. 4, fig. 4 is a schematic diagram illustrating the judgment in the case of overlapping connection lines;
first judge%x 3y 3 ) And%x 1y 1 ) The relative direction of (lower, right), ("Ax 3y 3 ) And%x 2y 2 ) Taking the intersection of the two to obtain N1= (bottom) with the relative direction of (1); judging by the same theoryx 4y 4 ) And%x 1y 1 ) The relative direction of (left, up), ("Ax 4y 4 ) And%x 2y 2 ) The relative direction of (left, upper) is taken to obtain N 2 = (left, upper); finally, because of N 1 And N 2 If there is no intersection, the two line segments are considered to have an intersection overlap.
Finally, connecting the head end point and the tail end point of the connecting wire with the opposite end points of the corresponding flow blocks; the opposite end points specifically refer to that the upper end point is opposite to the lower end point, and the left end point is opposite to the right end point.
And under the condition of overlapping, shifting the flow block corresponding to the tail coordinate of the current line and all flow blocks after the flow block to the same direction by a certain distance until the lines are not overlapped.
The offset in which direction may be determined based on the logic:
(1) judging whether opposite directions exist between the N1 and the N2 (i.e. whether vertical direction elements or horizontal direction elements exist together), for example, n1= (lower, right), n2= (upper), the 'lower' in the N1 is opposite to the 'upper' in the N2, if the judgment is satisfied, the flow block corresponding to the tail coordinates of the current line and all the flow blocks after the current line are moved downwards (the opposite direction to the 'upper' because of the 'upper' in the N2) until the overlapping phenomenon disappears;
(2) if there is no relative direction between N1, N2, for example: n1= (upper), n2= (right), N1 'upper' belongs to the vertical direction, N2 'right' belongs to the horizontal direction, and the offset is performed from N1 in one direction optionally in the same way as (1);
s9, constructing a template T, storing information in the flow block dictionary D into the template T, and exporting a flow chart file.
Finally, constructing a template T, and storing the information in the D into the template T: and the target file is a json format prj file, the information in the D obtained in the process is stored in a corresponding hierarchical field, and the file is finally exported.
Referring to fig. 5, fig. 5 is a schematic working diagram of a hardware device according to an embodiment of the present invention, where the hardware device specifically includes: a table template based flowchart generation device 401, a processor 402 and a storage device 403.
A flowchart generation device 401 based on a form template: the flowchart generating device 401 based on the table template implements the flowchart generating method based on the table template.
Processor 402: the processor 402 loads and executes instructions and data in the storage device 403 for implementing the one form template-based flowchart generation method.
Storage device 403: the storage device 403 stores instructions and data; the storage device 403 is configured to implement the flowchart generating method based on a table template.
In combination, the invention has the beneficial effects that: the degree of manual participation is reduced, the efficiency is improved, and the input file and the final template file in the process support certain adaptability in form and data structure. Compared with the traditional simple flow chart drawing technology, the method introduces a certain module and line overlapping staggered avoidance and judgment mechanism, so that the final corresponding flow chart is more reasonable in layout.
The foregoing description of the preferred embodiments of the invention is not intended to limit the invention to the precise form disclosed, and any such modifications, equivalents, and alternatives falling within the spirit and scope of the invention are intended to be included within the scope of the invention.

Claims (7)

1. A flow chart generating method based on a form template is characterized in that: the method comprises the following steps:
s1, acquiring an excel file path and a pre-read sub-table name;
s2, extracting corresponding flow fields and step description fields in the sub-table to obtain key value pairs corresponding to the flows and the steps;
s3, saving the key value pairs into a block dictionary D;
s4, calculating the number MC of the flow blocks and the number LC of the connecting lines of the flow chart to be generated;
s5, traversing the block dictionary D, randomly generating an id number for each key value pair, additionally generating four accessory ids of the id number, namely topid, bottomid, leftid, rightid, representing four nodes of the block, namely upper, lower, left and right, and simultaneously storing the 5 ids into the key values of the corresponding block in the block dictionary D;
s6, LC key value pairs are added in the block dictionary D circularly, an id is generated for each key value pair, and the ids of different line segments are stored;
s7, calculating and generating coordinates of each flow block, judging whether the current flow block overlaps with the previous flow block or not when the flow block is newly added each time, if so, updating the coordinates of the flow blocks to ensure that the flow blocks do not overlap, otherwise, directly adding the flow blocks newly;
s8, connecting the flow blocks by using a connecting wire;
s9, constructing a template T, storing information in the flow block dictionary D into the template T, and exporting a flow chart file.
2. The method as claimed in claim 1A flow chart generating method based on a form template is characterized in that: the step S1 specifically comprises the following steps: by usingpythonIn (a) and (b)openpyxlThe library tool reads the sub-table in the excel file.
3. The method for generating a flow chart based on a form template as claimed in claim 1, wherein: the specific process of determining that the flow overlaps in step S7 is as follows:
s71, generating initial upper left corner coordinates (x, y) for the first flow block;
s72, carrying out delta on the subsequent flow blocks of the first flow block on the basis of the initial upper left corner coordinates (x, y) in sequencexAnd deltayIs offset from (a);
s73, obtaining the occupied range of the flow block according to the upper left corner coordinate of the flow block and the preset length L and the preset width W;
s74, judging whether the newly added current flow block is overlapped with the previous flow block according to the occupied range of the flow blocks, if so, determining that the newly added current flow block is overlapped with the previous flow block according to the offset value deltaxAnd deltayAnd (5) correcting, otherwise, indicating that no overlap exists, and directly adding the flow blocks.
4. The method for generating a flow chart based on a form template as claimed in claim 1, wherein: in step S8, the specific process of connecting the blocks by using the connecting line is as follows:
s81, constructing a line data structure M as follows: {[ (x 1 ,y 1 ),(x 2 ,y 2 )],[(x 3 ,y 3 ) … … }; wherein%x 1 ,y 1 ),(x 2 ,y 2 ) Representing the first line's head and tail coordinates;
s82, acquiring the head and tail coordinates of the newly added current line [ (. About. ]x i ,y i ),(x i+1 ,y i+1 )];
S83, the first coordinates of the current line are calculatedx i ,y i ) Sequentially comparing the head coordinates and the tail coordinates of other lines in M to judge that the current line is sitting at firstRelative position O of the coordinates of the label with the other lines 1 Is one of upper left, upper right, lower left or lower right; meanwhile, judging the relative position P of the head coordinates of the current line and the tail coordinates of other lines 1 Is one of upper left, upper right, lower left or lower right; take the relative position O 1 And relative position P 1 Is N at the intersection of 1
S84, tail coordinates of the current line are calculatedx i+1 ,y i+1 ) Sequentially comparing the coordinates with the head coordinates and the tail coordinates of other lines in M to judge the relative position O of the tail coordinates of the current line and the head coordinates of the other lines 2 Is one of upper left, upper right, lower left or lower right; meanwhile, judging the relative position P of the tail coordinates of the current line and the tail coordinates of other lines 2 Is one of upper left, upper right, lower left or lower right; take the relative position O 2 And relative position P 2 Is N at the intersection of 2
S85, judging N 1 And N 2 If the intersection exists, the connection line is overlapped, and the flow blocks corresponding to the tail coordinates of the current line and all the flow blocks behind the current line are offset to the same direction by a certain distance until the lines are not overlapped; otherwise, the connection line is directly connected with the corresponding flow block without overlapping.
5. The method for generating a flow chart based on a form template as claimed in claim 1, wherein: connecting the head end and the tail end of the connecting wire with the opposite end points of the corresponding flow blocks; the opposite end points specifically refer to that the upper end point is opposite to the lower end point, and the left end point is opposite to the right end point.
6. A memory device, characterized by: the storage device stores instructions and data for implementing a flowchart generating method based on a table template according to any one of claims 1 to 5.
7. A form template-based flowchart generation apparatus, characterized by: comprising the following steps: a processor and a storage device; the processor loads and executes instructions and data in the storage device to implement a flowchart generating method based on a table template according to any one of claims 1 to 5.
CN202310413229.7A 2023-04-18 2023-04-18 Flow chart generation method based on form template Active CN116167365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310413229.7A CN116167365B (en) 2023-04-18 2023-04-18 Flow chart generation method based on form template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310413229.7A CN116167365B (en) 2023-04-18 2023-04-18 Flow chart generation method based on form template

Publications (2)

Publication Number Publication Date
CN116167365A CN116167365A (en) 2023-05-26
CN116167365B true CN116167365B (en) 2023-06-30

Family

ID=86416576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310413229.7A Active CN116167365B (en) 2023-04-18 2023-04-18 Flow chart generation method based on form template

Country Status (1)

Country Link
CN (1) CN116167365B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116719514B (en) * 2023-08-08 2023-10-20 安徽思高智能科技有限公司 Automatic RPA code generation method and device based on BERT

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111666740A (en) * 2020-06-22 2020-09-15 深圳壹账通智能科技有限公司 Flow chart generation method and device, computer equipment and storage medium

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4256416B2 (en) * 2006-09-29 2009-04-22 株式会社東芝 Data structure conversion system and program
US8276058B2 (en) * 2007-02-08 2012-09-25 The Jellyvision Lab, Inc. Method of automatically populating and generating flowerchart cells
US8341610B2 (en) * 2007-03-15 2012-12-25 International Business Machines Corporation Method and apparatus for authoring and optimizing flowcharts
US20130278638A1 (en) * 2011-01-14 2013-10-24 Hitachi, Ltd. Flowchart drawing apparatus, flowchart drawing method and program
CN111886653A (en) * 2018-03-23 2020-11-03 皇家飞利浦有限公司 Self-correcting method for annotation of data tools using feedback mechanism
CN111178017A (en) * 2019-12-27 2020-05-19 远光软件股份有限公司 Method and device for generating flow chart, storage medium and electronic equipment
CN112035588B (en) * 2020-08-31 2021-05-25 北京市测绘设计研究院 Method for constructing spatial data rule base engine and GIS data quality inspection method
CN115098568A (en) * 2022-07-18 2022-09-23 中国工商银行股份有限公司 Data processing method, apparatus, device, medium, and program product
CN115393474A (en) * 2022-08-19 2022-11-25 金现代信息产业股份有限公司 Method and system for rapidly drawing flow chart
CN115525378A (en) * 2022-09-28 2022-12-27 浪潮卓数大数据产业发展有限公司 Standardized construction method, system and storage medium for flow chart

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111666740A (en) * 2020-06-22 2020-09-15 深圳壹账通智能科技有限公司 Flow chart generation method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN116167365A (en) 2023-05-26

Similar Documents

Publication Publication Date Title
CN104070266B (en) Weld seam information setting device, program, automatic teaching system and weld seam information setting method
CN116167365B (en) Flow chart generation method based on form template
KR100969613B1 (en) Cad system, control method and control program recording medium for same
EP3451206B1 (en) Method, apparatus, and device for generating a visual model layout of a space
CN101981575B (en) Method and apparatus for copying objects in an object-oriented environment using a multiple-transaction technique
CN107679276B (en) Generation method and device of power system tide wiring diagram and electronic equipment
CN105975562A (en) Method and apparatus for automatically generating budget table of engineering drawing
CN110795809A (en) Method, system and medium for transformer substation electrical secondary circuit connection relation based on CAD graph automatic pickup
CN110765523A (en) BIM technology-based rapid construction method for deep foundation pit support structure
CN107544437A (en) Procedure editing device, method and storage medium
CN113094770A (en) Drawing generation method and device, computer equipment and storage medium
CN108255964B (en) Method for displaying process flow route
US7392480B2 (en) Engineering drawing data extraction software
CN115393560A (en) BIM model drawing marking method, device, equipment and readable storage medium
CN109887054B (en) Method and device for displaying map
CN111651817B (en) BIM-based building component design method, electronic device and storage medium
CN109784236B (en) Method for identifying table contents in railway drawing
CN115688341B (en) Distribution network thematic map layout method based on multi-tree collision detection and storage medium
CN111160862A (en) Thinking-guidance-diagram-based process flow display method, electronic equipment and storage medium
CN101359337B (en) Method for interactively editing GIS topological data set
CN104076804B (en) Operation path information setting device and operation path information setting method
CN109086472B (en) Real estate diagram changing parameterization drawing method and device based on size constraint
US7844419B1 (en) Method of detecting potential topology problems in a network
CN110544284A (en) method for automatically planning optimal layout flow chart
CN115758738A (en) Traffic accident simulation test method, data format conversion method, system, device and computer readable 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
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20230526

Assignee: HUBEI THINGO TECHNOLOGY DEVELOPMENT Co.,Ltd.

Assignor: Anhui Sigao Intelligent Technology Co.,Ltd.

Contract record no.: X2023980039197

Denomination of invention: A Method for Generating Flowchart Based on Table Template

Granted publication date: 20230630

License type: Exclusive License

Record date: 20230810

EE01 Entry into force of recordation of patent licensing contract