You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# AnySection
1
+
<imgsrc="assets/ico/tool-logo.png"height="52pt">
2
2
3
-
A powerful web tool for calculating phisical and mechanical properties of standard geometry bars.
3
+
AnySection is a powerful web tool for calculating phisical and mechanical properties of standard geometry bars.
4
4
5
5
Can be used by designers and engineers as a quick estimation tool, as well as by students as a geometry tool, or simply to find material data from the database.
6
6
@@ -34,11 +34,12 @@ A button for getting back to the main page is provided on every profile page, di
34
34
35
35
## Known bugs and issues
36
36
37
-
#### Ellipse perimeter not precise
37
+
#### Ellipse perimeter not exact
38
38
39
-
The formula used to get the perimeter is not the best available.
40
-
The more "squished" the ellipse, the more imprecise the result.
41
-
Will be fixed in next versions.
39
+
The formula used to get the perimeter is not an exact calculation, however is roughly the best approximation available.
40
+
Notice that the more "squished" the ellipse, the more imprecise the result.
41
+
The formula has been updated to a better one - this one - in version 1.2 and the approximation is totally suitable for the intended use of this tool.
42
+
This might mean that it won't be upgraded to an even more precise calculation (infinite series are not infinite in programming).
42
43
43
44
## Next improvements to be added
44
45
@@ -47,7 +48,6 @@ Note: _The order of this list might not match the order these features will be a
47
48
- More materials in the database
48
49
- Materials divided in groups, in order to filter the available ones
49
50
- Result finder (let the program change an input to return a specific result)
50
-
- Limiting inputs to positive values
51
51
- Limiting inputs to generate valid geometry (e.g. a tube D=10, t=6 is not valid)
52
52
- Canvas to see the shape change dynamically while typing and changing data
53
53
- Shape will be downloadable in many file formats, to speed up engineers' work
@@ -72,6 +72,15 @@ _Work Time: 1h_
72
72
- Fixed issue #1 - Favicon not working.
73
73
- Added a dimension swapper button for rectangles and ellipses. Click it to swap width and height rapidly.
0 commit comments