Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / RemoveTextureMapping Method

In This Topic
    RemoveTextureMapping Method (Mesh)
    In This Topic
    Remove the texture mapping.
    Syntax
    'Declaration
     
    Public Sub RemoveTextureMapping() 
    public void RemoveTextureMapping()
    Remarks
    You may need to call viewport.Entities.Regen() to see the effect of this command.
    See Also