Replies: 1 comment 5 replies
-
Many file formats support some sort of "block" formatting, so there can be two separate triangle blocks after another.
Some other people want documentation, too (#883), so that'd be appreciated. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, perhaps due to my newbie blindness but I can't find any Mesh class usage docs. The site readme.md is helpful regarding examples/use of meshio for reading/writing a mesh from basic array data. But upon reading and being returned a Mesh object, I'm needing to scan the _mesh.py source to determine how to use the Mesh in my application code. It's not that hard to figure out, but some ambiguities such as below can be perplexing w/o deeper dives:
I wouldn't mind contributing a basic API writeup for the meshio site, if provided with some pointers.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions