Files
create/src/Mod/PartDesign/Resources/Hole/iso10642.json
donovaly 68673c6ad1 [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

22 lines
667 B
JSON

{
"name": "ISO 10642",
"cut_type": "countersink",
"thread_type": "metric",
"angle": 90,
"data": [
{ "thread": "M1.6", "diameter": 3.6 },
{ "thread": "M2", "diameter": 4.5 },
{ "thread": "M2.5", "diameter": 5.6 },
{ "thread": "M3", "diameter": 6.7 },
{ "thread": "M4", "diameter": 9.0 },
{ "thread": "M5", "diameter": 12.2 },
{ "thread": "M6", "diameter": 13.5 },
{ "thread": "M8", "diameter": 18.0 },
{ "thread": "M10", "diameter": 22.4 },
{ "thread": "M12", "diameter": 26.8 },
{ "thread": "M14", "diameter": 30.9 },
{ "thread": "M16", "diameter": 33.6 },
{ "thread": "M20", "diameter": 40.3 }
]
}