OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
ZeroLength Class Reference

Exception class for the "zero length element (non intentional)" error. More...

Inheritance diagram for ZeroLength:

Public Member Functions

def __init__ (self, element)
 

Public Attributes

 element
 

Detailed Description

Exception class for the "zero length element (non intentional)" error.

Definition at line 52 of file ErrorHandling.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  element 
)

Definition at line 55 of file ErrorHandling.py.

55 def __init__(self, element):
56 self.element = element

Member Data Documentation

◆ element

element

Definition at line 56 of file ErrorHandling.py.


The documentation for this class was generated from the following file: