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

Segmentation fault on Union #176

Open
antonino-tocco opened this issue Nov 21, 2021 · 1 comment
Open

Segmentation fault on Union #176

antonino-tocco opened this issue Nov 21, 2021 · 1 comment

Comments

@antonino-tocco
Copy link

antonino-tocco commented Nov 21, 2021

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
@antonino-tocco
Copy link
Author

Sorry I see that the segmentation fault is in generate_mesh at which I give the union as input

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