CN102663160A - Method for constructing three-dimensional physical circuit design model - Google Patents

Method for constructing three-dimensional physical circuit design model Download PDF

Info

Publication number
CN102663160A
CN102663160A CN2012100697948A CN201210069794A CN102663160A CN 102663160 A CN102663160 A CN 102663160A CN 2012100697948 A CN2012100697948 A CN 2012100697948A CN 201210069794 A CN201210069794 A CN 201210069794A CN 102663160 A CN102663160 A CN 102663160A
Authority
CN
China
Prior art keywords
dimensional
model
opengl
coordinate
data structure
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
CN2012100697948A
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.)
SUZHOU XPEEDIC TECHNOLOGY Inc
Original Assignee
SUZHOU XPEEDIC TECHNOLOGY Inc
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 SUZHOU XPEEDIC TECHNOLOGY Inc filed Critical SUZHOU XPEEDIC TECHNOLOGY Inc
Priority to CN2012100697948A priority Critical patent/CN102663160A/en
Publication of CN102663160A publication Critical patent/CN102663160A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to a method for constructing a three-dimensional physical circuit design model. The method comprises the following steps: forming a three-dimensional model data structure by opening circuit physical design model files and circuit process design files and extracting data in the files; and plotting an upper surface, a lower surface and side surfaces of the model according to the three-dimensional model data structure to form the three-dimensional model, and determining a coordinate system of the three-dimensional model to display the model in the coordinate system. According to the invention, a method for constructing a three-dimensional physical circuit design model is realized. The method provides vision operation and intuitive operation to circuit physical designs, thereby improving design efficiency and making up shortages in conventional two-dimensional physical circuit designs effectively.

Description

A kind of method that makes up three-dimensional physics circuit design model
Technical field
The present invention relates to field of electron design automation, relate in particular to a kind of method that makes up three-dimensional physics circuit design model.
Background technology
RF IC is meant the radio circuit that uses the semiconductor integrated circuit technique fabrication techniques, and it is little, low in energy consumption to have a volume, characteristics such as reliability height.Common radio circuit has: low noise amplifier, power amplifier, oscillator and frequency mixer etc.; Their frequency of operation from hundreds of MHz to several GHz, tens GHz do not wait; Be the very important signal processing module of Wireless Telecom Equipment, its performance quality directly influences product quality.
In recent years, the wireless communication technology development is rapid, and wireless product is widely used in the various aspects of people's life, and RF IC is also had higher requirement, and requires to have more excellent signal handling capacity and shorter product development cycle.
Yet, traditional physical circuit design a model be subject to its use be the two dimension the view mode, so in design operation; The deviser is difficult to intuitive ground and carries out the design of physical circuit; The deviser often needs to switch between each level in physical circuit of expensive time, even like this, also is difficult to directly compare the relation between each level in the physical circuit; For the domain that is used to optimize circuit parameter and circuit, the result but produces little effect equally.So the deviser just has in the view of two dimension, imagine three-dimensional view, so just reduced the rationality and the efficient of design, not only increase the Products Development cycle, but also increased the Products Development cost.
Summary of the invention
Technical matters to be solved by this invention provides a kind of display effect of improving the circuit design physical model; And can simplify appearing of each level in the three-dimensional model, improve the method for the three-dimensional physics circuit design of the structure model of three-dimensional physics circuit model design efficiency.
The present invention adopts following technical scheme in order to solve the problems of the technologies described above: the present invention has designed a kind of method that makes up three-dimensional physics circuit design model, and this method comprises the steps:
(1) two-dimensional coordinate that extracts in the circuit design file forms the three-dimensional modeling data structure with layer information data;
(2) according to the three-dimensional modeling data structure, the top and bottom and the side of rendering model form three-dimensional model respectively, and confirm its coordinate system, make this models show wherein.
As a kind of optimization method of the present invention: adopt the function top and bottom and the side of rendering model respectively in the OpenGL storehouse in the said step (2), form three-dimensional model.
As a kind of optimization method of the present invention: the function in the said employing OpenGL storehouse is the top and bottom and the side of simulation respectively, comprises the steps:
(ⅰ) according to the three-dimensional coordinate of every layer of upper and lower surfaces each point in the three-dimensional modeling data structure; In the OpenGL storehouse between function gluTessBeginPolygon and the gluTessBeginContour repeatedly call function gluTessVertex promptly draw out the upper and lower surfaces of model to set the three-dimensional coordinate of each point by OpenGL;
(ⅱ) can confirm the coordinate on 4 summits of respective side according to the corresponding coordinate in every layer of upper and lower surfaces edge in the three-dimensional modeling data structure; In the OpenGL storehouse, call 4 gluTessVertex between function glBegin (GL_QUADS) and the glEnd () to set the three-dimensional coordinate on 4 summits of respective side, promptly draw out the respective side of model by OpenGL;
The function glColor that (ⅲ) calls in the OpenGL storehouse draws various colors to every layer of three-dimensional model.
As a kind of optimization method of the present invention: also comprise afterwards in step (2) three-dimensional model is carried out the section cutting, the new three-dimensional modeling data structure of back formation is accomplished in cutting.
As a kind of optimization method of the present invention: saidly three-dimensional model is carried out the section cutting comprise the steps:
(ⅰ) cutting of three-dimensional model section is converted into line of cut and polygonal cutting problem; Intersection point calculation after line of cut and polygon intersected is come out; The number of guaranteeing intersection point is an even number, and it is matched in twos, is inserted in the oriented sequence on each summit of former polygon;
(ⅱ) the new oriented sequence of traversal, run into first intersection point after, continue traversal; Up to running into another intersection point of pairing with it, at this moment, the sequence between this two intersection point and two intersection points forms a new closed loop; Be new polygon, wherein, when two other pairing intersection point is also arranged between two pairing intersection points; Preferentially mate them, and the sequence after them is restarted traversal;
(ⅲ) adopt same direction to travel through, accomplish up to all some traversals for remaining sequence;
(ⅳ),, be translated into three-dimensional coordinate, form new three-dimensional modeling data structure through mapping for each summit on the new polygon of cutting back formation.
A kind of method that makes up three-dimensional physics circuit design model according to the invention adopts above technical scheme compared with prior art; Has following technique effect: the operation of vision and intuition when the circuit physical Design is provided; Thereby improved design efficiency, the deficiency when having remedied the design of conventional two-dimensional physical circuit effectively.
Description of drawings
Fig. 1 is a method flow diagram of the present invention;
Fig. 2 is for carrying out the synoptic diagram of section cutting to three-dimensional model;
Fig. 3 is for carrying out the synoptic diagram of section cutting to three-dimensional model;
Fig. 4 is for carrying out the synoptic diagram of section cutting to three-dimensional model.
Embodiment
Do further detailed explanation below in conjunction with the Figure of description specific embodiments of the invention.
A kind of method that makes up three-dimensional physics circuit design model of the present invention's design; The concrete OpenGL of employing makes up three-dimensional model; Use Qt and the common construction platform of OpenGL, Qt is used to build the GUI application framework, and OpenGL graphical tool storehouse then is used for making up the 3-D display platform.
Wherein, Qt is a cross-platform C++ graphical user interface application program frame of Nokia's exploitation.It offers application developer and sets up the required all functions of state-of-the-art graphic user interface.Qt is OO fully, and be easy to expand, and allow component programming veritably.
Since 1996 in early time, Qt gets into commercial field, and it has become the basis of thousands of kinds of successful application programs in the worldwide.Qt also is the basis of popular Linux desktop environment KDE.Basically, Qt is with the Motif on the X Window, Openwin; MFC on GTK figures interface database and the windows platform, OWL, VCL; ATL is a thing of the same type, but Qt has good cross-platform characteristic and object-oriented, has abundant API and a large amount of advantages such as exploitation document.
GUI is a graphic user interface, is meant the computer operation user interface that adopts graphics mode to show.
OpenGL (writing Open Graphics Library entirely) has defined a specification of striding programming language, cross-platform DLL, and it is used for three-dimensional image (two dimension also can).OpenGL is the graphic package interface of specialty, be one powerful, call bottom shape library easily.OpenGL is the 2D/3D figure API that the most extensively admits in the industry field, and it has expedited the emergence of the thousands of outstanding application program on various computer platforms and the equipment so far from being born.
OpenGL is independent of Windows or other operating system, also is network readezvous point.In comprising industry fields such as CAD, content creation, the energy, amusement, development of games, manufacturing industry, pharmacy industry and virtual reality, the high visual performance that OpenGL helper person is implemented in high-performance on the hardware devices such as PC, workstation, supercomputer, have an impulsive force is tried hard to the exploitation of shape process software.The predecessor of OpenGL is the IRIS GL of SGI company for its graphics workstation exploitation.IRIS GL is the 3D graphics software interface of an industrial standard, though the powerful transplantability of function is bad, so SGI company has just developed OpenGL on the basis of IRIS GL.The English full name of OpenGL is " Open Graphics Library ", and as its name suggests, OpenGL is " an open graphic package interface ".Though DirectX is leading comprehensively in family expenses market, in the high-end drawing of specialty field, OpenGL is can not substituted leading role.
OpenGL is and the software interface of hardware independent, can between different platforms such as Windows 95, Windows NT, Unix, Linux, MacOS, OS/2, transplant.Therefore, support the software of OpenGL to have good transplantability, can obtain to use very widely.Because OpenGL is the bottom shape library of figure, and the geometry entity pel is not provided, can not be directly in order to describe scene.But, through some converse routines, the summit array that DXF that can be easily 3D graphic design softwares such as AutoCAD, 3DS/3DSMAX be made and 3DS model file convert OpenGL to.
Window coordinates be X axle positive dirction level to the right, Y axle negative direction vertically downward, the definition view centre coordinate be (0,0), the viewport height and the width are maximal value and the minimum difference of model coordinate Y and X.
Wherein, in computer realm, application window comprises many elements, like title block, menu bar, toolbar, minimize, maximize button etc., the part that is used for graphic presentation in this application window is view.
Viewport is exactly the rectangle of two dimension, and a viewport is exactly the rectangle of a two dimension, is actual screen display area.Three-dimensional scenic then is projected in this rectangle, and existing display packing basically all is the corresponding viewport of a view, so their viewing area size is identical.
As shown in Figure 1, the present invention has designed a kind of method that makes up three-dimensional physics circuit design model, and this method is carried out according to following steps:
(1) opens software; Can open through the gui interface form; Or open circuit physical Design model file (* .geom) and circuit technology design document (* .lyr) through order line, and triangle gridding subdivision file (* .mesh) can be used as optional file and opens;
(2) two-dimensional coordinate and the layer information data in the circuit technology design document (* .lyr) extracted in the circuit physical Design model file (* .geom) form the three-dimensional modeling data structure;
(3) according to the three-dimensional modeling data structure, adopt the top and bottom and the side of the function difference rendering model in the OpenGL storehouse, form three-dimensional model, and confirm its coordinate system, make this models show wherein;
(4) get into the event message circulation, wait for the keyboard and mouse incident, have following three kinds of incidents available:
If 1. select convergent-divergent, translation, rotation mouse event; Origin coordinates when then pressing and terminal point coordinate according to mouse; Calculate the rotation matrix conversion, after redrawing, three-dimensional model is in new position with the new anglec of rotation; Said like this three-dimensional model can be realized the interactive operation of three-dimensional model rotation, convergent-divergent, translation through the matrixing among the OpenGL.
If 2. select cutting operation; Then three-dimensional model is carried out the operation of section cutting, calculate the remaining mould shapes in cutting back, form new three-dimensional modeling data structure and return step (3) according to the cut surface after confirming; Adopt the function in the OpenGL storehouse to draw new three-dimensional model; And the model part that will need not show is hiding, and then gets into the event message circulation, waits for the keyboard and mouse incident.
Three-dimensional model is carried out the operation of section cutting; Be to let the deviser can observe the cross section of three-dimensional model, after cutting is accomplished, formed new three-dimensional modeling data structure, turn back to step (3) this moment in order to realize; Drafting through function in the OpenGL storehouse; Generate the new three-dimensional model in the cross section that can observe former three-dimensional model, and then got into the event message circulation, waited for the keyboard and mouse incident.
If 3. shutoff operation is then closed software.
Wherein adopt the function top and bottom and the side of rendering model successively in the OpenGL storehouse, comprise the steps:
(ⅰ) according to the three-dimensional coordinate of every layer of upper and lower surfaces each point in the three-dimensional modeling data structure; In the OpenGL storehouse between function gluTessBeginPolygon and the gluTessBeginContour repeatedly call function gluTessVertex promptly draw out the upper and lower surfaces of model to set the three-dimensional coordinate of each point by OpenGL;
(ⅱ) owing to the side of three-dimensional model is made up of a plurality of quadrilaterals; Can confirm the coordinate on 4 summits of respective side according to the coordinate of every layer of upper and lower surfaces edge correspondence in the three-dimensional modeling data structure; In the OpenGL storehouse, call 4 gluTessVertex between function glBegin (GL_QUADS) and the glEnd () to set the three-dimensional coordinate on 4 summits of respective side, promptly draw out the respective side of model by OpenGL;
The function glColor that (ⅲ) calls in the OpenGL storehouse draws various colors to every layer of three-dimensional model.
For described in the step three-dimensional model being carried out the operation that section cuts, comprise the steps:
(ⅰ) since current cutting planes with to be cut the plane vertical; The cutting of three-dimensional model section is converted into line of cut and polygonal cutting problem; Intersection point calculation after line of cut and polygon intersected is come out; The number of guaranteeing intersection point is an even number, and it is matched in twos, is inserted in the oriented sequence on each summit of former polygon;
(ⅱ) the new oriented sequence of traversal, run into first intersection point after, continue traversal; Up to running into another intersection point of pairing with it, at this moment, the sequence between this two intersection point and two intersection points forms a new closed loop; Be new polygon, wherein, when two pairings also have two other pairing intersection points between the intersection points; Preferentially mate them, and the sequence after them is restarted traversal;
(ⅲ) adopt same direction to travel through, accomplish up to all some traversals for remaining sequence;
(ⅳ),, be translated into three-dimensional coordinate, the new three-dimensional modeling data structure of formation through mapping for each summit on the new polygon of cutting back formation.
Carry out the section step of cutting to above-mentioned three-dimensional model, specific operation process is following:
(a) add that by two dimensional surface thickness constitutes because three-dimensional model information is actual, and the section cutting is to use the face perpendicular to these two dimensional surfaces to cut at present, thereby can be converted into a cutting line segment cutting two dimensional surface.
(b) the two dimensional surface cutting can be divided into following two kinds of situation: a kind of two polygons as shown in Figure 2, and the cutting line segment is an odd number with the intersection point number that is cut the plane; Another kind of two polygons as shown in Figure 3, the cutting line segment is an even number with the intersection point number that is cut the plane.
(c) for problem reduction, if run into the situation of Fig. 2,, thereby be translated into situation shown in Figure 3 then with the small distance in the relative origin-location of line of cut field offset, promptly cutting line segment is even number with the intersection point number that is cut the plane.
(d) with Fig. 4 be example, plane F by P1 to P14 totally 14 points form, cutting line segment S cuts into three polygons with plane F, and 4 intersection point A, B, C, D are arranged;
(e) begun by P1, with P1, line segment that P2 forms and cutting line segment S find intersection obtain intersection point D, and D are inserted among P1 and the P2, form new sequence;
(f) repeating step (e), with P2, line segment that P3 forms and cutting line segment S find intersection if intersection point is arranged, are inserted into P2, and among the P3, the rest may be inferred, and the line segment that plane F is all is with cutting line segment S find intersection and after being inserted into sequence, and new sequence forms;
(g) according to step (f), the generation of A, B, C, four intersection points of D is D in proper order, A, and B, C presses it from left to right or series arrangement from right to left; Obtain A, B, C, D, or D; C, B, A matches it more in twos, i.e. A; B is a pair of, and C, D are a pair of, because the number of intersection point is an even number, therefore has a few and all will match;
(h) begun by P1, the new sequence that step (f) is formed travels through, and when P1 runs into intersection point D at the back, makes a sign 1.; And according to the pairing result that step (g) obtains can know with D pairing be intersection point C, and continue traversal, obtain next intersection point and be a some A, unpaired with a D; At this moment, mark again 2., continue traversal, find and put the some B of A pairing earlier; With the some A that writes down in the ergodic process, P4, P5, the B each point is formed first polygon; Continue traversal, find and put the some C of D pairing, will put D, P2, P3, A, B, P6, P7, the C each point is formed second polygon; Continue traversal, remaining point is formed the 3rd polygon.Like this, three polygons of cutting back formation just calculate and have accomplished.
Wherein, circuit physical Design model file (* .geom) is in the domain of integrated circuit according to design, constitutes the coordinate position of each plane geometric figure and the file that generates.It has comprised the information of circuit design midplane figure, is to produce the necessary file of three-dimensional picture, on its basis, does highly to extend to obtain three-dimensional picture.
Circuit technology design document (* .lyr) has comprised in the IC design, the technology information that all are corresponding, the information that comprises has: which floor chip has, how thick each layer have, what the material of each layer is, the electrical specification of material be what etc. technical information.These information are necessary when carrying out the emulation of 3 D electromagnetic field.
For triangle gridding subdivision file (* .mesh), in the design of integrated circuit, need carry out the triangle gridding subdivision to the domain of integrated circuit of design; Can complete geometric figure subdivision be one by one little triangle in this process; And triangle gridding subdivision file (* .mesh) has just comprised these little leg-of-mutton coordinates, number, end points coordinate; Information such as line segment coordinate, these information are that the emulation of 3 D electromagnetic field is necessary.
For the demonstration of three-dimensional model, a physical model finally shows on screen, and intermediate demand comprises view, model and projection operation through the multistep conversion, and these operations comprise rotation, mobile, convergent-divergent, reflection, orthogonal projection and perspective projection etc.These conversion represent that with matrix multiplication every kind of conversion all can be created a matrix.Generally speaking, when drawing, need make up several kinds of conversion of use.
View transformation is used to specify the position and the direction of observation point; The purpose of model transferring then is position and the direction that model is set; The two has certain something in common from essence, as both coming to observe model from all directions through moving the observation point position, also can carry out comprehensive observation through rotation, mobile this model; Both effects are identical in a sense; Therefore usually with the matrix multiple of these two kinds of conversion, its result is as new model view matrix, and this matrix is the matrix of a 4*4.
Three-dimensional model is rotated and during amplifieroperation,, observed model part rotation then can occurs too soon and can't accurately hold the anglec of rotation if be rotation center always with the center of model; This is to rotate owing to rotation is regarded as around a spheroid, and under the identical anglec of rotation, the track of nearly centre of sphere place rotation is always little than long service heart place; I.e. rotation is slow relatively; Precision is higher like this, is beneficial to the assurance anglec of rotation, therefore the specified position of mouse is regarded as the observation center; After the matrixing of this center through OpenGL be made as rotation center, rotary manipulation was more controlled.
The operation of vision and intuition when the present invention designs a kind of method that makes up three-dimensional physics circuit design model and adopts OpenGL to make up three-dimensional model the circuit physical Design is provided; Thereby improved design efficiency, the deficiency when having remedied the design of conventional two-dimensional physical circuit effectively.
Combine accompanying drawing that embodiment of the present invention has been done detailed description above, but the present invention is not limited to above-mentioned embodiment, in the ken that those of ordinary skills possessed, can also under the prerequisite that does not break away from aim of the present invention, makes various variations.

Claims (5)

1. a method that makes up three-dimensional physics circuit design model is characterized in that comprising the steps:
(1) two-dimensional coordinate that extracts in the circuit design file forms the three-dimensional modeling data structure with layer information data;
(2) according to the three-dimensional modeling data structure, the top and bottom and the side of rendering model form three-dimensional model respectively, and confirm its coordinate system, make this models show wherein.
2. according to the said a kind of method that makes up three-dimensional physics circuit design model of claim 1, it is characterized in that: adopt the top and bottom and the side of the function difference rendering model in the OpenGL storehouse in the said step (2), form three-dimensional model.
3. according to the said a kind of method that makes up three-dimensional physics circuit design model of claim 2, it is characterized in that: the function in the said employing OpenGL storehouse is the top and bottom and the side of rendering model respectively, comprises the steps:
(ⅰ) according to the three-dimensional coordinate of every layer of upper and lower surfaces each point in the three-dimensional modeling data structure; In the OpenGL storehouse between function gluTessBeginPolygon and the gluTessBeginContour repeatedly call function gluTessVertex promptly draw out the upper and lower surfaces of model to set the three-dimensional coordinate of each point by OpenGL;
(ⅱ) can confirm the coordinate on 4 summits of respective side according to the corresponding coordinate in every layer of upper and lower surfaces edge in the three-dimensional modeling data structure; In the OpenGL storehouse, call 4 gluTessVertex between function glBegin (GL_QUADS) and the glEnd () to set the three-dimensional coordinate on 4 summits of respective side, promptly draw out the respective side of model by OpenGL;
The function glColor that (ⅲ) calls in the OpenGL storehouse draws various colors to every layer of three-dimensional model.
4. according to the said a kind of method that makes up three-dimensional physics circuit design model of claim 1, it is characterized in that: also comprise afterwards in said step (2) three-dimensional model is carried out the section cutting, form new three-dimensional modeling data structure after cutting is accomplished.
5. according to the said a kind of method that makes up three-dimensional physics circuit design model of claim 4, it is characterized in that: saidly three-dimensional model is carried out section cutting comprise the steps:
(ⅰ) cutting of three-dimensional model section is converted into line of cut and polygonal cutting problem; Intersection point calculation after line of cut and polygon intersected is come out; The number of guaranteeing intersection point is an even number, and it is matched in twos, is inserted in the oriented sequence on each summit of former polygon;
(ⅱ) the new oriented sequence of traversal, run into first intersection point after, continue traversal; Up to running into another intersection point of pairing with it, at this moment, the sequence between this two intersection point and two intersection points forms a new closed loop; Be new polygon, wherein, when two other pairing intersection point is also arranged between two pairing intersection points; Preferentially mate them, and the sequence after them is restarted traversal;
(ⅲ) adopt same direction to travel through, accomplish up to all some traversals for remaining sequence;
(ⅳ),, be translated into three-dimensional coordinate, form new three-dimensional modeling data structure through mapping for each summit on the new polygon of cutting back formation.
CN2012100697948A 2012-03-16 2012-03-16 Method for constructing three-dimensional physical circuit design model Pending CN102663160A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100697948A CN102663160A (en) 2012-03-16 2012-03-16 Method for constructing three-dimensional physical circuit design model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100697948A CN102663160A (en) 2012-03-16 2012-03-16 Method for constructing three-dimensional physical circuit design model

