You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a circle, C1, with center P1 and circle point P2
Create a line,Li1, from P1 to P2
Create a point, P3 (but named P5 internally) at the intersection of the line and the circle (not at P2)
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.
The text was updated successfully, but these errors were encountered:
Follow these steps:
Ls1
, fromP1
toP2
C1
, with centerP1
and circle pointP2
Li1
, fromP1
toP2
P3
(but namedP5
internally) at the intersection of the line and the circle (not atP2
)P3
/P5
at the intersection created in step 5 disappears.I have traced this to the
SEIntersectionPoint
not updating correctly. The principle parents areLs1
and 'C1and
Li1` gets added as other parent but the update doesn't seem to work.The text was updated successfully, but these errors were encountered: