Skip to content

Set DrawingControl3D.SelectionColor with latest version of HelixToolkit #202

Description

@christianstroh

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions