You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to install this binding, and my only usage is the pmp.refine function. I tested the function with test_pmp.py but it turns out that at line 58, outf and outv are always empty. I'm wondering is this because the make is not successful? Because I never succeeded in building the whole project, but python test_pmp.py works somehow so I assume building for what I need to run pmp.refine succeeds.
In addition, in order to give the correct input to pmp.refine, I currently use a P = Polyhedron_3(filename). To make it cleaner, I actually want to give an array of vertices and faces to make a Polyhedron_3() object. I'm wondering would anyone mind giving an example of how to use an array or a python list of vertices and faces as input and get a Polyhedron_3() object?
Thank you in advance!!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to install this binding, and my only usage is the pmp.refine function. I tested the function with test_pmp.py but it turns out that at line 58, outf and outv are always empty. I'm wondering is this because the make is not successful? Because I never succeeded in building the whole project, but python test_pmp.py works somehow so I assume building for what I need to run pmp.refine succeeds.
The error message is as follows:
In addition, in order to give the correct input to pmp.refine, I currently use a P = Polyhedron_3(filename). To make it cleaner, I actually want to give an array of vertices and faces to make a Polyhedron_3() object. I'm wondering would anyone mind giving an example of how to use an array or a python list of vertices and faces as input and get a Polyhedron_3() object?
Thank you in advance!!
The text was updated successfully, but these errors were encountered: