omdl
v0.9.5
OpenSCAD Mechanical Design Library
iso_7089.scad
Go to the documentation of this file.
1
//! [metric/washers] Standard flat washer; ISO 7089; DIN 125 A.
2
/***************************************************************************/
/**
3
\file
4
\author Roy Allen Sutton
5
\date 2024
6
7
\copyright
8
9
This file is part of [omdl] (https://github.com/royasutton/omdl),
10
an OpenSCAD mechanical design library.
11
12
The \em omdl is free software; you can redistribute it and/or modify
13
it under the terms of the [GNU Lesser General Public License]
14
(http://www.gnu.org/licenses/lgpl.html) as published by the Free
15
Software Foundation; either version 2.1 of the License, or (at
16
your option) any later version.
17
18
The \em omdl is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
Lesser General Public License for more details.
22
23
You should have received a copy of the GNU Lesser General Public
24
License along with the \em omdl; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26
02110-1301, USA; or see <http://www.gnu.org/licenses/>.
27
28
\details
29
30
\amu_define group_name (ISO 7089)
31
\amu_define group_brief ([metric/washers] Standard flat washer; ISO 7089; DIN 125 A.)
32
33
\amu_include (include/amu/pgid_path_pstem_pg.amu)
34
\amu_text parent (${parent}_Metric_Washers)
35
*******************************************************************************/
36
37
//----------------------------------------------------------------------------//
38
39
/***************************************************************************/
/**
40
\amu_include (include/amu/group_in_parent_start.amu)
41
\amu_include (include/amu/includes_required.amu)
42
43
\details
44
45
\amu_copy (files="diagrams/washer_flat.svg" types="html,latex")
46
\amu_text
47
(
48
\image html ${PATH_NAME}/diagrams/washer_flat.svg "parameters"
49
\image latex ${PATH_NAME}/diagrams/washer_flat.svg "parameters"
50
)
51
52
\amu_define output_scad (false)
53
\amu_define output_console (false)
54
55
\amu_define title (Standard flat washer)
56
\amu_define notes_table ()
57
58
\amu_include (include/amu/scope_table.amu)
59
60
\note The measurements in the table above are shown with:
61
\c length_unit_base="mm". These measurements will
62
convert when the base units are changed. See \ref units_length
63
for more information on setting the base units.
64
65
| References: |
66
|:----------------|
67
| ISO 7089 |
68
| DIN 125 A |
69
| [fasteners.eu] |
70
71
[fasteners.eu]: https://www.fasteners.eu/standards/ISO/7089/
72
*******************************************************************************/
73
74
//! <map> ISO 7089 fastener data table columns map.
75
//! \hideinitializer
76
dtc_fastener_metric_washers_iso_7089
=
77
[
78
[
"ns"
,
"nominal size"
],
79
[
"id_max"
,
"internal diameter"
],
80
[
"id_min"
,
"internal diameter"
],
81
[
"od_max"
,
"outside diameter"
],
82
[
"od_min"
,
"outside diameter"
],
83
[
"t_max"
,
"thickness"
],
84
[
"t_min"
,
"thickness"
]
85
];
86
87
//! <table> ISO 7089 fastener data table rows.
88
//! \hideinitializer
89
dtr_fastener_metric_washers_iso_7089
=
90
[
91
[
"1.6"
,
l_mm
( 1.84),
l_mm
( 1.7),
l_mm
( 4),
l_mm
( 3.70),
l_mm
(0.35),
l_mm
(0.25)],
92
[
"2"
,
l_mm
( 2.34),
l_mm
( 2.2),
l_mm
( 5),
l_mm
( 4.70),
l_mm
(0.35),
l_mm
(0.25)],
93
[
"2.5"
,
l_mm
( 2.84),
l_mm
( 2.7),
l_mm
( 6),
l_mm
( 5.70),
l_mm
(0.55),
l_mm
(0.45)],
94
[
"3"
,
l_mm
( 3.38),
l_mm
( 3.2),
l_mm
( 7),
l_mm
( 6.64),
l_mm
(0.55),
l_mm
(0.45)],
95
[
"3.5"
,
l_mm
( 3.88),
l_mm
( 3.7),
l_mm
( 8),
l_mm
( 7.64),
l_mm
(0.55),
l_mm
(0.45)],
96
[
"4"
,
l_mm
( 4.48),
l_mm
( 4.3),
l_mm
( 9),
l_mm
( 8.64),
l_mm
(0.90),
l_mm
(0.70)],
97
[
"5"
,
l_mm
( 5.48),
l_mm
( 5.3),
l_mm
( 10),
l_mm
( 9.64),
l_mm
(1.10),
l_mm
(0.90)],
98
[
"6"
,
l_mm
( 6.62),
l_mm
( 6.4),
l_mm
( 12),
l_mm
(11.57),
l_mm
(1.80),
l_mm
(1.40)],
99
[
"8"
,
l_mm
( 8.62),
l_mm
( 8.4),
l_mm
( 16),
l_mm
(15.57),
l_mm
(1.80),
l_mm
(1.40)],
100
[
"10"
,
l_mm
(10.77),
l_mm
(10.5),
l_mm
( 20),
l_mm
(19.48),
l_mm
(2.20),
l_mm
(1.80)],
101
[
"12"
,
l_mm
(13.27),
l_mm
(13.0),
l_mm
( 24),
l_mm
(23.48),
l_mm
(2.70),
l_mm
(2.30)],
102
[
"14"
,
l_mm
(15.27),
l_mm
(15.0),
l_mm
( 28),
l_mm
(27.48),
l_mm
(2.70),
l_mm
(2.30)],
103
[
"16"
,
l_mm
(17.27),
l_mm
(17.0),
l_mm
( 30),
l_mm
(29.48),
l_mm
(3.30),
l_mm
(2.70)],
104
[
"20"
,
l_mm
(21.33),
l_mm
(21.0),
l_mm
( 37),
l_mm
(36.38),
l_mm
(3.30),
l_mm
(2.70)],
105
[
"24"
,
l_mm
(25.33),
l_mm
(25.0),
l_mm
( 44),
l_mm
(43.38),
l_mm
(4.30),
l_mm
(3.70)],
106
[
"30"
,
l_mm
(31.39),
l_mm
(31.0),
l_mm
( 56),
l_mm
(55.26),
l_mm
(4.30),
l_mm
(3.70)],
107
[
"36"
,
l_mm
(37.62),
l_mm
(37.0),
l_mm
( 66),
l_mm
(64.80),
l_mm
(5.60),
l_mm
(4.40)]
108
];
109
110
//! @}
111
//! @}
112
113
//----------------------------------------------------------------------------//
114
// openscad-amu auxiliary scripts
115
//----------------------------------------------------------------------------//
116
117
/*
118
BEGIN_SCOPE table;
119
BEGIN_OPENSCAD;
120
include <omdl-base.scad>;
121
include <database/component/fastener/iso_7089.scad>;
122
123
// temporary override for table presentation.
124
// function l_mm(v) = round_s(length(v,"mm"), 4);
125
126
length_unit_base = "mm";
127
128
n = true; // number
129
hi = true; // include heading id
130
ht = true; // include heading description
131
132
tr = dtr_fastener_metric_washers_iso_7089;
133
tc = dtc_fastener_metric_washers_iso_7089;
134
135
table_write( tr, tc, number=n, heading_id=hi, heading_text=ht );
136
137
// end_include
138
END_OPENSCAD;
139
140
BEGIN_MFSCRIPT;
141
include --path "${INCLUDE_PATH}" {var_init,var_gen_term}.mfs;
142
include --path "${INCLUDE_PATH}" scr_make_mf.mfs;
143
END_MFSCRIPT;
144
END_SCOPE;
145
*/
146
147
//----------------------------------------------------------------------------//
148
// end of file
149
//----------------------------------------------------------------------------//
dtr_fastener_metric_washers_iso_7089
dtr_fastener_metric_washers_iso_7089
Definition:
iso_7089.scad:296
dtc_fastener_metric_washers_iso_7089
dtc_fastener_metric_washers_iso_7089
Definition:
iso_7089.scad:283
l_mm
function l_mm(v)
Shorthand length conversion for millimeters.
database
component
fastener
iso_7089.scad
Generated on Thu Nov 14 2024 11:12:05 for omdl by
doxygen
with
openscad-amu