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.
Line to line linear distance
Collapse
X
-
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
-
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 !)
- Likes 1
Comment
-
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
- Likes 7
Comment
Related Topics
Collapse
-
by GuestI have a measured line and a curve that is created from a number of measured points. Now I want to calculate the shortest distance between those two features,...
-
Channel: PC-DMIS for CMMs
03-30-2007, 05:18 AM -
-
by dirkoI am trying to CONSTRUCT 2 lines. One that is parallel with line 4, .140" to the left. And one that is parallel with line 3, .140" to the...
-
Channel: PC-DMIS for CMMs
09-06-2013, 02:09 PM -
-
can pc-dmis measure and create a line and simultaniously create the points that made the line?
open dmis had the option.-
Channel: PC-DMIS for CMMs
03-12-2009, 03:11 PM -
-
by BlueRayI'm running MR1 custom. Is it possible to compare a taken point to a modeled center line? ...and report the vector distance?
-
Channel: PC-DMIS for CMMs
04-03-2012, 01:34 PM -
-
by djsnyderNovice here ... I need to establish a line 37.5 degrees from a center line and then measure the distance from that newly established line to a wall in...
-
Channel: PC-DMIS for CMMs
01-28-2009, 11:28 AM -
Comment