Ran into another hiccup. How can I 'AND' the view filter's visibility state of regions and scans? I only want to filter over the points currently visible on the screen. The following adds the whole ...
Referring to the previous post: Point 1 I managed to do it the following way, is pretty quick self.activeForm = TrimbleOffice.TheOffice.MainWindow.AppViewManager.ActiveView try: self.activeViewFilter ...
Disappointing. Need to try to avoid it then, although I'd love to have it as selection overlay and to compute a best fit plane on the fly. A few more questions: in case of multiple cloud regions ...
GetMinMaxPoints requires 1 P/Invoke call, where the calculation is done itself in the library we're using. There is no equivalent "GetAllPoints" available to us. ------------------------------ Bryce ...
That is rather disappointing. How does the GetMinMaxPoints do it then? This one also needs to inspect/loop all filtered points but needs just around 0.01 seconds. Not superfast, but acceptable. There ...