We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've tried to generate a mesh starting from sphere and merging it. When I run the union a segmentation fault happened. Can you help me?
This is the code that I used:
for index, row in df.iterrows(): balls.append(pygalmesh.Ball([row['x'], row['y'], row['z']], row['r'])) u = pygalmesh.Union(balls) return u
The text was updated successfully, but these errors were encountered:
Sorry I see that the segmentation fault is in generate_mesh at which I give the union as input
Sorry, something went wrong.
No branches or pull requests
Hi, I've tried to generate a mesh starting from sphere and merging it.
When I run the union a segmentation fault happened.
Can you help me?
This is the code that I used:
The text was updated successfully, but these errors were encountered: