Meshpy Triangle Point Attributes #97
-
Hello everyone, I am having issues understanding how to use point_attributes with MeshPy, similar to what I'm doing with Rufat's triangle wrapper with vertex attributes. Meshpy's ability to pass a refinement function is something that I also need, and I don't think Rufat's library has this ability. I can't figure out how, or where, to set point_attributes. Here's a somewhat pseudo-code version of what I've tried to do:
Does anyone have any experience using point attributes with meshpy? I am a bit at a loss, and I really need both the refinement function ability with point attributes. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Lines 76 to 90 in aac52c4 |
Beta Was this translation helpful? Give feedback.
test_point_attributes
may help:meshpy/test/test_meshpy.py
Lines 76 to 90 in aac52c4