hexagon logo

Feature Set to Surface Profile

Hi, I am new to the forum so please be considerate.

When you are creating a feature set and say you put in a circle, a line, and a plane, to create (scn1) when you output (scn1) as a profile Form+Location and MaxMin does this give you the profile of each individual point in those features or a profile of the centroids of those features?

If the centroids, Is there an easier way other than probing all the points over again or probing all the points and then creating your features to get what I am looking for?

Thank you for your help!

Parents
  • You can't have spaces in the source feature name when referencing hits, that is why it isn't working for you.
    Change the name of the source feature "DATUM A" to "DATUM_A" instead and reference that in the feature group.

    SCN DAT A  =FEAT/SET,CARTESIAN
                THEO/<3.4976,0.6858,0>,<0,0,1>
                ACTL/<3.4853,0.7155,0>,<0,0,1>
                CONSTR/SET,BASIC,DATUM_A.HIT[1],DATUM_A.HIT[2],DATUM_A.HIT[3],DATUM_A.HIT[4],DATUM_A.HIT[5],DATUM_A.HIT[6],DATUM_A.HIT[7],DATUM_A.HIT[8],,


    or...


    SCN DAT A  =FEAT/SET,CARTESIAN
                THEO/<3.4976,0.6858,0>,<0,0,1>
                ACTL/<3.4853,0.7155,0>,<0,0,1>
                CONSTR/SET,BASIC,DATUM_A.HIT[1..DATUM_A.NUMHITS],,
  • Okay, ill give this a shot. Thank you!
Reply Children
No Data