ISections 1.0.9
dotnet add package ISections --version 1.0.9
NuGet\Install-Package ISections -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ISections" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ISections" Version="1.0.9" />
<PackageReference Include="ISections" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ISections --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ISections, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ISections@1.0.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ISections&version=1.0.9
#tool nuget:?package=ISections&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ISections
A catalog of European steel I-section profiles (HEA, HEAA, HEB, HEM, IPE) with geometric and mechanical properties.
Usage
using ISections;
ISection profile = ISection.Get("HE-A", 200);
Console.WriteLine(profile.Name); // HE 200 A
Console.WriteLine(profile.G); // 42.3 kg/m
Console.WriteLine(profile.A); // 53.8 cm²
Console.WriteLine(profile.Iy); // 3692 cm⁴
ISection.Get throws ArgumentException when the series/size combination does not exist.
Available Series
| Series | Description |
|---|---|
| IPE | European standard I-sections |
| HE-A | Wide flange, series A (light) |
| HE-AA | Wide flange, series AA (extra light) |
| HE-B | Wide flange, series B (medium) |
| HE-M | Wide flange, series M (heavy) |
Properties
| Property | Description | Unit |
|---|---|---|
Series |
Profile series | — |
Size |
Nominal size | mm |
Name |
Full designation (e.g. HE 200 A) |
— |
h |
Total height | mm |
w |
Total width | mm |
tw |
Web thickness | mm |
tf |
Flange thickness | mm |
r |
Root radius | mm |
A |
Cross-sectional area | cm² |
Iy |
Second moment of area (strong axis) | cm⁴ |
Wely |
Elastic moment of resistance (strong axis) | cm³ |
Wply |
Plastic moment of resistance (strong axis) | cm³ |
iy |
Radius of gyration (strong axis) | cm |
Iz |
Second moment of area (weak axis) | cm⁴ |
Welz |
Elastic moment of resistance (weak axis) | cm³ |
Wplz |
Plastic moment of resistance (weak axis) | cm³ |
iz |
Radius of gyration (weak axis) | cm |
G |
Mass per unit length | kg/m |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.