https://github.com/konstantin8105/section
cross section property
https://github.com/konstantin8105/section
area cross-section elastic moment-inertia plastic
Last synced: 4 days ago
JSON representation
cross section property
- Host: GitHub
- URL: https://github.com/konstantin8105/section
- Owner: Konstantin8105
- License: mit
- Created: 2020-06-01T21:21:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T19:31:30.000Z (3 months ago)
- Last Synced: 2025-07-14T23:55:06.975Z (3 months ago)
- Topics: area, cross-section, elastic, moment-inertia, plastic
- Language: Go
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# section
cross section propertyCoverage
```cmd
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
```