Line to line linear distance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Line to line linear distance

    If Line to Line linear distance is not parallel to X or Y axis, I need to know how it would be measured. Please, let me know the procedure.

  • #2
    Just make an alignment that makes them parallel. Report it, then recall your original alignment.
    (In Memory of my Loving wife, "Ronda" who I lost March 7, 2016. I love you baby.)
    They say "Nobody's Perfect." I must be Nobody.

    Comment


    • JEFMAN
      JEFMAN commented
      Editing a comment
      Effective, as usual

  • #3
    When you create the dimension, there is a checkbox called "To Feature." Click that, and then there is another checkbox below that to measure parallel or perpendicular to. Click the perpendicular box and you should get what you want

    Comment


    • UKCMM
      UKCMM commented
      Editing a comment
      That will only give the result from the centroid of the line, to get the two end points create 2 feature sets and get the line hit points then do as you say,

  • #4
    ASSIGN/DIST=DOT(LN1.XYZ-LN2.XYZ,CROSS(LN1.IJK,LN2.IJK))
    It's the shortest distance between lines, the lines mustn't be parallels (because of the cross product !)

    Comment


    • KIRBSTER269
      KIRBSTER269 commented
      Editing a comment
      My scripting Hero or mathematical scripting
      Last edited by KIRBSTER269; 04-26-2019, 12:12 PM.

  • #5
    Do note that distance line <-> line, to feature, treats the second line as the datum line, and calculates a perpendicular distance from the cast point and end points of the first line, so depending on the order, you can get very different results for both MIN, MEAS and MAX, especially if the lines are of different length, or not directly opposed.

    dist_li_li.PNG

    That's OK if one of the lines actually *is* a datum line, but if not, you can get slighty 'better' results by creating the mid line of the two lines, and add that as a third feature to the dimension. This third feature will be the datum, the distance(s) will be calculatet perp to that. MEAS will now be the same irrespective of the order of the first two features (MAX and MIN will still vary, unless the endpoints are exactly opposite).

    dist_mid_datum.PNG

    Never forget, in *theory* everything looks like a) below, but in our physical reality it's always like b) - more or less, but still b).

    dist_reality.PNG
    AndersI
    SW support - Hexagon Metrology Nordic AB

    Comment


    • NinjaBadger
      NinjaBadger commented
      Editing a comment
      I love you AndersI - that's a post of true beauty!

  • #6
    I always used to tell people. CMM's were designed to measure perfect parts.

    Comment

    Related Topics

    Collapse

    Working...
    X