-
Notifications
You must be signed in to change notification settings - Fork 0
/
partst.txt
57 lines (37 loc) · 1001 Bytes
/
partst.txt
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
# OBLIQUELY TRUNCATED CONE: ----------------------------------
# cone opening anglecone opening angle
coa=30
#cone wall thickness:
cwt=.1
#cutting plane center height (in z-dir):
cpch=.5
#cutting plan surface normal angle with z-axis, (rot. about y-ax):
cpna=35
#EAR CANAL: ------------------------------------------------
#canal insertion point on cone wall, height:
cnlh=0.25
#canal insertion point on cone wall, azimuth angle:
cnla=30
#canal length:
cnll=0.4
# canal diameter:
cnld=0.1
#FLAP: ------------------------------------------------------
#flap cut plane center height (in z-dir):
fpch=.5
#flap cut plane surface normal (nx,ny,nz):
fpn=0,0,1
#flap height:
fh=.1
#flap thickness:
ft=0.2
#flap depth:
fd=0.2
#flap center angle:
fca=135
#OTHERS: ----------------------------------------------------
#boundaries for evaluation of implicit function:
#(min x, max x, min y, max y, min z, max z)
bnd=-.75,.75,-.7,.7,0,1.1
voxel scale (uniform in each direction):
scl=0.01