hexagon logo

Using hit points

I would like to extract the hit points from a feature, like say a plane with 4 points. And use these 4 points for other feature construction. Is this possible?
Parents
  • Yes.

    Either by extracting the hits and create vector points out of them (see the code section for the "to points" script by me) or by directly referencing the hits in the feature you construct, ie. PLANE1.HIT[1] for the first hit from the feature called PLANE1. There are more threads dealing with this in the PC-DMIS for CMMs section.
Reply
  • Yes.

    Either by extracting the hits and create vector points out of them (see the code section for the "to points" script by me) or by directly referencing the hits in the feature you construct, ie. PLANE1.HIT[1] for the first hit from the feature called PLANE1. There are more threads dealing with this in the PC-DMIS for CMMs section.
Children
No Data