I'm measuring a sphere with linear scans in a loop V1.
In the loop, I construct a 3D circle using outlier filtering.
I can construct a feature set from scans (SCN1[1..36]), but I'm unable to construct a sphere from circles hits.
I tried to insert a feature set in the loop with CE1.HIT[1..CE1.NUMHITS], and then construct another feature set after the loop with SCN2[1..36], which takes only the first hit of the circle, I tried CE1[1].HIT[1..CE1[1].NUMHITS], nothing works fine...
Any idea ?
In the loop, I construct a 3D circle using outlier filtering.
I can construct a feature set from scans (SCN1[1..36]), but I'm unable to construct a sphere from circles hits.
I tried to insert a feature set in the loop with CE1.HIT[1..CE1.NUMHITS], and then construct another feature set after the loop with SCN2[1..36], which takes only the first hit of the circle, I tried CE1[1].HIT[1..CE1[1].NUMHITS], nothing works fine...
Any idea ?
Comment