trusspy.core.external_force module# title: TrussPy - Truss Solver for Python author: Andreas Dutzler year: 2023 class trusspy.core.external_force.ExternalForce(node, force)[source]# Bases: object External Force class. node# The node ID number, Type: int force# Array containing force components array([F1, F2, F3]). Type: ndarray