Source code for planesections.analysis.recorder

from abc import ABC, abstractmethod

[docs] class OutputRecorder(ABC): Nnodes:int nodeID0:float nodeIDEnd:int ndf:int node:list
[docs] @abstractmethod def getEleInteralForce(): pass