![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Class that manage the ID generation. More...
Public Member Functions | |
def | __init__ (self) |
The class constructor. More... | |
def | GenerateIDElement (self) |
Method that generate a unique element ID. More... | |
def | GenerateIDFiber (self) |
Method that generate a unique fiber ID. More... | |
def | GenerateIDMat (self) |
Method that generate a unique material ID. More... | |
def | GenerateIDNode (self) |
Method that generate a unique node ID. More... | |
Public Attributes | |
current_element_ID | |
current_fiber_ID | |
current_mat_ID | |
current_node_ID | |
Class that manage the ID generation.
USE ONLY IF EVERY NODE IS DEFINED BY THE USER (because the OpenSeesPyAssistant modules use the convention defined in the functions above).
Definition at line 412 of file FunctionalFeatures.py.
def __init__ | ( | self | ) |
The class constructor.
Definition at line 416 of file FunctionalFeatures.py.
def GenerateIDElement | ( | self | ) |
Method that generate a unique element ID.
Definition at line 433 of file FunctionalFeatures.py.
def GenerateIDFiber | ( | self | ) |
Method that generate a unique fiber ID.
Definition at line 451 of file FunctionalFeatures.py.
def GenerateIDMat | ( | self | ) |
Method that generate a unique material ID.
Definition at line 442 of file FunctionalFeatures.py.
def GenerateIDNode | ( | self | ) |
Method that generate a unique node ID.
Definition at line 424 of file FunctionalFeatures.py.
current_element_ID |
Definition at line 420 of file FunctionalFeatures.py.
current_fiber_ID |
Definition at line 422 of file FunctionalFeatures.py.
current_mat_ID |
Definition at line 421 of file FunctionalFeatures.py.
current_node_ID |
Definition at line 419 of file FunctionalFeatures.py.