Browse By Tags

  • [CE 17 C++] Hide/unhide MicroStation element

    Hi guys. Is it possible to hide/unhide the element in the graphic area? What I mean. I have a POD file attached. Here is my code how I did that: ISessionMgrR sessionMgr = ISessionMgr::GetManager(); DgnModelRefR model = *sessionMgr.GetActiveDgnModelRefP…
  • [Connect Update 17 C++] Merge/combine point clouds from a few POD files

    Hi guys. In my add-in, I should generate and attach to the DGN document a few POD files. "A few" - it can be about 100-300 files with about 50-100k points, so in total it can be about 30 million points. And in this case, the MicroStation starts lagging…
  • [CE U17 C++] Create a POD file with a custom point

    Hello guys. I want to create my custom POD file with the custom point. And I found a few examples of how to do it with a PointCloudPodWriter. But at the end of the process, I got an error. It has code 32768. It's a general code of ERROR. But what reason…
  • [CE U17 C#] Import Points Cloud

    Hello guys. Is it possible to import the points cloud file (for example LAZ) into a new empty 3D DGN file? As I saw there are a few similar questions that were created a few years ago. And in all questions, the answers say to use C++. But could do this…
  • Remove 2gb limit when creating Terrains from PointClouds

    When creating a terrain from PointClouds, an intermediate XYZ file is created of the extracted PointCloud points before the filter option is applied. While a very large XYZ file can be created quite quickly (current dataset has created 10gb+ XYZ files…
  • Longitudinal section with broken intersection line

    Hello together! In my projects I have to do with laser scanning in tunnels. From the measured point clouds I have to create horizontal ground views as well as vertical longitudinal sections and cross sections. I can generate the ground views and cross…
  • Importing/ attaching .LAZ, .las files into MicroStation CONNECT Edition

    Product: MicroStation Version: CONNECT Environment: N\A Area: Point Cloud Subarea: N\A How to import / attach Laz/.las file to MicroStation CONNECT Edition. Steps to Accomplish You can…
  • Is it possible to import a pointcloud in Synchro Pro?

    I was wondering if you can Import a pointcloud in Synchro Pro. We tried it, but haven't found a solution for our challenge.
  • The size limit of point cloud file attached into microstation

    Recently, we are using microstation to view point cloud files. The type is e57. Size of the e57 files are not fixed, and could be more than 10GB. It worked fine when I tried with a 11GB file. So is there any designed size limit of point cloud file…
  • Pointcloud - selection box

    Hi Everyone, Im some issues with load Pointcloud scan (E57). 1. I want to create selection box/scope box/section box and work on specific area in the scan. How it can be done? 2. The scan are rotate upside down(its scan like this - hole in the…
  • How to transfer las into pod without property info losing?

    In .las file which is common format stroing point cloud data, there are gpstime information for each single point, but when i attach a point cloud from microstation connection edition, there is no timestamp info. Thus, is any body knows how to obtain…
  • Merge multiple LAS/LAZ Tiles

    Hi, I am using Orbit 3DM FE Pro 22.1 for my project The data capture vendor has provided me with multiple tiles (point cloud) in LAZ format. I wish to combine these files into one. I am new to this technology and need someone to help me with this…
  • Point Cloud visualization in Drawing Models

    Hello Good MS community, I have a question regarding point cloud visualization. I created a section line in a model that contains an RGB Pointcloud and then the respective Drawing Model in dynamic view, but unfortunately I can't seem to see the…
  • Export XSections with point clouds into standard CAD file

    Goog morning, We need to export to CAD some X-Sections with design data and point cloud. We have modelled new tracks into an existing tunnel, so we have scanned the tunnel to obtain a detailed point cloud. The workflow that we have been followed in…
  • PoinTools and newer versions of DWG files.

    I am new to Bentley, and the tools. I am trying to load my first pointcloud into Pointools and get this error: What process is to be used? Why is the newer version not compatible? What is the correct process for getting "Support" in a situation…
  • Point Cloud Automatic Nesting

    I have noticed some standard behavior with point clouds in Microstation CONNECT and wondering if there any settings that can stop automatic nesting? If a reference has a point cloud attached, the point cloud will automatically be loaded into subsequent…
  • Unable to change point cloud path

    I am very new to microstation. How to change point cloud path? Also, where I can find good intermediate video tutorials?
  • CONNECT Update 12 C++ PointCloudPodWriter StartStream crashing

    Hi all, I want to create a pod point cloud file from points I have in my buffer. Unfortuntely my code so far crashes when I call StartStream: My includes: #include "Bentley/Bentley.h" #include "Bentley/RefCounted.h" #include "Bentley/WString…
  • Combining Pointcloud data with Drone Acquired Data

    Hi, I am currently working on a dataset acquired by a 3D laser scanner and approx. 142 manual oblique images taken with a 20MP Zenmuse X4S Camera mounted on an Inspire 2 drone. I have produced a geo-referenced model of a bridge with the drone dataset…
  • Can you Print 3D PDF with point cloud

    Hello. Is it possible to create a 3D PDF with point clouds ( .pods) ? The version used is V8i SS4
  • Is it possible to see all points in a pointcloud while using PAN SCROLL

    Hello, I like to use PAN SCROLL (shift+data) to reduce mouse clicks while looking for objects in a pointcloud. When I use this the pointcloud will only show like 10 of 20% of the points. Is there a setting that microstation will show more points…
  • Process to take LiDAR to 3SM

    Hi, I have a point cloud (XYZ format) that I'd like to convert to a 3SM file. What are the steps? So far, I have converted the XYZ to a POD, and then exported to an LAS file. I imported the LAS into ContectCapture and produced a 3SM - but the…
  • [CONNECT C++] IPointCloudChannelVector

    PointCloudChannelVector is reference by PointCloudDataQuery ... PointCloudDataQuery.h(168): POINTCLOUD_EXPORT IPointCloudQueryBuffersPtr CreateBuffers(UInt32 capacity, UInt32 channelFlags, IPointCloudChannelVectorCR channels); However, I can't find…
  • [CONNECT C++] PointCloudChannelId

    Several PointCloud methods reference the PointCloudChannelId type. For example, IPointCloudQueryBuffers::AddChannel ( PointCloudChannelId id) However, I can't find a definition or declaration of PointCloudChannelId in any header file (CONNECT Update…
  • I would like to export a POD point cloud, attached to a DGN file, together with other 3D elements drawn in the file. Is it possible?

    Hello! I work with point clouds in MicroStation V8i SS4 and I am trying to create an environment to simulate in VR. I have a point cloud in POD attached in a file where I have drawn the 3D implantation that I want to simulate. The thing is that I…