CN104573179A - Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System) - Google Patents

Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System) Download PDF

Info

Publication number
CN104573179A
CN104573179A CN201410717229.7A CN201410717229A CN104573179A CN 104573179 A CN104573179 A CN 104573179A CN 201410717229 A CN201410717229 A CN 201410717229A CN 104573179 A CN104573179 A CN 104573179A
Authority
CN
China
Prior art keywords
pdms
break
autocad
corrugated sheet
list
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.)
Pending
Application number
CN201410717229.7A
Other languages
Chinese (zh)
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.)
AIFA ENERGY ENGINEERING Co Ltd
Original Assignee
AIFA ENERGY ENGINEERING 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 AIFA ENERGY ENGINEERING Co Ltd filed Critical AIFA ENERGY ENGINEERING Co Ltd
Priority to CN201410717229.7A priority Critical patent/CN104573179A/en
Publication of CN104573179A publication Critical patent/CN104573179A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a generating method for a corrugated board based on AUTOCAD in a PDMS (Plant Design Management System). The generating method comprises the following steps: (1) establishing a cross section outline of the corrugated board in the AUTOCAD and converting into a close line style; (2) acquiring coordinates of each break point of the outline; (3) outputting and storing the coordinate information of each break point in a structural panel format recognized by the PDMS; (4) calling for the stored file in the PDMS and importing the data of the corrugated board into the PDMS. The generating method is a method for quickly finishing PDMS structural corrugated board modeling based on AUTOLISP language development; after the outline of the corrugated board is drawn in the AUTOCAD, the coordinate information of each break point is extracted and stored in the panel format which is recognized by the PDMS and can be called by the PDMS; for the establishment of the plate in general complexity, the working efficiency can be increased by dozens of times by the program.

Description

