Skip to content

Commit ecb7c5c

Browse files
committed
Removed unnecessary physical member code
1 parent 488f27b commit ecb7c5c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

PyNite/PhysMember.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,14 +418,6 @@ def rel_deflection(self, Direction, x, combo_name='Combo 1'):
418418
member, x_mod = self.find_member(x)
419419
return member.rel_deflection(Direction, x_mod, combo_name)
420420

421-
def _segment_member(self, combo_name='Combo 1'):
422-
"""
423-
Divides the element up into mathematically continuous segments along each axis
424-
"""
425-
426-
for member in self.sub_members.values():
427-
member._segment_member(combo_name)
428-
429421
def find_member(self, x):
430422
"""
431423
Returns the sub-member that the physical member's local point 'x' lies on, and 'x' modified for that sub-member's

0 commit comments

Comments
 (0)