Blue selection is using my Octree. That one needs as uncompiled Python script 18 sec to populate the 875000 points, but refresh rate is much better, at least with an axes aligned simple box. With a circle ...
I found the issue with the enumerator. It's an absolute MUST to dispose of the cloud object, otherwise something gets completely messed up internally. It looked as if all enumerating/looping in any kind ...
Thanks Bryce, for most of the other containers the method is called "Provide". I'll keep an eye out for it. ------------------------------ Ronny Schneider ------------------------------
Hello Bryce, thanks for the code. no, I wasn't aware of it and how to use it, and it doesn't seem to be straight forward as the error below shows. It's not a standard Trimble.Sdk assembly and mostly ...
Try something like? IExposedPointCloudRegionContainer container = ExposedPointCloudRegionContainer.GetInstance(lProject); var regions = regionContainer.OfType (); ------------------------------ Bryce ...