-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefine_4_user_ellipses.dat
80 lines (67 loc) · 2.25 KB
/
define_4_user_ellipses.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/************************* USER DEFINED ELLIPSES ***************************/
/*****************************************************************************/
/*****************************************************************************/
//Number of User Defined Ellipses
/*****************************************************************************/
nUserEll: 4
/*****************************************************************************/
//Radius for each ellipse (one per line)
/*****************************************************************************/
Radii:
600
1000
600
600
/*****************************************************************************/
//Apect Ratio for each ellipse (one per line)
/*****************************************************************************/
Aspect_Ratio:
1
0.65
1
1
/*****************************************************************************/
//Angle Option: 0 - All angles in radians
// 1 - All angles in degrees
/*****************************************************************************/
AngleOption:
1
1
1
1
/*****************************************************************************/
//Rotation around center for each ellipse (one per line)
/*****************************************************************************/
Beta:
0
0
0
0
/*****************************************************************************/
//Translation of each ellipse according to its center {x,y,z} (one per line)
/*****************************************************************************/
Translation:
{-400,0,200}
{0,0,0}
{400,0,200}
{400,0,-400}
/*****************************************************************************/
// userOrientationOption:
// 0 - Normal Vector -> Normal {x,y,z}
// 1 - Trend / Plunge -> Trend_Plunge {trend, plunge} -> Must be degrees
// 2 - Dip / Strike - > Dip_Strike {dip, strike} -> Must be degrees
/*****************************************************************************/
userOrientationOption: 0
/*****************************************************************************/
//Normal Vecor for each ellipse (one per line)
/*****************************************************************************/
Normal:
{30,15,60}
{95,5,0}
{30,15,60}
{30,15,60}
Number_of_Vertices:
5
5
5
5