CN103761376A - Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts - Google Patents

Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts Download PDF

Info

Publication number
CN103761376A
CN103761376A CN201410013304.1A CN201410013304A CN103761376A CN 103761376 A CN103761376 A CN 103761376A CN 201410013304 A CN201410013304 A CN 201410013304A CN 103761376 A CN103761376 A CN 103761376A
Authority
CN
China
Prior art keywords
coordinate
point
dimensional
file layout
realistic display
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
CN201410013304.1A
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.)
Shenyang Aerospace University
Original Assignee
Shenyang Aerospace University
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 Shenyang Aerospace University filed Critical Shenyang Aerospace University
Priority to CN201410013304.1A priority Critical patent/CN103761376A/en
Publication of CN103761376A publication Critical patent/CN103761376A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)
  • Image Generation (AREA)

Abstract

The invention belongs to the technical field of image processing, and particularly relates to a two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts. The three-dimensional realistic display method specifically includes the steps of 1), reading data of a bus and an axis in the DXF format; 2), structuring a rotating surface by utilizing the data read in the step 1); 2.1), calculating center coordinates of an arc by means of a circular arc cutting algorithm; 2.2), calculating the coordinates of the rotating surface by means of a rotation to formation algorithm; 2.2.1), subjecting a known curve to cross cutting; 2.2.2), subjecting points obtained from the cross cutting to lengthwise cutting; 3), performing lighting effect processing by means of a normal vector algorithm; 4), displaying a three-dimensional entity by means of OpenGL performance functions. Therefore, three-dimensional realistic display of the parts can be realized.

Description

