Hi all,
Is there the opportunity to write in VBA a code that calculates the intersection point between a mesh and a 3D line?
thanks
regards
Claudio
Unknown said:Is there the opportunity to write VBA code that calculates the intersection point between a mesh and a line?
The list of VBA elements that support the IntersectableElement interface does not include a mesh element. As you have probably discovered, there is no mesh element API in MicroStation VBA.
Consequently, I don't think there is a way directly to achieve your goal using VBA.
Regards, Jon Summers LA Solutions
Unknown said:Any idea about how to reach this goal in the easiest way?
If the easiest way includes MDL, then use mdlMesh_intersectRayWithMeshTriangles.