OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
Connections.py File Reference

Go to the source code of this file.

Namespaces

namespace  Connections
 Module with different functions useful when defining boundary conditions (fix) or connections (pin, rigid or springs).
 

Functions

def Pin (int NodeRID, int NodeCID)
 Function that constrains the translational DOF with a multi-point constraint. More...
 
def RigidSupport (int NodeID)
 Function that fixes the x, y movements and the rotation of one node. More...
 
def RotationalSpring (int ElementID, int NodeRID, int NodeCID, int MatID, Rigid=False)
 Function that defines a zero-length spring and constrains the translations DOFs of the spring. More...