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...
Reply
  • 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...
Children