struct.node

Syntax

node := struct.node(p,i)

Get a pointer to the node at index i in the structural element. See also struct.connectivity.

i can be from 1 to 2 for 1D structural element types (cables, hybrid bolts, beams and piles) and up to 3 for 2D types (shells, geogrids, and liners).

Returns:

node - a pointer to a structural node

Arguments:

p - a pointer to a structural element

i - the index of the node, from 1 to 3