Example #1
0
 def execute(self, obj):
     Subsystem.execute(self, obj)
     SubsystemShear.execute(self, obj)
     SubsystemStructural.execute(self, obj)
Example #2
0
 def __init__(self, obj, component):
     Subsystem.__init__(self, obj, component)
     SubsystemShear.__init__(self, obj)
     SubsystemStructural.__init__(self, obj)
Example #3
0
 def onChanged(self, obj, prop):
     Subsystem.onChanged(self, obj, prop)
     SubsystemShear.onChanged(self, obj, prop)
     SubsystemStructural.onChanged(self, obj, prop)