Skip to main content

Python Section Property Calculator

Project description

pysectprop

Python Section Property Calculator

Section properties can be calculated used and displayed from standard section geometry inputs.

Example - Omega Section - test_omegasection.py:

#%%
# Import Dependencies
from IPython.display import display
from pysectprop.extruded import OmegaSection

#%%
# Create Section
omsect = OmegaSection(20.0, 1.6, 20.0, 1.6, 10.0, 1.6, rf=0.0, rl=0.0)

#%%
# Display Section Properties
display(omsect)

#%%
# Plot Section
ax = omsect.plot()

Output:

Omega-Section

hw (mm) tw (mm) wf (mm) tf (mm) wl (mm) tl (mm) rf (mm) rl (mm)
20.0 1.6 20.0 1.6 10.0 1.6 0.0 0.0
A (mm2) Ay (mm3) Az (mm3) cy (mm) cz (mm) Ayy (mm4) Azz (mm4) Ayz (mm4)
117.8 0 1178 0.0 10.0 11641 18471 0
Iyy (mm4) Izz (mm4) Iyz (mm4) θp (°) Iyp (mm4) Izp (mm4)
6695 11641 0 0.0 6695 11641

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysectprop-0.1.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

pysectprop-0.1.0-py3-none-any.whl (31.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page