hexagon logo

Using all Scanned points to create a Plane

Ok usually I make alot of single points to make a plane from a bottom side, to create a plane, but I need to be a lot more precise in this situation. So I have created 2 Plane Adaptive Scans and I want to combine the 2 for flatness. Now since it's a scan, one is 140 points, the other 151 points, is there an easy way to extract them to create a plane? I know how to extract all the points, or at least when I hover over it, it shows all the point results. But When I plug this into a Generic Plane not so good. Maybe I'm going down the wrong path. , or , or or

ASSIGN/V1=PLN_A1.HIT[1..140].Z
ASSIGN/V2=PLN_A2.HIT[1..151].Z
Parents
  • pln7 =feat/plane,cartesian,triangle,no,least_sqr
    theo/<0,0,0>,<0,0,1>
    actl/<0,0,0>,<0,0,1>
    constr/plane,bf,pln_a1.hit[1..pln_a1.numhits],pln_a2.hit[1..pln_a2.numhits],,
    outlier_removal/off,3
    filter/off,wavelength=0
    


    What the crap with the lowercase code? Every so often, it does this. Undocumented enhancement...
  • - I do this all the time with BF, not BFRE. When you start typing BF it goes right to BFRE, just hit F8 and it'll change to BF.

    DATUM_C    =FEAT/PLANE,CARTESIAN,OUTLINE,NO
                THEO/<-0.3849,-0.415,-3.2661>,<0,-1,0>
                ACTL/<-0.3849,-0.422,-3.2661>,<0.0008192,-0.999999,0.001143>
                CONSTR/PLANE,BF,C1_SC.HIT[1..C1_SC.NUMHITS],C2_SC.HIT[1..C2_SC.NUMHITS],,
                OUTLIER_REMOVAL/OFF,3
                FILTER/OFF,WAVELENGTH=0
Reply
  • - I do this all the time with BF, not BFRE. When you start typing BF it goes right to BFRE, just hit F8 and it'll change to BF.

    DATUM_C    =FEAT/PLANE,CARTESIAN,OUTLINE,NO
                THEO/<-0.3849,-0.415,-3.2661>,<0,-1,0>
                ACTL/<-0.3849,-0.422,-3.2661>,<0.0008192,-0.999999,0.001143>
                CONSTR/PLANE,BF,C1_SC.HIT[1..C1_SC.NUMHITS],C2_SC.HIT[1..C2_SC.NUMHITS],,
                OUTLIER_REMOVAL/OFF,3
                FILTER/OFF,WAVELENGTH=0
Children
No Data