Package mbdyn :: Package elts :: Module joint :: Class CommonJoint
[hide private]

Class CommonJoint

source code

record.RecordBase --+                
                    |                
        record.Record --+            
                        |            
       common.BasicObject --+        
                            |        
  elements_base.CommonElement --+    
                                |    
    elements_base.ElementWithNode --+
                                    |
                                   CommonJoint
Known Subclasses:
CommonJoint2Nodes, Clamp, RevolutePin

The top class for joints. Each joint has a type and is attached to a node. Some of them will also be able to manipulate a reference from the mbdyn.bindings.joints module.

Instance Methods [hide private]
 
__init__(self, name) source code
 
get_mbdyn_instance(self)
Set the MBDyn instance reference under the mbdyn_inst attribute.
source code

Inherited from elements_base.ElementWithNode: attach_to_node, set_node_label, set_relative_from

Inherited from elements_base.CommonElement: do_as_init, set_default, update

Inherited from common.BasicObject: get_lines, set_comment, set_label, set_name, set_simulation_ref

Inherited from record.Record: common_init_results, init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from record.RecordBase: collect_own_parameters, collect_parameters, set_own_para, set_parameters

Inherited from record.RecordBase (private): _collect_own_para

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Overrides: elements_base.ElementWithNode.__init__

get_mbdyn_instance(self)

source code 
Set the MBDyn instance reference under the mbdyn_inst attribute. The reference will be from a class defined in the mbdyn.bindings.joints module.
Overrides: common.BasicObject.get_mbdyn_instance