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

Disappearing Intersection point #97

Open
dickinson0718 opened this issue Feb 23, 2025 · 0 comments
Open

Disappearing Intersection point #97

dickinson0718 opened this issue Feb 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dickinson0718
Copy link
Collaborator

Follow these steps:

  1. Create a line segment, Ls1, from P1 to P2
  2. Create a circle, C1, with center P1 and circle point P2
  3. Create a line,Li1, from P1 to P2
  4. Create a point, P3 (but named P5 internally) at the intersection of the line and the circle (not at P2)
  5. Move P1, then the point P3/P5 at the intersection created in step 5 disappears.

I have traced this to the SEIntersectionPoint not updating correctly. The principle parents are Ls1 and 'C1andLi1` gets added as other parent but the update doesn't seem to work.

@dickinson0718 dickinson0718 added the bug Something isn't working label Feb 23, 2025
@dickinson0718 dickinson0718 self-assigned this Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant