Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / RemoveMaterial Method

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