• Find intersection point of a line passing through a plane

    I would like to get the intersection point of a 3D line which passes through a plane using MicrostationVBA (Microstation Version : 08.05.01.25 Windows x86). Attached image for reference. I want to obtain the point(3D) at which the line (green line element…
  • Need to access element raw data linkage property in VBA

    To view linkage data, select an element, and select properties from the context menu. at the bottom of the properties window is a section labeled "Raw Data" with a "Linkage" property. Clicking on the numeric value of this property brings up a small .net…
  • Raster Warp(Affine)

    I want to warp(Affine method) a tif file programmatically. How to accomplish this using vba? Microstation Version detail(for your reference): Microstation V8i (Select series 1) - Version 08.11.07.171
  • IViewUpdateEvents

    I had developed a program using vba. It was executed successfully in Microstation V8. But in Microstation v8i[Select series 1] - version 08.11.07.171, the same program doesn't work and there is no compile error/runtime error also. How to fix this? Kindly…