Isaac Garzón
Isaac Garzón
> > Can you describe the exact steps that you're taking so I could try to reproduce it and diagnose what's happening there? > > I just replaced the four-times...
> What if each group had a list of entity handles that belong to the group? This list could be created as entites are created or read from a file....
@ruevs note that https://github.com/solvespace/solvespace/commit/b4a797399f744b2e416b82bf48d849ab453965e1 is actually incorrect in light of https://github.com/solvespace/solvespace/commit/495b203760d1ad8d4b774e7a9f46f5c2495136d3 (which you committed in the mean time in #1518), as there's no fall through anymore.
@ruevs with the merging of your work on libdxfrw in #1615, the last unmerged commit from this PR is not needed anymore, so I think it can be closed.
While some of them are only useful for silencing the compiler, I think the ones in `request.cpp` and `group.cpp` are useful in general in order to catch cases where new...
> I would've used (void) in front of the function calls. But I don't mind either way. Note that this wouldn't resolve the maybe uninitialised issue (it only takes care...
> If the return value is never checked, we could get rid of it. The return value is indeed never checked for `GetRequestInfo()`, so I can make that change there....
@phkahler @ruevs ping.
I didn't look too deeply, but it indeed seems like the solver is having a hard time with the pt-on-line constraints at `c030` and `c031`. If I remove them and...
> I took a look at this, and I think the issue might stem from points being constrained both pts-coincident and pt-on-line to one of the connected segments. This probably...