11-07-2014, 03:30 PM
Hi,
I have been struggling with getting the name of a clicked object,
using the following code i can grasp the 3d model hit and change its color but i am struggling to get its name.
................
If rayMeshResult IsNot Nothing Then
Dim hitgeo As GeometryModel3D = TryCast(rayMeshResult.ModelHit, GeometryModel3D)
Dim mo As Model3D = (rayMeshResult.ModelHit)
end if
How can i now get the "GetNamedObjectsText"
any help much appreciated
fred
I have been struggling with getting the name of a clicked object,
using the following code i can grasp the 3d model hit and change its color but i am struggling to get its name.
................
If rayMeshResult IsNot Nothing Then
Dim hitgeo As GeometryModel3D = TryCast(rayMeshResult.ModelHit, GeometryModel3D)
Dim mo As Model3D = (rayMeshResult.ModelHit)
end if
How can i now get the "GetNamedObjectsText"
any help much appreciated
fred