Skip to content

Commit 657ffe3

Browse files
Add concrete stairwell geometry
1 parent 597ffa4 commit 657ffe3

File tree

3 files changed

+337
-17
lines changed

3 files changed

+337
-17
lines changed

docs/user_guide/geometry.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ Concrete Sections
313313
~sectionproperties.pre.library.concrete_sections.single_lift_core
314314
~sectionproperties.pre.library.concrete_sections.double_lift_core_a
315315
~sectionproperties.pre.library.concrete_sections.double_lift_core_b
316+
~sectionproperties.pre.library.concrete_sections.stairwell
316317

317318
.. _label-bridge-library:
318319

src/sectionproperties/pre/library/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
double_lift_core_b,
1616
rectangular_wall,
1717
single_lift_core,
18+
stairwell,
1819
tee_wall,
1920
)
2021
from sectionproperties.pre.library.nastran_sections import (

0 commit comments

Comments
 (0)