Add Flat Plate support to Tension Member module#410
Open
tsj2003 wants to merge 1 commit intoosdag-admin:devfrom
Open
Add Flat Plate support to Tension Member module#410tsj2003 wants to merge 1 commit intoosdag-admin:devfrom
tsj2003 wants to merge 1 commit intoosdag-admin:devfrom
Conversation
- Added 'Flat Plate' option to VALUES_SEC_PROFILE_TENSION in Common.py - Implemented dynamic field visibility controls for flat plate connections: * Width field: enabled only for flat plates, disabled for other connections * Length field: disabled only for flat plates, enabled for other connections * Thickness fields: enabled only for flat plates, disabled for other connections - Added field visibility control methods with proper boolean returns - Updated validation logic to skip disabled fields during design checks - Ensured existing connection types remain fully functional and undisturbed - Isolated flat plate logic to prevent interference with legacy connections This enhancement allows users to design flat plate tension members while maintaining backward compatibility with existing connection types.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added 'Flat Plate' option to VALUES_SEC_PROFILE_TENSION in Common.py
Updated validation logic to skip disabled fields during design checks