Package mbdyn :: Module groups :: Class NodeGroup
[hide private]

Class NodeGroup

source code

               object --+        
                        |        
                     list --+    
                            |    
record.RecordBase --+       |    
                    |       |    
        record.Record --+   |    
                        |   |    
       common.BasicObject --+    
                            |    
                    ItemGroup --+
                                |
                               NodeGroup

A group (or list) of nodes. It will be set on the Nodes container, attribute of the Simulation, according to its attr_name, the attribute name defined at the beginning of the module.

Instance Methods [hide private]
 
__init__(self, mbdyn_key)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
add_node(self, node)
Add a node to the group, see 'add_item'
source code

Inherited from ItemGroup: add_item, get, get_from_label, get_number, set_labels, set_labels_auto, set_names_auto

Inherited from ItemGroup (private): _is_more_than_one_time

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__

Inherited from common.BasicObject: get_lines, get_mbdyn_instance, set_comment, set_label, set_name, set_simulation_ref

Inherited from record.Record: common_init_results, init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from record.RecordBase: collect_own_parameters, collect_parameters, set_own_para, set_parameters

Inherited from record.RecordBase (private): _collect_own_para

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mbdyn_key)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new list

Overrides: ItemGroup.__init__