Skip to content

Commit

Permalink
support T-girders
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Nov 5, 2024
1 parent 5d5f4bd commit 8e5bde9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ada/cadit/gxml/write/write_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def add_sections(root: ET.Element, part: Part):
add_i_section(section, sections_elem)
elif section.type == section.TYPES.IPROFILE and section.w_btn != section.w_top:
add_unsymm_i_section(section, sections_elem)
elif section.type == section.TYPES.TPROFILE and section.w_btn != section.w_top:
add_unsymm_i_section(section, sections_elem)
elif section.type == section.TYPES.BOX:
add_box_section(section, sections_elem)
elif section.type == section.TYPES.CHANNEL:
Expand Down

0 comments on commit 8e5bde9

Please sign in to comment.