Files
create/src/Mod/PartDesign/Resources/Hole/iso4762.json
donovaly 58168f4e89 [PD] more hole cut work
- add definitions for IS 2009, 7046 and 12474
- remove useless file for a ISO 14583 since there are no such screws on the market
- rename "coarse" to "regular" since this what it actually is according to the norms
- uniform the x1 threads (for x2.0 etc we use a trailing zero and for some we use x1, for some already x1.0, thus consistently use x1.0)
- add some ISO 10642 entries
- correct ISO 4762:
  - correct some values
  - the does does not define a size M27
  - add the two missing sizes
2020-11-12 17:41:53 +01:00

32 lines
1.4 KiB
JSON

{
"name": "ISO 4762",
"cut_type": "counterbore",
"thread_type": "metric",
"data": [
{ "thread": "M1.6", "diameter": 3.5, "depth": 1.7 },
{ "thread": "M2", "diameter": 4.3, "depth": 2.1 },
{ "thread": "M2.5", "diameter": 5.0, "depth": 3.0 },
{ "thread": "M3", "diameter": 6.0, "depth": 3.4 },
{ "thread": "M3.5", "diameter": 6.5, "depth": 3.9 },
{ "thread": "M4", "diameter": 8.0, "depth": 4.4 },
{ "thread": "M5", "diameter": 10.0, "depth": 5.4 },
{ "thread": "M6", "diameter": 11.0, "depth": 6.4 },
{ "thread": "M8", "diameter": 15.0, "depth": 8.6 },
{ "thread": "M10", "diameter": 18.0, "depth": 10.6 },
{ "thread": "M12", "diameter": 20.0, "depth": 12.6 },
{ "thread": "M14", "diameter": 24.0, "depth": 14.6 },
{ "thread": "M16", "diameter": 26.0, "depth": 16.6 },
{ "thread": "M18", "diameter": 30.0, "depth": 18.6 },
{ "thread": "M20", "diameter": 33.0, "depth": 20.6 },
{ "thread": "M22", "diameter": 36.0, "depth": 22.8 },
{ "thread": "M24", "diameter": 40.0, "depth": 24.8 },
{ "thread": "M30", "diameter": 50.0, "depth": 31.0 },
{ "thread": "M33", "diameter": 54.0, "depth": 34.0 },
{ "thread": "M36", "diameter": 58.0, "depth": 37.0 },
{ "thread": "M42", "diameter": 69.0, "depth": 43.0 },
{ "thread": "M48", "diameter": 78.0, "depth": 49.0 },
{ "thread": "M54", "diameter": 90.0, "depth": 55.0 },
{ "thread": "M64", "diameter": 103.0, "depth": 65.0 }
]
}