hexagon logo

How to construct circles with different math methods from hit points data?

Happy Friday! Can not wait to watch my boy play Hockey game tomorrow afternoon. Slight smile
From other threads, I knew we can construct features from points data with different math methods.
The core manual is perfect, but I could not help try right away.

I had a circle C1 now, since I could not construct circle with F9, so constructed a circle with other points and replaced with hit data, but it did not work well.
Can we type those construct command ? And how to work on with hit data for those?

Thank you for any help





Attached Files
Parents
  • Better off using a closed scan then using those points to construct your various circles.


    SC_B1 =FEAT/SCAN,LINEARCLOSE,NUMBER OF HITS=103,SHOW HITS=NO,SHOWALLPARAMS=NO
    MEAS/SCAN
    BASICSCAN/LINE,NUMBER OF HITS=103,SHOW HITS=NO,SHOWALLPARAMS=NO
    ENDSCAN
    ENDMEAS/
    CIRCLE1 =FEAT/CIRCLE,CARTESIAN,OUT,LEAST_SQR,NO
    THEO/<-0.0005,0,-8>,<0,0,1>,8.235
    ACTL/<-0.0005,0,458.5778>,<0,0,1>,8.235
    CONSTR/CIRCLE,BF,2D,SC_B1.HIT[1..SC_B1.NUMHITS],,
    OUTLIER_REMOVAL/OFF,3
    FILTER/OFF,UPR=0
    CIRCLE1 =FEAT/CIRCLE,CARTESIAN,OUT,MAX_INSC,NO
    THEO/<-0.0005,0,-8>,<0,0,1>,8.235
    ACTL/<-0.0005,0,458.5778>,<0,0,1>,8.235
    CONSTR/CIRCLE,BF,2D,SC_B1.HIT[1..SC_B1.NUMHITS],,
    OUTLIER_REMOVAL/OFF,3
    FILTER/OFF,UPR=0


    Thank you so much.

    But How can we input those? :

    CIRCLE1 =FEAT/CIRCLE,CARTESIAN,OUT,LEAST_SQR,NO
    THEO/<-0.0005,0,-8>,<0,0,1>,8.235
    ACTL/<-0.0005,0,458.5778>,<0,0,1>,8.235
    CONSTR/CIRCLE,BF,2D,SC_B1.HIT[1..SC_B1.NUMHITS],,
    OUTLIER_REMOVAL/OFF,3
    FILTER/OFF,UPR=0
    ?​
  • Thank you Neil. This is how to input commands with keyboard. I will keep it Slight smile
Reply Children
No Data