hexagon logo

Scripting

Alright folks, I'm getting there but not quite. So I have a very small area, and a callout of a position and this area is a Radius. Now I took 4 Polar Radius hits, and Created Assignment Shown below


ASSIGN/V1=(PNT46.PR+PNT47.PR+PNT1.PR+PNT48.PR)/4
F1         =GENERIC/CIRCLE,DEPENDENT,CARTESIAN,OUT,$
            NOM/XYZ,<0,0,0>,$
            MEAS/XYZ,<0,0,0>,$
            NOM/IJK,<0,0,1>,$
            MEAS/IJK,<0,0,1>,$
            RADIUS/6,V1

Now my nominal is fine 0,0,0 center of the part. Can't create a constructed circle. Really crappy numbers. But I know I have have to create something based off of those points to fill in my measured results in that generic circle. need a little help here. Hope This is something easy. , ,

suggestions?
Parents
  • So you have an area, that is a circle, and you are using 4 polar points, getting the polar radius, and using the assignments to create a generic circle with the correct data?
    ---------
    As far as I've understood, the best way to use polar points is to measure a FIXED_RAD circle in the area in question, align XYZ to that, then take your 4 points.
    You can then use the center of the circle, polar radius of the points (or V1 in your case) and, if you want, a plane's IJK value or something.

    I don't see why you couldn't evaluate position from this.

    However, I haven't had my coffee today so I may be far off...

    EDIT: Why do you want to use a constructed circle to evaluate the position? Why not the generic?
  • my bad I thought you were talking in the drop down in auto feature
Reply Children
No Data