1

I can show 3d GeometryModel3D objects using Helix3d toolkit. Using HitTest I can select a particular object and show its tooltip. Is there anyway to attach the user data into 3d object when creating?

beewest
  • 4,486
  • 7
  • 36
  • 63

1 Answers1

0

You can create your own class inherit from GeometryModel3D. And add your custom properties in your own class.

Lance H
  • 886
  • 1
  • 9
  • 14