Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Face Class / Color Property

In This Topic
    Color Property (Solid3D.Face)
    In This Topic
    Gets or sets the Color of the face.
    Syntax
    'Declaration
     
    Public Property Color As Nullable(Of Color)
    public Nullable<Color> Color {get; set;}
    Remarks
    Use it to specify a different color from the Solid3D color or material.
    See Also