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

Problems encountered during use #24

Open
PierceYao opened this issue May 9, 2024 · 4 comments
Open

Problems encountered during use #24

PierceYao opened this issue May 9, 2024 · 4 comments

Comments

@PierceYao
Copy link

Hi Kai,

When I use BCB, the System Console Window always stays at the step of "Starting splitting process ...". My computer has a good configuration, so I can't figure out the reason. Have you ever encountered this situation?

Looking forward to your reply.

@KaiKostack
Copy link
Owner

Hi Pierce,

The discretization usually gets stuck when too many objects are created. This can happen, for example, if the original geometry is not "clean" and is therefore broken down into individual surfaces.

The best thing to do is to check your input geometry to see if it is manifold (as in doesn't contain non-manifold elements). Otherwise I would have to take a look at it.

Good luck.

@PierceYao
Copy link
Author

Hi Kai,

I checked the System Console Window according to what you said. Discovered an output of "Non manifold elements found: 81" during the first separate loose. How can I solve the problem of Non manifold elements?

Thanks.

@KaiKostack
Copy link
Owner

Currently there is no tool to easily clean many objects. Typically, removing doubles (vertices) or converting the meshes to convex hulls are the easiest ways to fix bad geometry. You can either do this by hand object by object or write a script for it. However, there may be other reasons for non-manifolds that may not be so easy to fix.

The plan is to implement a cleanup tool to automatically create convex hulls in a few days. You're not the only one with the problem.

@PierceYao
Copy link
Author

Thank you for your answer and help.

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

2 participants