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

Class Prismatic

source code

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

Constraint the relative rotation of two nodes. The hinge keyword is used to assign the joint initial orientation.

Instance Methods [hide private]
 
__init__(self, name='prismatic') source code
 
set_default(self)
Set the hinge joint default.
source code
 
set_orientation_matrix1(self, *args, **kargs)
Set the relative orientation matrix of the first node
source code
 
set_orientation_matrix2(self, *args, **kargs)
Set the relative orientation matrix of the second node
source code

Inherited from CommonJoint2Nodes: attach_to_node, set_node1, set_node2, set_node_label

Inherited from CommonJoint: get_mbdyn_instance

Inherited from elements_base.ElementWithNode: 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='prismatic')
(Constructor)

source code 
Overrides: CommonJoint2Nodes.__init__

set_default(self)

source code 
Set the hinge joint default. It will be a identity orientation matrix for its two connections.
Overrides: elements_base.CommonElement.set_default