Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / textureMappingType Enumeration

In This Topic
    textureMappingType Enumeration
    In This Topic
    Texture mapping type.
    Syntax
    'Declaration
     
    Public Enum textureMappingType 
       Inherits System.Enum
    public enum textureMappingType : System.Enum 
    Members
    MemberDescription
    Cubic Applies material's texture using cubic mapping
    Cylindrical Applies material's texture using cylindrical mapping
    Plate Applies material's texture only on top and bottom face with the same XY orientation
    Spherical Applies material's texture using spherical mapping
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.textureMappingType

    See Also