hexagon logo

How to pull individual points from a scan?

Not necessarily min or max points, but more like a sample of 15 points from a 1500 point scan...
Parents
  • Maybe
    ASSIGN/V1 = SCN1.HIT[1].XYZ
    Dimension any point, say PNT1, then replace with V1 in top line of dimension

    ASSIGN/V2 = SCN1.HIT[8].XYZ
    Dimension any point, say PNT1, then replace with V2 in top line of dimension

    Repeat as needed.

    Not at machine, so you may have to try something else.
Reply
  • Maybe
    ASSIGN/V1 = SCN1.HIT[1].XYZ
    Dimension any point, say PNT1, then replace with V1 in top line of dimension

    ASSIGN/V2 = SCN1.HIT[8].XYZ
    Dimension any point, say PNT1, then replace with V2 in top line of dimension

    Repeat as needed.

    Not at machine, so you may have to try something else.
Children
No Data