Skip to content

571 feature request add basis for complex steel shapes #572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Conversation

GerjanDorgelo
Copy link
Contributor

@GerjanDorgelo GerjanDorgelo commented Apr 21, 2025

Description

Add basis for complex steel shapes, such as CHS, strips, and I-profiles. The idea is to build steel shapes from basic elemental shapes. The code has been set up like the reinforced concrete is: which is a rectangle (concrete) with inner circles (rebar). Steel elements such as I-profiles consist of 3 rectangles and 4 radii. A tube is just a single element. Using this method, it's rather easy to build your own shapes.

Also did some optimizations for speed regarding curves fix.

Fixes #571

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes

…tring representations in CHSSteelProfile and StripSteelProfile tests
…SteelCrossSection for improved shape representation
…odule path and add geometry tests for CHSSteelProfile and StripSteelProfile.
…y naming and enhance geometry handling; update tests accordingly.
@GerjanDorgelo GerjanDorgelo self-assigned this Apr 21, 2025
@GerjanDorgelo GerjanDorgelo linked an issue Apr 21, 2025 that may be closed by this pull request
3 tasks
Copy link

Thank you so much for contributing to Blueprints! This is your Pull Request # 16 to this project.
Your contributions help thousands of engineers work more efficiently and accurately.

Now that you've created your pull request, please don't go away; take a look at the bottom of this page for the automated checks that should already be running. If they pass, great! If not, please click on 'Details' and see if you can fix the problem they've identified. A maintainer should be along shortly to review your pull request and help get it added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[✨ Feature request]: Add basis for complex steel shapes and make plotter
2 participants