Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextureMappingData Class / MappingMode Property

In This Topic
    MappingMode Property (TextureMappingData)
    In This Topic
    Gets or sets indicates the way material's texture is wrapped on the object.
    Syntax
    'Declaration
     
    Public Property MappingMode As textureMappingType
    public textureMappingType MappingMode {get; set;}
    See Also