How to modify the *.las file using VBA in Microstation V8?
What is a *.las file? In other words, what application creates a *.las file?
Regards, Jon Summers LA Solutions
The LAS file format is a binary file format that maintains information specific to the lidar nature of the data while not being overly complex.
Is it possible to open and Manipulate the LAS file in Microstation?
Unknown said:Is it possible to open and Manipulate the LAS file in Microstation?
The MicroStation Point Cloud tools will convert the LAS to a POD and display it
Unknown said:How to modify the *.las file using VBA in Microstation V8?
What is the 8-digit version number of MicroStation that you use? If it's literally V8 (not V8i) then you'll need to upgrade. The Point Cloud tools were first introduced a year or two ago with MicroStation V8i.
The only API for Point Clouds is provided by the MicroStationAPI C++ interface (SDK for SS2 and later). There is no VBA API.
Thanks Jon.