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?
Asked
Active
Viewed 208 times
1

beewest
- 4,486
- 7
- 36
- 63
1 Answers
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
-
Unfortunately They are sealed so we can inherit – beewest Jul 20 '19 at 01:06
-
2Workaround is to use a Dictionary to find the user data from GeometryModel3D. – Lance H Jul 20 '19 at 04:04