How can I access elements and nodes from c++? I would like to be able to loop through all of the nodes and elements in a given model and be able to call their member functions.
you can use the global variable OPS_TheActiveDomain to get the current Domain .. then use methods in the domain class to access the nodes and elements.