|
__init__(self,
c_inst)
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
|
|
|
_get_position(self)
Get the position from the MBDyn node |
source code
|
|
Numpy array
|
|
|
_get_rotation_matrix(self)
Get the rotation matrix from the MBDyn node |
source code
|
|
Numpy array
|
|
|
_get_velocity(self)
Get the velocity from the MBDyn node. |
source code
|
|
Numpy array
|
|
|
_get_angular_velocity(self)
Get the angular velocity from the MBDyn node. |
source code
|
|
Numpy array
|
|
|
|
Inherited from basic_objects.BasicObject :
get_label ,
set_c_inst
|