| | |
| | | this.ClickParterEvent?.Invoke(obj.ObjectId); |
| | | } |
| | | |
| | | public async Task HideComponents(List<string> elementIds) |
| | | { |
| | | await this.bimfaceInterop3dContainer1.HideComponents(elementIds); |
| | | } |
| | | |
| | | public async Task ShowComponents(List<string> elementIds) |
| | | { |
| | | await this.bimfaceInterop3dContainer1.ShowComponents(elementIds); |
| | | } |
| | | |
| | | public async Task ShowAllComponents() |
| | | { |
| | | await this.bimfaceInterop3dContainer1.ShowAllComponents(); |
| | | } |
| | | |
| | | public async Task TranslucentComponents(List<string> elementIds) |
| | | { |
| | | await this.bimfaceInterop3dContainer1.TranslucentComponents(elementIds); |
| | | } |
| | | |
| | | public async Task OpaqueComponents(List<string> elementIds) |
| | | { |
| | | await this.bimfaceInterop3dContainer1.OpaqueComponents(elementIds); |
| | | } |
| | | |
| | | } |
| | | } |