hexagon logo

How to measure concentric circles

Hi every one.

can you give me advise to checking concentric circles as below picture.

Parents
  • Well, you could still use the loop, just need to create a circle outside of the loop in this fashion:

    CIR1       =FEAT/CIRCLE,CARTESIAN,OUT,LEAST_SQR,NO
                THEO/<0,0,0>,<0,0,1>,1
                ACTL/<0,0,0>,<0,0,1>,1
                CONSTR/CIRCLE,BF,2D,PNT1[1],PNT1[2],PNT1[3],PNT1[4], [B][COLOR=#0000CD]AND SO FORTH...[/COLOR][/B]
                OUTLIER_REMOVAL/OFF,3
                FILTER/OFF,UPR=0
    
Reply
  • Well, you could still use the loop, just need to create a circle outside of the loop in this fashion:

    CIR1       =FEAT/CIRCLE,CARTESIAN,OUT,LEAST_SQR,NO
                THEO/<0,0,0>,<0,0,1>,1
                ACTL/<0,0,0>,<0,0,1>,1
                CONSTR/CIRCLE,BF,2D,PNT1[1],PNT1[2],PNT1[3],PNT1[4], [B][COLOR=#0000CD]AND SO FORTH...[/COLOR][/B]
                OUTLIER_REMOVAL/OFF,3
                FILTER/OFF,UPR=0
    
Children