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
If a surface intersection returns two solutions and they are written to the navigator cache, the intersection_update kernel has no mechanism by which to distinguish the near from the far solution, so at the moment it updates both candidates with the near solution (sfi[0]). This doubles that solution in the cache and removes the second solution, which will then never be found by the navigator.
Not an immediate concern, as I don't think this case is part of the current setups.
The text was updated successfully, but these errors were encountered:
If a surface intersection returns two solutions and they are written to the navigator cache, the
intersection_update
kernel has no mechanism by which to distinguish the near from the far solution, so at the moment it updates both candidates with the near solution (sfi[0]
). This doubles that solution in the cache and removes the second solution, which will then never be found by the navigator.Not an immediate concern, as I don't think this case is part of the current setups.
The text was updated successfully, but these errors were encountered: