It seems pyNastran lends itself to be an LLM for all the input and output, the trick I need to learn is to use it efficiently in a pathfinding manner.
I would like to setup a LLM for the FE entities, nodes, so far and easily thanks to pyNastran, I have the nodal information and, for example, connected elements.
I would like as a beginning to get the normals for the element faces/edges connected to these nodes, and the average normal.
I've read about normals on the elements, is there a general method for all element types to get the normals once I have element id's connected to a node? The type of element would be uncertain until querried. Also, for example, for shell elements, there are face normals and edge normals. If i wanted to find a fastener hole I'd need to know the edge normals. But the same fastener hole would be determined using face normals for solid elements.
Thank you,
Cody