Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import multiple ply files #48

Open
Karltlbm opened this issue Oct 9, 2024 · 0 comments
Open

Import multiple ply files #48

Karltlbm opened this issue Oct 9, 2024 · 0 comments

Comments

@Karltlbm
Copy link

Karltlbm commented Oct 9, 2024

Hello all,

I am trying to import a mesh file containing multiple cylinders.
It comes from a .ply file transofmed into a .mesh using PyMesh.

Using the simplest import code

load "msh3"

string meshFileName = "file.mesh";
mesh3 Mesh = readmesh3(meshFileName);

I get this error and FreeFem crashes. Any ideas ?

Error GenericElement::Read1 3 17104 : -1 -1 -1 , -1

Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant