HelixToolkit.Wpf.MeshElement3D.MeshElement3D C# (CSharp) Method

MeshElement3D() protected method

Initializes a new instance of the MeshElement3D class.
protected MeshElement3D ( ) : System.ComponentModel
return System.ComponentModel
        protected MeshElement3D()
        {
            this.Content = new GeometryModel3D();
            this.UpdateModel();
        }