Package mbdyn :: Package bindings :: Module basic_objects :: Class BasicObject
[hide private]

Class BasicObject

source code

Known Subclasses:
Element, Node, frames.ReferenceFrame

A basic bindings object interfacing a C++ instance.

Instance Methods [hide private]
 
__init__(self, c_inst=None)
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
 
set_c_inst(self, c_inst)
Set the C++ instance coming from MBDyn
source code
 
get_label(self)
Return the MBDyn label
source code