-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntexThreads.xml
More file actions
56 lines (54 loc) · 1.6 KB
/
IntexThreads.xml
File metadata and controls
56 lines (54 loc) · 1.6 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ThreadType>
<Name>Intex Threads</Name>
<CustomName>Intex Threads</CustomName>
<Unit>mm</Unit>
<Angle>60</Angle>
<ThreadForm>1</ThreadForm>
<SortOrder>50</SortOrder>
<ThreadSize>
<Size>60</Size>
<Designation>
<ThreadDesignation>INTEX-60x2.5</ThreadDesignation>
<CTD>INTEX-60x2.5</CTD>
<Pitch>2.5</Pitch>
<Thread>
<Gender>internal</Gender>
<Class>standard</Class>
<MajorDia>59.993</MajorDia>
<PitchDia>58.65</PitchDia>
<MinorDia>57.397</MinorDia>
</Thread>
<Thread>
<Gender>external</Gender>
<Class>standard</Class>
<MajorDia>59.88</MajorDia> <!-- slightly smaller than 59.993 -->
<PitchDia>58.47</PitchDia> <!-- undersized to ensure fit -->
<MinorDia>56.95</MinorDia> <!-- safely below internal minor -->
</Thread>
</Designation>
</ThreadSize>
<ThreadSize>
<Size>33.5</Size>
<Designation>
<ThreadDesignation>POOL-33.5x2.2</ThreadDesignation>
<Pitch>2.25</Pitch>
<!-- Internal thread (female) -->
<Thread>
<Gender>internal</Gender>
<Class>standard</Class>
<MajorDia>35.5</MajorDia>
<PitchDia>34.5</PitchDia>
<MinorDia>33.5</MinorDia>
</Thread>
<!-- External thread (male) -->
<Thread>
<Gender>external</Gender>
<Class>standard</Class>
<MajorDia>34.4</MajorDia>
<PitchDia>33.55</PitchDia>
<MinorDia>32.4</MinorDia>
</Thread>
</Designation>
</ThreadSize>
</ThreadType>