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?
If you just select features, it will be the centroids.
Then, in the edit window, you just have to write .HIT[1..CIRC.NUMHITS] after the circle, .HIT[1..LIN1.NUMHITS] after the line and .HIT[1..PLN1.NUMHITS] after the plane to use the points.
If you just select features, it will be the centroids.
Then, in the edit window, you just have to write .HIT[1..CIRC.NUMHITS] after the circle, .HIT[1..LIN1.NUMHITS] after the line and .HIT[1..PLN1.NUMHITS] after the plane to use the points.