Package mbdyn :: Package bindings :: Module groups :: Class Forces
[hide private]

Class Forces

source code

object --+            
         |            
      list --+        
             |        
     ItemGroup --+    
                 |    
      ElementGroup --+
                     |
                    Forces

The "FORCE" element group

Instance Methods [hide private]
 
convert(self, convert_to_group_class)
Convert a common element reference to the most specific one
source code
 
_get_new_type(self, elt)
Return the new force instance
source code
 
_has_specific_type(self, elt)
Test if there is a conversion function on the SWIG module for converting the reference to a more specific one
source code
 
_try_specific_type(self)
Try to get the lowest part of the MBDyn polymorphism, when differents types exist inside the same group.
source code

Inherited from ElementGroup: __init__

Inherited from ItemGroup: add_item, clean_and_copy, common_conversion, get_from_label

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

convert(self, convert_to_group_class)

source code 
Convert a common element reference to the most specific one
Overrides: ItemGroup.convert

_try_specific_type(self)

source code 
Try to get the lowest part of the MBDyn polymorphism, when differents types exist inside the same group. Example: conservative and follower forces for this force group