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

Class Clamp

source code

record.RecordBase --+                    
                    |                    
        record.Record --+                
                        |                
       common.BasicObject --+            
                            |            
  elements_base.CommonElement --+        
                                |        
    elements_base.ElementWithNode --+    
                                    |    
                          CommonJoint --+
                                        |
                                       Clamp

The clamp joint.

Instance Methods [hide private]
 
__init__(self, name='clamp') source code
 
set_default(self)
Set the default on the clamp.
source code
 
set_position(self, *args, **kargs)
Set the clamp joint position
source code
 
set_orientation_matrix(self, *args, **kargs)
Set the clamp joint orientation matrix
source code

Inherited from CommonJoint: get_mbdyn_instance

Inherited from elements_base.ElementWithNode: attach_to_node, set_node_label, set_relative_from

Inherited from elements_base.CommonElement: do_as_init, 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='clamp')
(Constructor)

source code 
Overrides: CommonJoint.__init__

set_default(self)

source code 
Set the default on the clamp. It will be a position and orientation matrix relative to the attached node
Overrides: elements_base.CommonElement.set_default