CrossSection.Net

CrossSection.Net is a C# package for the analysis of arbitrary cross sections using finite elements. This project is based on a python package written by Robbie van Leeuwen https://github.com/robbievanleeuwen/section-properties. CrossSection.Net uses Triangle.NET for section triangulation https://archive.codeplex.com/?p=triangle.

Current Capabilities:

Validation:

The output from CrossSection.Net has been validated against the output from the Python package and other software.

Peformance:

Optimization to many parts of the code has been done to make the calculation speed as fast as possible. The finer the mesh the more time is required for the calculation. If you don’t need the warping or plastic section properties, you can switch the calculation of these off to speed up the calculation. Use the solution settings to control the mesh size and the flags to switch ON/Off the calculation of the warping and plastic properties.