Skip to content

Commit

Permalink
add repr to connectorsection
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Feb 5, 2024
1 parent 488b182 commit 9890a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ada/fem/sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,6 @@ def plastic_comp(self) -> _T_P:
@property
def rigid_dofs(self) -> _T_R:
return self._rigid_dofs

def __repr__(self):
return f"ConnectorSection({self.name})"

0 comments on commit 9890a08

Please sign in to comment.