GMS:Building Solids and 3D Meshes with TINs: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
TINs can be used to build three-dimensional solid models of the soil layers. The transformation from TINs to solids is accomplished using a TIN extrusion and [[GMS:Set Operations|set operation]] procedure illustrated in two dimensions in the following figure. A two-dimensional cross section of three TINs, labeled p, q, and r, is shown in part a. | TINs can be used to build three-dimensional solid models of the soil layers. The transformation from TINs to solids is accomplished using a TIN extrusion and [[GMS:Set Operations|set operation]] procedure illustrated in two dimensions in the following figure. A two-dimensional cross section of three TINs, labeled p, q, and r, is shown in part a. | ||
[[Image:stratigmod.gif | [[Image:stratigmod.gif|frame|center|''The TIN Extrusion and Set Operation Process. (a) Sample TINs. (b) Extrusion of Surfaces Into Solids. (c) Creation of Layers Through Set Operations. (d) Completed Solid Model of Soil Stratigraphy.'']] | ||
''The TIN Extrusion and Set Operation Process. (a) Sample TINs. (b) Extrusion of Surfaces Into Solids. (c) Creation of Layers Through Set Operations. (d) Completed Solid Model of Soil Stratigraphy.'' | |||
The TINs are converted into temporary solid primitives that represent approximations of the soil layers. The conversion is accomplished by projecting the outer boundary (perimeter) of each TIN down to a horizontal plane. This can be thought of as an extrusion process where a two-dimensional surface is extruded into a three-dimensional solid. A three-dimensional illustration of this process is shown in the figure below. | The TINs are converted into temporary solid primitives that represent approximations of the soil layers. The conversion is accomplished by projecting the outer boundary (perimeter) of each TIN down to a horizontal plane. This can be thought of as an extrusion process where a two-dimensional surface is extruded into a three-dimensional solid. A three-dimensional illustration of this process is shown in the figure below. | ||
Line 24: | Line 22: | ||
Boundaries are created around the perimeter of the solid and one large boundary is created at the base of the solid. The elevation of the horizontal plane is chosen so that the resulting solid is below the lowest point of interest. A series of two-dimensional cross sections of the primitive solids P, Q, and R formed by extruding the TINs in part a of the figure above is shown in part b. | Boundaries are created around the perimeter of the solid and one large boundary is created at the base of the solid. The elevation of the horizontal plane is chosen so that the resulting solid is below the lowest point of interest. A series of two-dimensional cross sections of the primitive solids P, Q, and R formed by extruding the TINs in part a of the figure above is shown in part b. | ||
[[Image:extrusion.gif|frame|right|''3D TIN Extrusion (a) Surface Representing a Soil Interface Defined by a Triangulated Irregular Network. (b) Conversion of the Surface in (a) to a Solid by Extruding the Perimeter of the TIN.''|250px]] | |||
The final step of the modeling process consists of combining the primitive solids to form solid models of the soil layers. This is accomplished using set operations. Portions of the solids that overlap other solids are "trimmed" away and adjacent solids are forced to match precisely at the boundaries. This step of the modeling process is illustrated in part c. Primitive Q is subtracted from primitive P to produce the temporary solid P-Q. Primitive R is then subtracted from P-Q to produce the solid P'. The solid Q' is formed by subtracting primitive R from primitive Q. The primitive R does not intersect other solids and needs no trimming. Cross sections of the completed solid models of the soil layers are shown in part d. | The final step of the modeling process consists of combining the primitive solids to form solid models of the soil layers. This is accomplished using set operations. Portions of the solids that overlap other solids are "trimmed" away and adjacent solids are forced to match precisely at the boundaries. This step of the modeling process is illustrated in part c. Primitive Q is subtracted from primitive P to produce the temporary solid P-Q. Primitive R is then subtracted from P-Q to produce the solid P'. The solid Q' is formed by subtracting primitive R from primitive Q. The primitive R does not intersect other solids and needs no trimming. Cross sections of the completed solid models of the soil layers are shown in part d. | ||
The combination extrusion/set operation process can be simplified in some cases. For example, within GMS it is possible to create solid P' directly by "filling" between TIN p and the two TINs q and r. GMS accomplishes this by combining the process described above for creating solid P' into a single operation. The user simply selects TINs p, q, and r and performs the '''''Fill Between TINs -> Solid''''' command in the Build '''''TINs''''' menu of the [[GMS:TIN Module|TIN]] module. | The combination extrusion/set operation process can be simplified in some cases. For example, within GMS it is possible to create solid P' directly by "filling" between TIN p and the two TINs q and r. GMS accomplishes this by combining the process described above for creating solid P' into a single operation. The user simply selects TINs p, q, and r and performs the '''''Fill Between TINs -> Solid''''' command in the Build '''''TINs''''' menu of the [[GMS:TIN Module|TIN]] module. | ||
The combination of [[GMS:TIN Module#Editing a TIN|TIN editing]], TIN extrusion, and [[GMS:Set Operations|set operations]] represents a powerful and flexible tool that makes it possible to model complex stratigraphic relationships such as truncations, faults, embedded seams, and pinchout zones. Once the models are constructed, the volumes of the solids can be viewed using the Get Info command in the File menu. In addition, the models can be further modified using set operations to simulate complex excavations. Cross sections and fence diagrams can be constructed from the solid models at any location and at any orientation. | The combination of [[GMS:TIN Module#Editing a TIN|TIN editing]], TIN extrusion, and [[GMS:Set Operations|set operations]] represents a powerful and flexible tool that makes it possible to model complex stratigraphic relationships such as truncations, faults, embedded seams, and pinchout zones. Once the models are constructed, the volumes of the solids can be viewed using the Get Info command in the File menu. In addition, the models can be further modified using set operations to simulate complex excavations. Cross sections and fence diagrams can be constructed from the solid models at any location and at any orientation. |