Based on the generation method of the corrugated sheet of AUTOCAD in PDMS
Technical field
The present invention relates to engineering drawing technique field, particularly relate to a kind of generation method based on the corrugated sheet of AUTOCAD in PDMS.
Background technology
PDMS (Plant Design Management system) i.e. factory's three dimensional arrangement design management system, it is the flagship product of CADCentre company of Britain, since first PDMS business version in 1977 is issued, PDMS just becomes large-scale, the first-selected design software system of complex plant design item.At present comparatively widespread use be 12.0 versions.
Due to when PDMS carries out structural modeling, do not provide instrument for corrugated sheet modeling, have two kinds of method establishment at present: one is with plate splicing one by one; Waste time and energy like this, and complex operation, two is that corrugated sheet is considered as curved surface sheet material, sheet material is set up according to corrugated sheet cross section contour, this just needs to calculate the Distance geometry angle between every two adjacent coordinates points, work causes making inefficiency, and therefore setting up corrugated sheet model for PDMS is a difficult problem.
Summary of the invention
The object of the invention is the technological deficiency for existing in prior art, and a kind of generation method based on the corrugated sheet of AUTOCAD in PDMS is provided.
The technical scheme adopted for realizing object of the present invention is:
Based on a generation method for the corrugated sheet of AUTOCAD in PDMS, it is characterized in that, comprise the following steps,
1) in AUTOCAD, create the cross-sectional cross section contour of corrugated sheet, and be converted into closed line style;
2) coordinate information of each break of described outline line is obtained;
3) coordinate information of described each break is preserved with the discernible structural panel formatted output of PDMS;
4) in PDMS, above-mentioned preserved file is called, by the data importing of corrugated sheet in PDMS.
Described step 2) comprise following sub-step:
21) corrugated sheet appearance profile line is selected;
22) Extracting contour pel title,
23) pel title is converted into list array,
24) extract first break list of coordinates, and extract X and Y-direction coordinate, obtain first break coordinate;
25) element comprising the first break coordinate information in list array is intercepted, and by it stored in list of coordinates;
26) step 24 is repeated) and 25), form one group of circulation, until list array interior element is null value, obtain the list of coordinates having whole break coordinate information.
Described step 3) in, the character-serial NEW PAVERT POS E x1N y1U z1 of format command in the discernible structural panel form of described PDMS.
Compared with prior art, the invention has the beneficial effects as follows:
The present invention completes PDMS structure corrugated sheet modeling method fast based on AUTOLISP language development, draw corrugated sheet outline line in AUTOCAD after, the coordinate information of each break is extracted, and saves as a PDMS and can identify that sheet material form calls for PDMS.This program can be widely used in any project that drilling machine module, life building etc. use PDMS platform modeling.Under normal circumstances, for creating the plate of general complexity, this program can be increased work efficiency decades of times.Such as, the PDMS wall modeling work in certain life building, if with traditional approach about two months consuming time, then can complete at about two days by this program.
Embodiment
Below in conjunction with specific embodiment, the present invention is described in further detail.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
Based on the generation method of the corrugated sheet of AUTOCAD in PDMS of the present invention, comprise the following steps,
1) in AUTOCAD, create the cross-sectional cross section contour of corrugated sheet, and be converted into closed line style;
2) coordinate information of each break of described outline line is obtained;
Wherein, the coordinate method obtaining whole break is as follows:
A, select corrugated sheet appearance profile line by LISP functions (setq E (car (entsel))), i.e. ready-made LWPOLYLINE line above, be defined as variable E;
B, by Lisp function (setq En0 (entget E)), Extracting contour pel title, is defined as variable En0;
C, by Lisp function Member, pel title is converted into list array, as (setq En1 (Member P En0)), the list array define of conversion is En1;
D, by Lisp function (setq P (cdr (assoc 10En1))) extract first break list of coordinates, be defined as variable P;
E, by Lisp function (setq pox (car P)), extract X-direction coordinate, (setq poy (cadr P)) extracts Y-direction coordinate, thus obtains the coordinate of first break;
F, by Lisp function (setq En2 (cdr (asssoc 10En1))), intercept the element comprising the coordinate information of break in list En1, and stored in list of coordinates En2;
G, (setq En1 (cdr En2)), intercept the coordinate information element below of first break in list En2, and be defined as list En1;
H, repetition steps d-g, form one group of circulation, until En1 list element is null value, obtain the list of coordinates En2 of the coordinate information comprising whole break like this.
3) coordinate information of described each break is preserved with the discernible structural panel formatted output of PDMS; Wherein, discernible sheet material form refers to the storage format of the sheet material defined in PDMS, after PDMS imports, directly can determine that it is sheet material.Corrugated sheet is not the definition in PDMS is construction material title, in P DMS, regard as sheet material.Definition sheet material format approach is:
NEW PANE, defines one block of plate
NEW PLOO, definition sheet material section profile line, for storing corrugated sheet break list of coordinates En2.
Height 2000, defines a panel height;
Wherein, in NEW PLOO, the file layout of each break coordinate is the character-serial of the format command of the discernible structural panel of PDMS, as:
NEW PAVERT
POS E x1N y1Uz1。
4) in PDMS, calling above-mentioned preserved file, by data importing in PDMS, is the transverse section of a corrugated sheet after importing, the same with the sheet material set up in PDMS, definition height can be passed through, as Height2000, reach the effect of stretching 2m, form real entity sheet material.
Set up in corrugated sheet process at PDMS, the most time-consuming is exactly calculate corrugation flanging length and vectorial angle, input flanging length and the knuckle direction of each corrugation of corrugated sheet successively, efficiency comparison is low, often one piece of corrugated sheet needs tens even up to a hundred breaks, visible, in PDMS, set up corrugated sheet model wastes time and energy very much.Then be easy to draw the cross section contour of corrugated sheet in AUTOCAD, copy, move, offset, rotate, revise also very simple.Therefore, create corrugated sheet in PDMS by AUTOCAD and well can improve its work efficiency.
The AUTOCAD of utilization of the present invention carries out the method for data layout conversion to the object in PDMS, by obtaining the starting point coordinate of each straight line in AutoCAD, directly determine each break coordinate, realize the quick generation of corrugated sheet model in PDMS, increase work efficiency.
The method of establishment PDMS structure corrugated sheet model of the present invention, realize based on AUTOLISP language development, corrugated sheet crosscut appearance profile line is drawn by AUTOCAD, and each break coordinate information of corrugated sheet outline line is called for PDMS with the discernible sheet material formatted output of PDMS, the method realizes simple, substantially increases in PDMS the efficiency creating corrugated sheet.
The above is only the preferred embodiment of the present invention; it should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (3)

