Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GeometryLoaded event to DrawingControl3D (WPF) #205

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

santiagoIT
Copy link

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.

@andyward andyward requested a review from CBenghi June 21, 2023 08:20
Xbim.Geometry -> 5.1.541
Xbim.IO.Esent -> 6.0.445
@santiagoIT
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants