walkinside / sdk

Develop powerful desktop and web applications on top of Walkinside 3D engine
4 stars 4 forks source link

Event when branch visibility changes #59

Open kkneip opened 5 years ago

kkneip commented 5 years ago

Hi,

I want to get aware of changes to branch visibility. E.g. an user hides an element by using the context menu an event should be available which will be raised then.

Is this functionality already available? If yes, where can I find it? If not, is there a chance to enhance Walkinside's API in a way to make this happen?

griemens commented 5 years ago

You could try one of the following obsolete event handler. SDKViewer.ProjectManager.OnBranchHide SDKViewer.ProjectManager.OnBranchShow At the moment I am not aware of any alternative APIs.

Agadoul commented 5 years ago

HI,

@kkneip Have you tried @griemens 's proposal and did it work out for you?

Best regards, Axel Barrot.