Publications (1)

Publication Number Publication Date
CN102663160A true CN102663160A (en) 2012-09-12

Family

ID=46772651

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100697948A Pending CN102663160A (en) 2012-03-16 2012-03-16 Method for constructing three-dimensional physical circuit design model

Country Status (1)

Country Link
CN (1) CN102663160A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761376A (en) * 2014-01-10 2014-04-30 沈阳航空航天大学 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts
CN104657557A (en) * 2015-02-16 2015-05-27 中山大学 Method and device for acquiring electromagnetic radiation characteristic of chip-scale circuit by adopting electromagnetic simulation software
CN105320783A (en) * 2014-07-01 2016-02-10 北京华大九天软件有限公司 Three-dimensional vector object representation method based on two-dimensional SVG vector graphics in integrated circuit design tool
CN106504316A (en) * 2016-10-11 2017-03-15 微展世(北京)数字科技有限公司 The method and apparatus of three-dimensional data process
CN114295120A (en) * 2021-11-24 2022-04-08 华中光电技术研究所(中国船舶重工集团公司第七一七研究所) Star sensor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070028195A1 (en) * 2005-07-29 2007-02-01 International Business Machines Corporation Methodology for layout-based modulation and optimization of nitride liner stress effect in compact models
CN101431316A (en) * 2008-07-25 2009-05-13 华东师范大学 Double-frequency band inductor multiplexing radio frequency CMOS low-noise amplifier
CN101630339A (en) * 2009-08-21 2010-01-20 清华大学 Method for obtaining circuit performance after considering related stress of layout
CN101794339A (en) * 2010-03-23 2010-08-04 中兴通讯股份有限公司 Method and system for realizing portable multiplexing of printed circuit board

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070028195A1 (en) * 2005-07-29 2007-02-01 International Business Machines Corporation Methodology for layout-based modulation and optimization of nitride liner stress effect in compact models
CN101431316A (en) * 2008-07-25 2009-05-13 华东师范大学 Double-frequency band inductor multiplexing radio frequency CMOS low-noise amplifier
CN101630339A (en) * 2009-08-21 2010-01-20 清华大学 Method for obtaining circuit performance after considering related stress of layout
CN101794339A (en) * 2010-03-23 2010-08-04 中兴通讯股份有限公司 Method and system for realizing portable multiplexing of printed circuit board

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
吴爱兰等: "基于OpenGL的三维图形的绘制", 《中国科技信息》 *
姜文英: "三维表层速度模型层析反演中可视化方法、软件研究及应用", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
无: "OpenGL:多边形分隔化和gluTessCallback()函数在C++中的使用方法", 《HTTP://HI.BAIDU.COM/ZHUJIANZHAI/ITEM/6ED52336D67E7B9AB80C03EB》 *
潘月娥: "印刷电路板的贴装仿真及设计检错研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761376A (en) * 2014-01-10 2014-04-30 沈阳航空航天大学 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts
CN105320783A (en) * 2014-07-01 2016-02-10 北京华大九天软件有限公司 Three-dimensional vector object representation method based on two-dimensional SVG vector graphics in integrated circuit design tool
CN104657557A (en) * 2015-02-16 2015-05-27 中山大学 Method and device for acquiring electromagnetic radiation characteristic of chip-scale circuit by adopting electromagnetic simulation software
CN106504316A (en) * 2016-10-11 2017-03-15 微展世(北京)数字科技有限公司 The method and apparatus of three-dimensional data process
CN114295120A (en) * 2021-11-24 2022-04-08 华中光电技术研究所(中国船舶重工集团公司第七一七研究所) Star sensor

