trusspy.core.node module#

title: TrussPy - Truss Solver for Python author: Andreas Dutzler year: 2023

class trusspy.core.node.Node(label, coord)[source]#

Bases: object

Node class.

label#

Node ID number

Type:

int

coord#

List of node coordinates: [X, Y, Z]

Type:

ndarray