christianstroh

Results 11 comments of christianstroh

Thank you for your response. I'm using Xbim.WindowsUI in a .NET Framework 4.8 Windows Application (Visual Studio), the DrawingControl3D is embedded in the main window (xaml file). For the time...

When i don't set the property SelectionColor via WPF data binding, the application starts with HelixToolkit.Wpf 2.14.0. But when i bind the property, a ArgumentNullException is thrown with this stack...

Hi. I haven't done this myself yet. In my free time I could spend some time looking at what state of the art algorithms there are.

The diagsession file is too large to be an attachment (35 MB). Can I send it to you by email? I am not allowed to publish the IFC file. I...

This optimized code loads the file approximately 25% faster (128 instead of 171 seconds). I use Parallel.ForEach(), lock() - since XbimTriangulatedMesh doesn't seem to be thread-safe and Interlocked.Increment() for incrementing...

I'll give feedback about the model.

Unfortunately, our customer does not want to pass the ifc file on to third parties. However, I noticed in the viewer that the model only has a single geometry, instead...

Please excuse the late reply, I was on vacation for several weeks. I'm afraid our customer won't go along with an NDA either. The model consists of a single geometry...

I had to stop the program after several hours. Even with Iterations set to 1. We are trying to generate an IFC file with such geometries. We may be able...

We will try to find out which object(s) are causing the long loading. My colleague knows about 3D modeling and will try to export only parts of the geometry. No...