Package mbdyn :: Package bindings :: Module elements :: Class Rotor
[hide private]

Class Rotor

source code

basic_objects.BasicObject --+    
                            |    
        basic_objects.Element --+
                                |
                               Rotor

General class of the "ROTOR" group

Instance Methods [hide private]
 
__init__(self, protor)
The C++ instance reference is supposed to be received in the constructor because this object will represent a MBDyn node, element or reference frame
source code

Inherited from basic_objects.Element: __repr__

Inherited from basic_objects.BasicObject: get_label, set_c_inst

Method Details [hide private]

__init__(self, protor)
(Constructor)

source code 
The C++ instance reference is supposed to be received in the constructor because this object will represent a MBDyn node, element or reference frame
Overrides: basic_objects.Element.__init__