MaterialDiffuseComponent Structure

Represents the diffuse component (channel) of a material that consists of a material color and material map.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GraphicsInterfaceMaterialDiffuseComponent

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct MaterialDiffuseComponent

The MaterialDiffuseComponent type exposes the following members.

Constructors
  Name Description
Public method MaterialDiffuseComponent Constructor for the MaterialDiffuseComponent class. Constructs an object with the specified material color and material map.
Top
Properties
  Name Description
Public property Color Property that represents current diffuse color value.
Public property Map Property that represents current diffuse component map.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method ToString Returns an equivalent string representation of this object.
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider) Returns an equivalent string representation of this object.
Top
Operators
  Name Description
Public operatorStatic member Equality(MaterialDiffuseComponent, MaterialDiffuseComponent) Equality operator for the MaterialDiffuseComponent structure. Checks whether input diffuse components are equal.
Public operatorStatic member Inequality(MaterialDiffuseComponent, MaterialDiffuseComponent) Inequality operator for the MaterialDiffuseComponent structure. Checks whether input diffuse components are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.