Looking for some help with the 1.839/1.849 distance. This callout is not a Cartesian distance . Its asking for the circumference value from point to point. I'm thinking this is going to need some combination of variables. Using 2015.1 CAD. Thanks!
Distance with circumference
Collapse
X
-
-
Originally posted by kingsld1 View PostJust to be difficult.....
What if the diameter is significantly out of round?
ASSIGN/V1=SCN1.HIT[1..(SCN1.NUMHITS-1)].XYZ
ASSIGN/V2=SCN1.HIT[2..SCN1.NUMHITS].XYZ
ASSIGN/V3=SUM(SQRT(DOT(V2-V1,V2-V1)))
ASSIGN/V4=SQRT(DOT(SCN1.HIT[SCN1.NUMHITS].XYZ-SCN1.HIT[1].XYZ,SCN1.HIT[SCN1.NUMHITS].XYZ-SCN1.HIT[1].XYZ))
ASSIGN/LENGTH=V3+V4
The uncertainty on this method should be approximately half of the density of the scan.
For an open scan, keep only V3...
- Likes 1
Comment
-
There is the feature type CURVE available under constructions, which has a length that can be dimensioned. With measuring points close enough it might give a good approximation.AndersI
SW support - Hexagon Metrology Nordic AB
- Likes 2
Comment
-
You can download the core manual, chap.26... Print it, read it, and try to find some memories of maths or trig...
Assignments is only a tool box, but a very nice tool box !
ftp://ftp.wilcoxassoc.com/docs/v2016.0manual/ (I'm unable to add the link with "add link" button...)
But it seems to work "alone" !
Comment
Related Topics
Collapse
-
Does anyone know how to write a formula to the distance between 2 points and divide by2.
Kenn
"The need of the many...-
Channel: PC-DMIS for CMMs
04-08-2006, 01:33 PM -
-
by lucianoI usinng Pc DMIS 4.3 MR1 and I have a question mark about 3d distance .Something is strange for me..must calculate the 3D distance of two circles , I...
-
Channel: PC-DMIS for CMMs
03-15-2013, 04:26 AM -
-
by ClementineWe have older version of PCDMIS on this ARM. I need some help recalling programing perpendicularity.
When programing perpendicularity,...-
Channel: PC-DMIS Portable
12-12-2012, 11:54 AM -
-
by cmmcaliguyI have to circles,different diameters,same "z","y" axis. I'm trying to get the distance between the bottom of each diameters radius...
-
Channel: PC-DMIS for CMMs
05-10-2006, 02:07 PM -
-
by J. LuskOk, perhaps I can get the basics on a distance....
Simple: I've got two internal cylinders that intersect, making a cross. One is along...-
Channel: PC-DMIS for CMMs
08-01-2008, 04:04 PM -
Comment