hexagon logo

instersection pt of two planes

so i have made my first program so be easy on me ... i got everything right on the money except some of my dimensions that deal with a constructed int. pt. i have tried many things but it just doesnt seem to be working out everything is off by .01-ish... thanks again

here is my program (any other suggestions would be appreciated)

Parents
  • , welcome. The forum is a helpful bunch. (I see you haven't been here long!) It's no problem! We've all started somewhere.
    Unfortunately, it's unclear what you're looking for!
    My guess would be you're checking some sort of V-shaped notch and you'd like to get the intersect?
    Why not draw two lines to get the point instead of planes?
    If anything draw 3 sets of 2 lines, and get each of their intersect points, and construct a line to get the location owo

    Just spitballing here.
    Could I trouble you for just the snippet that involves the two planes, and the dimension? Maybe some alignment features, but we need to see exactly what you're trying to accomplish before we can help.
    As an FYI, there's no "best practice" to this stuff; it's all about what works, and it's different for every setup, every machine, heck every person. Try a bunch of stuff out, and find something that works.
    It may not be the same way so-and-so did it, but if it gets you results you're happy with, gopher it
Reply
  • , welcome. The forum is a helpful bunch. (I see you haven't been here long!) It's no problem! We've all started somewhere.
    Unfortunately, it's unclear what you're looking for!
    My guess would be you're checking some sort of V-shaped notch and you'd like to get the intersect?
    Why not draw two lines to get the point instead of planes?
    If anything draw 3 sets of 2 lines, and get each of their intersect points, and construct a line to get the location owo

    Just spitballing here.
    Could I trouble you for just the snippet that involves the two planes, and the dimension? Maybe some alignment features, but we need to see exactly what you're trying to accomplish before we can help.
    As an FYI, there's no "best practice" to this stuff; it's all about what works, and it's different for every setup, every machine, heck every person. Try a bunch of stuff out, and find something that works.
    It may not be the same way so-and-so did it, but if it gets you results you're happy with, gopher it
Children
No Data