Results 390 comments of ruevs

And [single window UI](https://github.com/solvespace/solvespace/issues/39) is a reality with the Qt (and the Web/emscripten) port :-D :-D ![image](https://github.com/solvespace/solvespace/assets/15338069/34da54a3-1587-45e8-b950-ce4cc75345c3) Once I un-dock the property browser I can not figure out how to...

I spoke a bit too early opening and saving files does not work on Windows... I'll debug...

> how about "Lathe" -> "Токарный станок", But in the English version " lathe" is used as a verb - the literal translation is indeed [выточить](https://www.multitran.com/m.exe?s=%D0%B2%D1%8B%D1%82%D0%BE%D1%87%D0%B8%D1%82%D1%8C&l1=2&l2=1) but for most people...

For cross reference https://solvespace.com/forum.pl?action=viewthread&parent=211

It's been a while but I wrote **`dotp[0] > DOTP_TOL`** in my comment and the if statement you cited is `fabs(dotp[0]) < DOTP_TOL` so it does not seem to cover...

Very interesting models! And I really like how you used `suppress this group's solid model` (e.g. in BV6000_halter.slvs in [Archiv.zip](https://github.com/solvespace/solvespace/files/9383224/Archiv.zip)) to leave extrusions that cause NURBS errors around after finding...

https://github.com/solvespace/solvespace/issues/246, for cross reference.

This is one of the "typical" [NURBS or mesh failures](https://github.com/solvespace/solvespace/issues/738). This one appears to be in the same category as these ones: https://github.com/solvespace/solvespace/issues/1367 https://github.com/solvespace/solvespace/issues/1091 https://github.com/solvespace/solvespace/issues/871 And in the same general...

The sad (or very interesting) part is that this model works in this version https://github.com/ruevs/solvespace/releases/tag/WindowsXPPost3.1 Perhaps it is the same type of failure as "wrong3" https://github.com/solvespace/solvespace/issues/683#issuecomment-730602943 that [only fails in...

For this to work in a non-confusing manner it would be better if it found precise intersections with anything - arcs, circles, splines (text). But you can always open a...