Mesh Parser
A Python library for parsing different mesh formats in to a list of points and a list of elements. The element's nodes are identified by indexes into the point list array.
A Small Python library for parsing files that describe a mesh.
pip install meshparser==0.3.2
A Python library for parsing different mesh formats in to a list of points and a list of elements. The element's nodes are identified by indexes into the point list array.