find_void_nodes

opstool.pre.find_void_nodes(remove=False)[source]

Finds free nodes in the model, i.e. nodes that are not attached to any element.

Parameters

remove: bool, default=False

If True, the function will remove the free nodes from the model.

Returns

free_node_tags: list, a list containing all free nodes.