weianweigan / RevitLookupWpf

a lookup tool based on wpf
MIT License
68 stars 16 forks source link

Need design again document to use snoop doc linked #37

Closed chuongmep closed 1 year ago

chuongmep commented 2 years ago

Describe the bug when we use static external command data from here, if user snoop element inside linked, we can't use document from linked model to execute method or properties from feature #10

https://github.com/weianweigan/RevitLookupWpf/blob/ab71b3592e44fbb8c909cc759ea175ac79bfb4ec/RevitLookup/SnoopingContext.cs#L21-L24

you have any idea to can execute function with element inside linked ?

weianweigan commented 2 years ago

Yes, the snoopcontext is not a good design. I need take a think.