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

Closed .igs input converts to open .stl #18

Open
natchoeli opened this issue Sep 2, 2021 · 0 comments
Open

Closed .igs input converts to open .stl #18

natchoeli opened this issue Sep 2, 2021 · 0 comments

Comments

@natchoeli
Copy link

Hi!

I have tried the pyiges library with a closed .igs polysurface made of 8 surfaces. The final .stl has some of the edges between surfaces non-manifold, even if I activate the merge=True option.

Is it possible to solve the issue somehow? I would like to obtain a closed polysurface, suitable for boolean operations.

Code:
iges = pyiges.read('test.igs')
mesh = iges.to_vtk(bsplines=True, surfaces=True, merge=True, delta=0.01)
mesh.save('test.stl')

Find attached the test.igs file used.
test.zip

@natchoeli natchoeli changed the title Closed .igs from input converts to open .stl Closed .igs input converts to open .stl Sep 2, 2021
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