network_order

compas_fea2.utilities.network_order(start, structure, network)

Extract node and element orders from a Network for a given start-point.

Parameters
startlist

Start point co-ordinates.

structureobj

Structure object.

networkobj

Network object.

Returns
list

Ordered nodes.

list

Ordered elements.

list

Cumulative lengths at element mid-points.

float

Total length.