Similar Documents

Publication Publication Date Title
Gregson et al. All‐hex mesh generation via volumetric polycube deformation
US10275942B2 (en) Compression of a three-dimensional modeled object
CN106600679B (en) A kind of method that three-dimensional modeling data simplifies
CN102663160A (en) Method for constructing three-dimensional physical circuit design model
US10796497B2 (en) Distance field coupled fitted deformation lattices for shape modification
CN111008422A (en) Building live-action map making method and system
CN103984720B (en) Tile map creation method and device based on OpenGL
JPH0628430A (en) Generalized solid modeling for three- dimensional topography simulation
CN104658033B (en) Global illumination method for drafting and device under multiple light courcess
JPH0652270A (en) Formation of triangle grid
CN110070616A (en) Memory, statistical data rendering method, device and equipment based on GIS platform
JP3416892B2 (en) Boolean trajectory solid surface transfer system
CN111161428A (en) Three-dimensional map vector tile data generation method, storage medium and terminal
CN103645463B (en) The method of synthetic aperture radar image-forming data three-dimensional display
CN102496140B (en) Multilayer nest cage-based real-time interactive-type image deforming method
JPH0676023A (en) Graphic deformation processing method
CN104899889A (en) Video vectorization method based on tetrahedral mesh
CN110941867A (en) Construction method of standardized site layout based on BIM
Wang et al. 3D-TSV: The 3D trajectory-based stress visualizer
Zhang et al. A geometry and texture coupled flexible generalization of urban building models
CN112597260A (en) Visualization method and device for air quality mode forecast data
CN113486416B (en) Realization method of 3D building floor layering
CN113096255A (en) WebGL-based three-dimensional view synchronous fusion non-invasive integration technical method
Wu et al. Variational mannequin approximation using spheres and capsules
Scholz et al. Level of Detail for Real-Time Volumetric Terrain Rendering.

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120912