Skip to content

More profile sections in Arch

Jonathan Wiedemann requested to merge github/fork/GreatApo/master into master

Created by: GreatApo

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.
Note: If you don't have wiki access, then please mention your contribution on the 0.19 Changelog Forum Thread.


Change-log: Added more profile sections in Arch:

  • Added all Circular Hollow Sections (CHS)
  • Added all British Universal Columns (UC)
  • Added all British Universal Beams (UB)
  • Added missing Rectangular Hollow Section (RHS)

Verification: To test, replace the "src/Mod/Arch/Presets/profiles.csv", open FreeCAD, go to Arch/BIM, click to place a structural element, select one of the new sections... enjoy.

Relevant issue: https://github.com/yorikvanhavre/BIM_Workbench/issues/24

Merge request reports