This is embarrasing: I can not get PC-DMIS to align properly to a line that I construct through 2 circles! I feel so stupid but I just can't get it to work.
Here is the situation: I measure a flat plane and I level to it. I am sure that works. Then I measure 1 circle (which is NOT in that plane), and I move the X,Y origin to it. That works too!
But here is the problem: now I measure a second circle. It is neither in the plane of the level plane, nor at the same level as the first circle. I create a line per the following code:
Whatever I do, I can't get this to work properly. My suspicion is that the line is 3D or something. Anyway, what I want to do is to project the circles into the plane and then construct a line.
I can remember that this question came up before, but the search does not get me the result.
Any suggestions?
Thanks, Jan.

Here is the situation: I measure a flat plane and I level to it. I am sure that works. Then I measure 1 circle (which is NOT in that plane), and I move the X,Y origin to it. That works too!
But here is the problem: now I measure a second circle. It is neither in the plane of the level plane, nor at the same level as the first circle. I create a line per the following code:
Code:
LIN2 =FEAT/LINE,RECT,UNBND THEO/-1.8375,-2.195,-0.4525,0,0,-1 ACTL/-1.83772,-2.19522,-0.45218,0.1429261,-0.1203922,-0.9823838 CONSTR/LINE,MID,DATUM -J- SH4 C1,DATUM -K- SH4 B3
I can remember that this question came up before, but the search does not get me the result.
Any suggestions?
Thanks, Jan.
Comment