How can I calculate the area of a complex object (cylinder for example) with an FEA algorithm with C#?
I have data of Elements stored in ".dat" file (cylinder.dat) I can read coordinates of all elements but I don't have any idea how can I calculate the area. Does anyone know what kind of algorithm can solve this problem?