1. in PDMS based on a generation method for the corrugated sheet of AUTOCAD, it is characterized in that, comprise the following steps,
1) in AUTOCAD, create the cross-sectional cross section contour of corrugated sheet, and be converted into closed line style;
2) coordinate information of each break of described outline line is obtained;
3) coordinate information of described each break is preserved with the discernible structural panel formatted output of PDMS;
4) in PDMS, above-mentioned preserved file is called, by the data importing of corrugated sheet in PDMS.
2. generate method as claimed in claim 1, it is characterized in that, described step 2) comprise following sub-step:
21) corrugated sheet appearance profile line is selected;
22) Extracting contour pel title,
23) pel title is converted into list array,
24) extract first break list of coordinates, and extract X and Y-direction coordinate, obtain first break coordinate;
25) element comprising the first break coordinate information in list array is intercepted, and by it stored in list of coordinates;
26) step 24 is repeated) and 25), form one group of circulation, until list array interior element is null value, obtain the list of coordinates having whole break coordinate information.
3. generate method as claimed in claim 1, it is characterized in that, described step 3) in, the character-serial NEW PAVERT POS Ex1N y1U z1 of format command in the discernible structural panel form of described PDMS.
CN201410717229.7A 2014-12-01 2014-12-01 Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System) Pending CN104573179A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410717229.7A CN104573179A (en) 2014-12-01 2014-12-01 Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410717229.7A CN104573179A (en) 2014-12-01 2014-12-01 Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System)

Publications (1)

Publication Number Publication Date
CN104573179A true CN104573179A (en) 2015-04-29

Family

ID=53089233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410717229.7A Pending CN104573179A (en) 2014-12-01 2014-12-01 Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System)

Country Status (1)

Country Link
CN (1) CN104573179A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106777641A (en) * 2016-12-08 2017-05-31 京能十堰热电有限公司 A kind of reinforcing plate fast modeling method with chamfer

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050008886A (en) * 2003-07-14 2005-01-24 두산중공업 주식회사 Method for Transformation Auto CAD File to DPMS
CN101751497A (en) * 2009-12-31 2010-06-23 浙江大学宁波理工学院 Evolute method of cone cam counter line of oscillating follower
CN102693281A (en) * 2012-05-02 2012-09-26 中国核电工程有限公司 AUTOCAD-based method for generating auxiliary line in PDMS

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050008886A (en) * 2003-07-14 2005-01-24 두산중공업 주식회사 Method for Transformation Auto CAD File to DPMS
CN101751497A (en) * 2009-12-31 2010-06-23 浙江大学宁波理工学院 Evolute method of cone cam counter line of oscillating follower
CN102693281A (en) * 2012-05-02 2012-09-26 中国核电工程有限公司 AUTOCAD-based method for generating auxiliary line in PDMS

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106777641A (en) * 2016-12-08 2017-05-31 京能十堰热电有限公司 A kind of reinforcing plate fast modeling method with chamfer
CN106777641B (en) * 2016-12-08 2020-02-18 京能十堰热电有限公司 Rapid modeling method for reinforcing plate with inverted right angle

Similar Documents

Publication Publication Date Title
CN104537191B (en) A kind of method for drafting of three-dimensional reinforcing bar model schematic
CN102693281B (en) AUTOCAD-based method for generating auxiliary line in PDMS
CN101882150B (en) Three-dimensional model comparison and search method based on nuclear density estimation
CN105302978A (en) Quantity calculation method and device
CN103310058A (en) Dimension chain checking method based on three-dimensional model
CN105550388A (en) Process model generation method and apparatus for sheet metal process
CN104820730A (en) Method for resolving conflict between ordinary steel bar and prestressed pipeline based on BIM (Building Information Modeling)
CN102968539A (en) Method for massively and quickly generating format drawing
CN105975655A (en) BIM-based parametric modeling method for imitated Tang and Song dynasty ancient building special-shaped roof tiles
CN103480534A (en) Robot spray workpiece surface modeling method
CN107451358A (en) A kind of building method of the curved wall based on BIM
CN107145643B (en) Intelligent design system and design method for sheet metal sculpture profile steel frame
CN105488240A (en) Rapid generating method for three-dimensional model of integral wing rib
CN103631996A (en) Product structure and process parallel design method based on model maturity
CN102073768A (en) Automatic arch dam pouring block plotting device and plotting method
CN102982567B (en) The deformable body collision detection elimination method that a kind of Corpus--based Method is analyzed
CN104573179A (en) Generating method for corrugated board based on AUTOCAD in PDMS (Plant Design Management System)
CN102541811B (en) On-demand computing-based data analysis device and method for analysis factors
CN103942365A (en) Associated design method of aircraft assembly jig framework
CN104484512A (en) Pattern generation method based on AUTOCAD in PDMS (plant design management system)
CN107895065A (en) A kind of plant design method based on 3-D technology
CN103810310A (en) Parameterization determination method for pitch foaming module equipment oriented to bituminous mixing plant
CN104408267A (en) Finite element modeling method for special-shaped spatial structure
CN104281727A (en) Method for designing tire die on basis of Excel and CAD (computer aided design) platform
CN106296807A (en) A kind of workmanship quick design system based on 3D technology

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150429