xBimTeam / XbimWindowsUI

The home of XbimXplorer and WPF components for your desktop BIM applications.
Other
245 stars 149 forks source link

Added GeometryLoaded event to DrawingControl3D (WPF) #205

Open santiagoIT opened 1 year ago

santiagoIT commented 1 year ago

IFC files with complex geometry can take a long time to load in the DrawingControl3D. In my app I need to know when the 3D Viewer has finished loading the model. I therefore created a simple event which is triggered after geometry has been loaded.

I found no other way to achieve this.

santiagoIT commented 1 month ago

Hello,

I have added a new commit where I update the xbim packages to the latest versions. There were some small breaking changes, so I needed to modify the code a bit.

"Xbim.Geometry" Version="5.1.541" Xbim.IO.Esent" Version="6.0.445"

Hope you can find time to review it!

Thank you!