Module elements
source code
The module gathering all the elements. All the MBDyn elements that
have an interface are contained in the ELEM_CLASS dictionary of that
file.
The ELEM_CLASS is divided into all the MBDyn groups, each group is
another dictionary with all its classes.
For example: ForceClass =
ELEM_CLASS["FORCE"]["BindingsForce"] will return the
BindingsForce class.
|
AirProperties
The MBDyn air properties.
|
|
Gravity
The MBDyn gravity object.
|
|
Body
A MBDyn body with a mass, a center of mass and and an inertia
matrix.
|