-
Notifications
You must be signed in to change notification settings - Fork 511
Circle intersections do not split properly #147
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
Comments
tried this on master and it DTRT, circles look finer here though in configuration what do you have chord tolerance and max piecewise linear segments set to? (not a developer, just saw something i could try) |
Just have out of the box settings - haven't messed with things at all. Not sure if it's a valid bug or if I missed a step in the tutorial/the intent. |
This work as excepted, intersection routine just create exactly one intersection per call, so label should be enhancement at least |
Also, this sould work with the list of entities |
I think we should just document that one may need to use the tool multiple times, if several intersections are desired. |
@whitequark, actually there is no problem to implement this. |
@Evil-Spirit OK, if it's easy please write a patch |
System information
SolveSpace version: 2.3
Operating system: Mac OSX El Cap 10.11.4
Expected behavior
Select two circles and click "split lines/curves where they intersect"
Expected results might be:
-- four arcs, with two points where they intersect
-- Two arcs joined at end points with inner lines removed
Actual behavior
Single data point connecting two circles appear.

Additional information
circleBug.slvs.zip
The text was updated successfully, but these errors were encountered: