MSRChurch / LilyPad

A Grasshopper plug-in which generates principle stress lines for optimised plate and slab structures.
MIT License
0 stars 0 forks source link

Merge FieldMesh.cs and PrincipalMesh.cs into a single object #3

Open MSRChurch opened 4 months ago

MSRChurch commented 4 months ago

Since Vector mesh has been removed, the use of the principalMesh class to work with the evaluate functions of the FieldMesh and VectorMesh through a single object is no longer needed.

Merge the functionality of the PrincipalMesh with FieldMesh calling the resulting object PrincipalMesh and update references of the evaluate function where necessary