The MaterialNode type exposes the following members.

Methods

  NameDescription
Public methodDispose (Inherited from RenderNode.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAppearance
Appearance properties associated with the material.
Public methodGetAppearanceOverride
Returns appearance properties that override the preset appearance of the material.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyColor
The color the material is being rendered at
Public propertyGlossiness
The level of glossiness of the material
Public propertyHasOverriddenAppearance
Identifies if the default rendering appearance the material has is being overridden.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from RenderNode.)
Public propertyMaterialId
The Id of the element assocated with this material in the model.
Public propertyNodeName
A readable name of the output node.
(Inherited from RenderNode.)
Public propertySmoothness
The level of smoothness of the material.
Public propertyThumbnailFile
The path if a file that contains a thumbnail image of the material.
Public propertyTransparency
The value of transparency the material is being rendered with

See Also