OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
WrongNodeIDConvention Class Reference

Exception class for the "wrong node ID convention definition" error. More...

Inheritance diagram for WrongNodeIDConvention:

Public Member Functions

def __init__ (self, node)
 

Public Attributes

 node
 

Detailed Description

Exception class for the "wrong node ID convention definition" error.

Definition at line 41 of file ErrorHandling.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  node 
)

Definition at line 44 of file ErrorHandling.py.

44 def __init__(self, node):
45 self.node = node
46

Member Data Documentation

◆ node

node

Definition at line 45 of file ErrorHandling.py.


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