Part three dimension realistic display packing based on two-dimentional DXF file layout
Technical field
The invention belongs to technical field of image processing, be specifically related to a kind of part three dimension realistic display packing based on two-dimentional DXF file layout.
Background technology
In the Design and manufacture of Practical Project part, the solid of revolution type part processing through turning and boring occupies very large proportion.In area of computer aided turning system of processing, main work is all carried out around this class part.This class figure is usually the X-Y scheme of being drawn by AutoCAD, and we are not easy to observe its 3-D solid structure.The file layout of AutoCAD acquiescence is DWG form, and this form AutoCAD corporate external is covert, and we cannot process it.
Computer graphics is rapid, the widely used new branch of science of development in recent years.It mainly studies principle, algorithm and the system of figure input, expression, conversion, Realistic Rendering technology, computing and tablet pattern.The newest research results of computer graphics is also widely applied in mechanical CAD/CAM field.Engineering technical personnel complete after the design of mechanical component, often wish to see the three-dimensional effect diagram of part at once, the understanding directly perceived, perceptual to its structure generation, and whether the structure, the design that are beneficial to evaluate product be reasonable.This just need to utilize the knowledge of computer graphics to carry out real graph visualization.But in the current widely used CAD/CAM system software of institute, real graph visualization function is only applied as one of functional module by some large softwares, and practical sense of reality software for display that can independent operating is also comparatively rare.
The generation of real graph visualization technology can be traced back to the mid-1960s, along with the development of computer technology and graphics and the appearance of raster display, add the increasing substantially of various computer hardware performances that comprises display-memory, make to need the generation of the photo realism graphic of magnanimity high-speed memory to become possibility.At present, real graph visualization technology has been widely used in the fields such as CAD/CAM, virtual manufacture, simulated training, Numerical Control Simulation.
In the Design and manufacture of Practical Project part, the solid of revolution type part processing through turning and boring occupies very large proportion.In area of computer aided turning system of processing, main work is all carried out around this class part.This class figure is usually the X-Y scheme of being drawn by AutoCAD, and we are not easy to observe its 3-D solid structure.The file layout of AutoCAD acquiescence is DWG form, and this form AutoCAD corporate external is covert, and we cannot process it.
Summary of the invention
The deficiency existing for prior art, the invention provides a kind of part three dimension realistic display packing based on two-dimentional DXF file layout.
The present invention takes to carry out as follows: the part three dimension realistic display packing based on two-dimentional DXF file layout is concrete
Step is as follows:
Step 1: the data of reading DXF file layout median generatrix and axis; In fact revolving parts graphical configuration is exactly
Know axis and bus, construct corresponding surface of revolution.
Step 2: utilize the data configuration surface of revolution reading in step 1;
Step 2.1: utilize circular arc cutting algorithm to calculate the central coordinate of circle of circular arc:
Step 2.2: utilize rotary forming algorithm to calculate the coordinate of surface of revolution:
Step 2.2.1: known curve is carried out to transverse cuts:
Step 2.2.2: the point to transverse cuts gained longitudinally cuts:
Step 3: that utilizes normal vector algorithm carries out lighting effect processing;
Step 4: utilize OpenGL power function to show 3D solid.
In described step 1, the polyline providing with AutoCAD is described bus, by being set, line style identifies axis simultaneously, in entity joint, in LINE and LWPOLYLINE, there is respectively the information of axis and bus, in reading out data process, can according to the value of group code 0 and group code 6, search for the axis of line centered by line style, then according to file layout, read successively the starting point coordinate of axis; For polyline, first the polyline as bus according to the search of subclass mark value, then reads all apex coordinate values of polyline successively according to file layout.Through above, analyze and process, can be by the required data read-in programme of rotary forming, so that carry out next step data manipulation.
The detailed process of the central coordinate of circle (xo, yo) that calculates circular arc of described step 2.1 is as follows:
Order l = ( c - a ) 2 + ( d - b ) 2 2
Definition from camber
Figure BDA0000455268860000022
so h=l*bow
By figure intermediate cam relation, can be obtained: r 2-l 2=(r-h) 2
It is arc radius r = h 2 + l 2 2 × h
Order ω = arctan ( d - b c - a )
Camber line central coordinate of circle is:
xo = a + c 2 - ( r - h ) × sin ω yo = b + d 2 + ( r - h ) × cos ω
In formula: establish (a, b) for starting point coordinate, (c, d) is terminal point coordinate, l is the length of the string of (a, b) and (c, d) formation, and bow is camber, and h is action, and ω is the central angle that l is corresponding.The concrete cutting process of described step 2.2.1 is as follows: on bus, extract equably piecemeal several points, and their coordinate is deposited in to three two-dimensional array x[1, j], y[1, j], z[1, j].Counting of getting controlled by transverse cuts density in program, and transverse cuts density is higher, the solid figure bus that generates more close to former bus.
The concrete cutting process of described step 2.2.2 is as follows: after transverse cuts completes, the point of gained is carried out to three-dimensional rotation, and the rotational trajectory of each point is carried out to the calculating of interpolation point coordinate, the number of interpolation point is controlled by longitudinal cut capacity.Longitudinally cut capacity is higher, the solid figure xsect that generates more smooth, but equally also can cause data volume to increase.By transverse cuts operation, can obtain the coordinate points array x[1 on curve, j], y[1, j], z[1, j], if be longitudinally cut into and do the rotation of 360 ° around x axle, in order to obtain the coordinate of every bit formed n the point on rotational trajectory on curve, can establish rotation step-length is t=2 π/n, and rotational transform matrix is:
T = 1 0 0 0 cos t - sin t 0 sin t cos t
If the point on curve is (x, y, z), postrotational coordinate is:
[x *?y *?z *]=[x?y?z]*T
? x * = x y * = y cos t + z sin t z * = - y sin t + z cos t
The concrete steps of described step 3 are as follows: calculate normal vector, required condition is three not coordinate figures of the point of conllinear, putting in order of they determined the direction of normal vector, in right hand space coordinates, establish known point A, B, C, coordinate figure be respectively (x a, y a, z a), (x b, y b, z b), (x c, y c, z c), the normal vector of the plane of 3 formations of calculating, its algorithm is as follows:
First obtain vector
Figure BDA0000455268860000034
with
Figure BDA0000455268860000035
the method of utilizing space analysis geometry, the spatial description of planar process vector is i j k x AC y AC z AC x BC y BC z BC
Wherein x AC = x A - x C , y AC = y A - y C , z AC = z A - z C x BC = x B - x C , y BC = y B - y C , z BC = z B - z C
The matrix form that planar process vector space is described launches, and can obtain its mathematic(al) representation and be: (y aCz bC-z aCy bC) i+ (z aCx bC-z bCx aC) j+ (x aCy bC-x bCy aC) k.
Advantage of the present invention is: 1, because multiple typical three-dimensional CAD/CAM software product (AutoCAD, Pro-Engineer, Master CAM, CATIA, UG II, 3DSMAX) is all supported DXF file layout, so the application program based on this file layout exploitation has practicality widely.
2, utilize to known curve is carried out transverse cuts and longitudinally cuts and construct surface of revolution, by cut capacity, controlled the smoothness of the solid figure xsect that generates, thereby realized two-dimension graphic data to three-dimensional conversion.
3, the present invention utilizes real graph visualization choice of technology OpenGL as graphics package, realize a practical interactive real graph visualization, several functions below read graphic file mainly having been realized with OpenGL power function at this patent: form initialization, graphic plotting function, coordinate transform function, illumination and material setting, image and texture operation function, the functions such as line frame graph, surface model, body Model processing.Thereby by the setting of object material and light source, the lighting effect of simulate real world, reaches the object that the 3D solid computing machine sense of reality shows more exactly.By increasing atomizing effect and texture mapping, some special-effects that can realize entity show.
Accompanying drawing explanation
Fig. 1 is overview flow chart of the present invention;
Fig. 2 is circular arc cutting schematic diagram;
Fig. 3 longitudinally cuts schematic diagram;
Fig. 4 is that the sense of reality of figure of the present invention shows.
Embodiment
As shown in Figure 1 to Figure 3, the present invention takes to carry out as follows: the part based on two-dimentional DXF file layout is three-dimensional true
True feeling display packing, concrete steps are as follows:
Step 1: the data of reading DXF file layout median generatrix and axis; Revolving parts graphical configuration, is exactly in fact known axis and bus, constructs corresponding surface of revolution.
Step 2: utilize the data configuration surface of revolution reading in step 1;
Step 2.1: utilize circular arc cutting algorithm to calculate the central coordinate of circle of circular arc:
Step 2.2: utilize rotary forming algorithm to calculate the coordinate of surface of revolution:
Step 2.2.1: known curve is carried out to transverse cuts:
Step 2.2.2: the point to transverse cuts gained longitudinally cuts:
Step 3: that utilizes normal vector algorithm carries out lighting effect processing;
Step 4: utilize OpenGL power function to show 3D solid.
In described step 1, the polyline providing with AutoCAD is described bus, by being set, line style identifies axis simultaneously, in entity joint, in LINE and LWPOLYLINE, there is respectively the information of axis and bus, in reading out data process, can according to the value of group code 0 and group code 6, search for the axis of line centered by line style, then according to file layout, read successively the starting point coordinate of axis; For polyline, first the polyline as bus according to the search of subclass mark value, then reads all apex coordinate values of polyline successively according to file layout.Through above, analyze and process, can be by the required data read-in programme of rotary forming, so that carry out next step data manipulation.
The detailed process of the central coordinate of circle (xo, yo) that calculates circular arc of described step 2.1 is as follows:
Order l = ( c - a ) 2 + ( d - b ) 2 2
Definition from camber
Figure BDA0000455268860000052
so h=l*bow
By figure intermediate cam relation, can be obtained: r 2-l 2=(r-h) 2
It is arc radius r = h 2 + l 2 2 × h
Order ω = arctan ( d - b c - a )
Camber line central coordinate of circle is:
xo = a + c 2 - ( r - h ) × sin ω yo = b + d 2 + ( r - h ) × cos ω
In formula: establish (a, b) for starting point coordinate, (c, d) is terminal point coordinate, l is the length of the string of (a, b) and (c, d) formation, and bow is camber, and h is action, and ω is the central angle that l is corresponding.The concrete cutting process of described step 2.2.1 is as follows: on bus, extract equably piecemeal several points, and their coordinate is deposited in to three two-dimensional array x[1, j], y[1, j], z[1, j].Counting of getting controlled by transverse cuts density in program, and transverse cuts density is higher, the solid figure bus that generates more close to former bus.
The concrete cutting process of described step 2.2.2 is as follows: after transverse cuts completes, the point of gained is carried out to three-dimensional rotation, and the rotational trajectory of each point is carried out to the calculating of interpolation point coordinate, the number of interpolation point is controlled by longitudinal cut capacity.Longitudinally cut capacity is higher, the solid figure xsect that generates more smooth, but equally also can cause data volume to increase.By transverse cuts operation, can obtain the coordinate points array x[1 on curve, j], y[1, j], z[1, j], if be longitudinally cut into and do the rotation of 360 ° around x axle, in order to obtain the coordinate of every bit formed n the point on rotational trajectory on curve, can establish rotation step-length is t=2 π/n, and rotational transform matrix is:
T = 1 0 0 0 cos t - sin t 0 sin t cos t
If the point on curve is (x, y, z), postrotational coordinate is:
[x *?y *?z *]=[x?y?z]*T
? x * = x y * = y cos t + z sin t z * = - y sin t + z cos t
The concrete steps of described step 3 are as follows: calculate normal vector, required condition is three not coordinate figures of the point of conllinear, putting in order of they determined the direction of normal vector, in right hand space coordinates, establish known point A, B, C, coordinate figure be respectively (x a, y a, z a), (x b, y b, z b), (x c, y c, z c), the normal vector of the plane of 3 formations of calculating, its algorithm is as follows:
First obtain vector
Figure BDA0000455268860000063
with
Figure BDA0000455268860000064
the method of utilizing space analysis geometry, the spatial description of planar process vector is i j k x AC y AC z AC x BC y BC z BC
Wherein x AC = x A - x C , y AC = y A - y C , z AC = z A - z C x BC = x B - x C , y BC = y B - y C , z BC = z B - z C
The matrix form that planar process vector space is described launches, and can obtain its mathematic(al) representation and be: (y aCz bC-z aCy bC) i+ (z aCx bC-z bCx aC) j+ (x aCy bC-x bCy aC) k.
As shown in Figure 4, the present invention utilizes OpenGL power function mainly to realize following several functions to read graphic file: form initialization, graphic plotting function, coordinate transform function, illumination and material setting, image and texture operation function, the functions such as line frame graph, surface model, body Model processing.Thereby by the setting of object material and light source, the lighting effect of simulate real world, reaches the object that the 3D solid computing machine sense of reality shows more exactly.By increasing atomizing effect and texture mapping, some special-effects that can realize entity show.

Claims (5)

1. the part three dimension realistic display packing based on two-dimentional DXF file layout, is characterized in that: concrete steps are as follows:
Step 1: the data of reading DXF file layout median generatrix and axis;
Step 2: utilize the data configuration surface of revolution reading in step 1;
Step 2.1: utilize circular arc cutting algorithm to calculate the central coordinate of circle of circular arc:
Step 2.2: utilize rotary forming algorithm to calculate the coordinate of surface of revolution:
Step 2.2.1: known curve is carried out to transverse cuts:
Step 2.2.2: the point to transverse cuts gained longitudinally cuts:
Step 3: that utilizes normal vector algorithm carries out lighting effect processing;
Step 4: utilize OpenGL power function to show 3D solid.
2. the part three dimension realistic display packing based on two-dimentional DXF file layout according to claim 1, it is characterized in that: in described step 1, the polyline providing with AutoCAD is described bus, by being set, line style identifies axis simultaneously, in entity joint, in LINE and LWPOLYLINE, there is respectively the information of axis and bus, in reading out data process, can according to the value of group code 0 and group code 6, search for the axis of line centered by line style, then according to file layout, read successively the starting point coordinate of axis; For polyline, first the polyline as bus according to the search of subclass mark value, then reads all apex coordinate values of polyline successively according to file layout.
3. the part three dimension realistic display packing based on two-dimentional DXF file layout according to claim 1, is characterized in that: the detailed process of the central coordinate of circle (xo, yo) that calculates circular arc of described step 2.1 is as follows:
Order l = ( c - a ) 2 + ( d - b ) 2 2
Definition from camber
Figure FDA0000455268850000012
so h=l*bow
By figure intermediate cam relation, can be obtained: r 2-l 2=(r-h) 2
It is arc radius r = h 2 + l 2 2 × h
Order ω = arctan ( d - b c - a )
Camber line central coordinate of circle is:
xo = a + c 2 - ( r - h ) × sin ω yo = b + d 2 + ( r - h ) × cos ω
In formula: establish (a, b) for starting point coordinate, (c, d) is terminal point coordinate, l is the length of the string of (a, b) and (c, d) formation, and bow is camber, and h is action, and ω is the central angle that l is corresponding.
4. the part three dimension realistic display packing based on two-dimentional DXF file layout according to claim 1, it is characterized in that: the concrete cutting process of described step 2.2.1 is as follows: on bus, extract equably piecemeal several points, and their coordinate is deposited in to three two-dimensional array x[1, j], y[1, j], z[1, j].
5. the part three dimension realistic display packing based on two-dimentional DXF file layout according to claim 1, it is characterized in that: the concrete cutting process of described step 2.2.2 is as follows: after transverse cuts completes, point to gained carries out three-dimensional rotation, and the rotational trajectory of each point is carried out to the calculating of interpolation point coordinate: by transverse cuts operation, can obtain the coordinate points array x[1 on curve, j], y[1, j], z[1, j], if be longitudinally cut into and do the rotation of 360 ° around x axle, in order to obtain the coordinate of every bit formed n the point on rotational trajectory on curve, can establish rotation step-length is t=2 π/n, rotational transform matrix is:
T = 1 0 0 0 cos t - sin t 0 sin t cos t
If the point on curve is (x, y, z), postrotational coordinate is:
[x *?y *?z *]=[x?y?z]*T
? x * = x y * = y cos t + z sin t z * = - y sin t + z cos t
5, the part three dimension realistic display packing based on two-dimentional DXF file layout according to claim 1, it is characterized in that: the concrete steps of described step 3 are as follows: calculate normal vector, required condition is three not coordinate figures of the point of conllinear, putting in order of they determined the direction of normal vector, in right hand space coordinates, establish known point A, B, C, coordinate figure be respectively (x a, y a, z a), (x b, y b, z b), (x c, y c, z c), the normal vector of the plane of 3 formations of calculating, its algorithm is as follows:
First obtain vector with
Figure FDA0000455268850000024
the method of utilizing space analysis geometry, the spatial description of planar process vector is i j k x AC y AC z AC x BC y BC z BC
Wherein x AC = x A - x C , y AC = y A - y C , z AC = z A - z C x BC = x B - x C , y BC = y B - y C , z BC = z B - z C
The matrix form that planar process vector space is described launches, and can obtain its mathematic(al) representation and be: (y aCz bC-z aCy bC) i+ (z aCx bC-z bCx aC) j+ (x aCy bC-x bCy aC) k.
CN201410013304.1A 2014-01-10 2014-01-10 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts Pending CN103761376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410013304.1A CN103761376A (en) 2014-01-10 2014-01-10 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410013304.1A CN103761376A (en) 2014-01-10 2014-01-10 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts

Publications (1)

Publication Number Publication Date
CN103761376A true CN103761376A (en) 2014-04-30

Family

ID=50528612

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410013304.1A Pending CN103761376A (en) 2014-01-10 2014-01-10 Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts

Country Status (1)

Country Link
CN (1) CN103761376A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103927425A (en) * 2014-05-06 2014-07-16 上海索广电子有限公司 Method for automatically identifying operation points through DXF files
CN104239400A (en) * 2014-07-16 2014-12-24 沈阳航空航天大学 Method for converting DXF (Drawing Exchange File) file format into STL (STereoLithography) file format of primitive solid
CN106157238A (en) * 2015-05-13 2016-11-23 富士施乐株式会社 Expanded view generates system and launches drawing generating method
CN106249698A (en) * 2016-09-26 2016-12-21 武汉益模科技股份有限公司 Intelligent programming for wire cutting method and system based on three-dimensional graphics design platform
CN106294928A (en) * 2016-07-25 2017-01-04 上海柏楚电子科技有限公司 A kind of method identifying the surface of revolution expressed with rational B-spline surface form
CN108732990A (en) * 2018-04-24 2018-11-02 华侨大学 A kind of three-dimensional circle and elliptical angularly approach method
CN113111458A (en) * 2021-04-13 2021-07-13 合肥工业大学 DXF-based sheet metal part automatic identification and positioning method
CN114676484A (en) * 2022-04-01 2022-06-28 无锡海纳智能科技有限公司 Generation method of three-dimensional structure of photovoltaic power station, storage medium and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663160A (en) * 2012-03-16 2012-09-12 苏州芯禾电子科技有限公司 Method for constructing three-dimensional physical circuit design model

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663160A (en) * 2012-03-16 2012-09-12 苏州芯禾电子科技有限公司 Method for constructing three-dimensional physical circuit design model

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
张滢等: "STL、DXF等通用文件格式图形的真实感显示", 《小型微型计算机系统》 *
张滢等: "基于回转体CAD/CAPP结构的图形文件OpenGL处理技术研究", 《航空精密制造技术》 *
翟晓庆: "二维工程图的智能理解与三维重建研究", 《中国优秀博硕士学位论文全文数据库 (硕士) 工程科技Ⅱ辑》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103927425A (en) * 2014-05-06 2014-07-16 上海索广电子有限公司 Method for automatically identifying operation points through DXF files
CN103927425B (en) * 2014-05-06 2017-04-19 上海索广电子有限公司 Method for automatically identifying operation points through DXF files
CN104239400A (en) * 2014-07-16 2014-12-24 沈阳航空航天大学 Method for converting DXF (Drawing Exchange File) file format into STL (STereoLithography) file format of primitive solid
CN106157238A (en) * 2015-05-13 2016-11-23 富士施乐株式会社 Expanded view generates system and launches drawing generating method
CN106294928A (en) * 2016-07-25 2017-01-04 上海柏楚电子科技有限公司 A kind of method identifying the surface of revolution expressed with rational B-spline surface form
CN106249698A (en) * 2016-09-26 2016-12-21 武汉益模科技股份有限公司 Intelligent programming for wire cutting method and system based on three-dimensional graphics design platform
CN106249698B (en) * 2016-09-26 2019-02-05 武汉益模科技股份有限公司 Intelligent programming for wire cutting method and system based on three-dimensional graphics design platform
CN108732990A (en) * 2018-04-24 2018-11-02 华侨大学 A kind of three-dimensional circle and elliptical angularly approach method
CN108732990B (en) * 2018-04-24 2020-10-09 华侨大学 Equiangular approximation method for three-dimensional circle and ellipse
CN113111458A (en) * 2021-04-13 2021-07-13 合肥工业大学 DXF-based sheet metal part automatic identification and positioning method
CN113111458B (en) * 2021-04-13 2022-10-21 合肥工业大学 DXF-based sheet metal part automatic identification and positioning method
CN114676484A (en) * 2022-04-01 2022-06-28 无锡海纳智能科技有限公司 Generation method of three-dimensional structure of photovoltaic power station, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN103761376A (en) Two-dimensional DXF (drawing exchange file) format based three-dimensional realistic display method of parts
CN109685914B (en) Automatic surface supplementing method for sectioning contour based on triangular mesh model
EP2486462B1 (en) Method, computer system and computer program product for machining simulation and for visually presenting such simulation
CN104123747B (en) Multimode touch-control three-dimensional modeling method and system
Zhao Application of 3D CAD in landscape architecture design and optimization of hierarchical details
CN107168516A (en) Global climate vector field data method for visualizing based on VR and gesture interaction technology
CN101216863A (en) Three-dimensional visualized method for processing garments thermal comfort degree
CN105225272B (en) A kind of tri-dimensional entity modelling method based on the reconstruct of more contour line triangulation networks
CN110796732A (en) WebGL and C # based three-dimensional mine display method
CN107102991A (en) A kind of shaft tower parametric modeling method in three-dimension GIS system
Li RETRACTED ARTICLE: Research on the mechanism and influence factors of urban style building based on cloud computing logistics information
CN102074036A (en) Graphics processing unit (GPU) based accelerated dynamic sectioning method of volume data
CN101609565A (en) 3D solid boolean operation method based on the L-Rep model
CN103325086A (en) Deformation method of three-dimensional figure based on tetrahedron coordinate system
Xu et al. Research for 3D visualization of Digital City based on SketchUp and ArcGIS
CN106408644B (en) Three dimensions control cage arrangement method
Koca et al. A hybrid representation for modeling, interactive editing, and real-time visualization of terrains with volumetric features
CN113870406A (en) Free-form model making and material pasting method and readable storage medium
Qi Computer aided design simulation of 3D garden landscape based on virtual reality
Yuan et al. The Fusion Method of Virtual Reality Technology and 3D Movie Animation Design.
Adzhiev et al. Augmented sculpture: Computer ghosts of physical artifacts
Kang et al. Real-time cloud modelling and rendering approach based on L-system for flight simulation
Manohar Advances in volume graphics
Shakaev et al. View-Dependent Level of Detail for Real-Time Rendering of Large Isosurfaces
Musialski et al. Inverse-Procedural Methods for Urban Models.

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140430