Package mbdyn :: Package bindings :: Module nodes
[hide private]

Module nodes

source code

The general interface of MBDyn nodes. Each node group will have a general class but until now the only group implemented is the structural one. This file is however a start for further development. The SWIG file used for the interface is 'node.i'. All the classes of that module are then imported in the mbdyn.bindings.groups thanks to the NODE_CLASS dictionary.

Classes [hide private]
  Abstract
The general node for the "ABSTRACT" group
  Structural
The general node for the "STRUCTURAL" group.
  Electric
The general node for the "ELECTRIC" group
  Parameter
The general node for the "PARAMETER" group
  Hydraulic
The general group for the "HYDRAULIC" group
  general_class
The general group for the "HYDRAULIC" group
Variables [hide private]
  NODE_CLASS_TABLE = [('ABSTRACT', <class mbdyn.bindings.nodes.A...
  NODE_CLASS = {'ABSTRACT': {'general': <class mbdyn.bindings.no...
  group_key = 'HYDRAULIC'
Variables Details [hide private]

NODE_CLASS_TABLE

Value:
[("ABSTRACT", Abstract), ("STRUCTURAL", Structural), ("ELECTRIC", Elec\
tric), ("PARAMETER", Parameter), ("HYDRAULIC", Hydraulic)]

NODE_CLASS

Value:
{}