- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When you position a point at the intersection of two lines, does Fusion remember just the actual X,Y coordinates of the point at the time you add the point, or does it remember that it's position is at the INTERSECTION of the two lines?
If you later move either, or both, of the lines, but so that they still intersect one another, although at possibly a different position along the lines, should we expect that the Point object will now be at that new location of the new intersection position?
My experience is that it does NOT remember anything about the two lines and their intersection, but rather just remembers the PRIOR X,Y coordinate where the two lines had crossed when the Point object was laid down at their intersection.
The apparent fact that it doesn't remember that's is supposed to be at an intersection is causing me a lot of problems. The same issue seems to arise when I draw a new LINE and position one of the endpoints of theline at some 2-line intersection.
Solved! Go to Solution.