How do I change tips in the middle of a Sphere Measurement? I can add move points but not a tip angle change.
I am measuring a sphere (split bearing) and the fixture needs to hold the top & bottom, so I am limited to using tips T1A90B0 & T1A90B180. I thought I would be able to Show Hits and insert the move points and tip change. Am I doing it wrong?
Here is a snippet of the code:
HIT/BASIC,<-0.7983,-0.1336,-0.1599>,<-0.9675873,-0.1618877,-0.1938227>,<-0.7983,-0.1336,-0.1599>
HIT/BASIC,<-0.7988,-0.1221,0.1665>,<-0.9681832,-0.1479705,0.2018071>,<-0.7988,-0.1221,0.1665>
MOVE/POINT,NORMAL<-1.25,0,0>
MOVE/POINT,NORMAL<-1.25,0,8>
MOVE/POINT,NORMAL<-1.25,0,8>
MOVE/POINT,NORMAL<-1.25,0,0>
HIT/BASIC,<-0.7925,0.1331,0.1868>,<-0.9605614,0.1613483,0.2264698>,<-0.7925,0.1331,0.1868>
HIT/BASIC,<-0.8036,0.1439,-0.1192>,<-0.9740275,0.1743678,-0.1444515>,<-0.8036,0.1439,-0.1192>
I would like to put the tip change in between the 2nd & 3rd move points
I tried measuring half at a time and then 'merging' them together with a constructed sphere but I get this error:
Math failed for SPH3: Combination of input features not supported.
You need to take individual vector points and assemble the points into your feature. When you take "hits" the software is waiting for a complete feature. Take "points", rotate and then take more points. Assemble and you are done.
You need to take individual vector points and assemble the points into your feature. When you take "hits" the software is waiting for a complete feature. Take "points", rotate and then take more points. Assemble and you are done.