Colorize, Transparent and Move Selected Entities on Xbim Control

15 views Asked by At

I want to Colorize, Transparent and Move selected ifcElements in xbim control.

If xbim control does not support move, colorized and transparency, I would be very grateful if you could write a sample code to implement these via the helix viewport. Thanks for all helps

I found this code for transparency but it makes the entire model transparent;

DrawingControl.Dispatcher.Invoke(Function() DrawingControl.ModelOpacity = 0.1 System.Threading.Thread.Sleep(100) End Function)

0

There are 0 answers