# ‘.tdr’ 로 부터 ‘.dat’ , ‘.grd’ file 얻기
-dd : Converts TDR file to DF-ISE files.
(ex) tdx –dd n7_des.tdr n7_des.dat , n7_des.grd
# Simple Structure n1_STI : Info, Data { CoordSystem, Vertices, …
.grd file format
DF-ISE text
Info {
version = 1.1
type = grid
dimension = 3
nb_vertices = 7287
nb_edges = 46136
nb_faces = 75450
nb_elements = 39000
nb_regions = 5
regions = [ "Silicon_1" "Gas_1" "Oxide_1" "Oxide_1+Silicon_1" "Gas_1+Oxide_1" ]
materials = [ Silicon Gas Oxide Interface Interface ]
}
Data {
CoordSystem {
translate = [ 0.000000000000000e+00 0.000000000000000e+00 0.000000000000000e+00 ]
transform = [ 1.000000000000000e+00 0.000000000000000e+00 0.000000000000000e+00
0.000000000000000e+00 1.000000000000000e+00 0.000000000000000e+00
0.000000000000000e+00 0.000000000000000e+00 1.000000000000000e+00
]
}
Vertices (7287) {
5.307692500000001e-01 3.000000000000000e-01 5.000000000000000e-02
-2.625012500000000e-02 1.000000000000000e+00 0.000000000000000e+00
5.935999000000000e-02 2.000000000000000e-01 0.000000000000000e+00
4.502484000000000e-01 3.500000000000000e-01 1.000000000000000e-01
'Solution > Qt Programming' 카테고리의 다른 글
[Qt] Mdiwindow 상태에서 '.obj' file 을 읽고 OpenGL 로 그리기 (0) | 2023.10.07 |
---|---|
[Qt] GLWidget class inherited from MDIWindow and MainWindow (0) | 2023.09.28 |
[Qt] Rotating Teapot in MDI Window (0) | 2023.08.26 |
[Qt] Drawing a triangle in a sub-window with Open-GL (0) | 2023.08.05 |
[Qt] Window에서 QGLWidget 기반 OpenGL 적용 (0) | 2023.08.04 |