If i set the property SelectionColor of the class DrawingControl3D in my XAML file, i get this exception:
Method not found:
"Void HelixToolkit.Wpf.MeshBuilder.AddTube(System.Collections.Generic.IList`1<System.Windows.Media.Media3D.Point3D>, Double, Int32, Boolean, Boolean, Boolean)".
In the Xbim.WindowsUI package, the setter of this property calls the method HighlighSelected(), which calls AddTube from the HelixToolkit package.
I guess in the latest stable version of the HelixToolkit.Wpf package there is no method overload with this signature.
When i clone the Xbim.WindowsUI git repository, Visual Studio automatically installs HelixToolkit and HelixToolkit.WPF
version 2.14.0.
If i set the property SelectionColor of the class DrawingControl3D in my XAML file, i get this exception:
Method not found:
"Void HelixToolkit.Wpf.MeshBuilder.AddTube(System.Collections.Generic.IList`1<System.Windows.Media.Media3D.Point3D>, Double, Int32, Boolean, Boolean, Boolean)".
In the Xbim.WindowsUI package, the setter of this property calls the method HighlighSelected(), which calls AddTube from the HelixToolkit package.
I guess in the latest stable version of the HelixToolkit.Wpf package there is no method overload with this signature.
When i clone the Xbim.WindowsUI git repository, Visual Studio automatically installs HelixToolkit and HelixToolkit.WPF
version 2.14.0.