Share

SolidGlass Class

A static class that provides access to the property names that appear in the SolidGlass visual asset schema.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Visual.SolidGlass


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static class SolidGlass

The SolidGlass type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberCommonTintColor The property labeled "Tint Color" from the "SolidGlass" schema.
Public propertyStatic memberCommonTintToggle The property labeled "Tint" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassBumpAmount The property labeled "Amount" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassBumpEnable The property labeled "Type" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassBumpMap The property labeled "Image" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassColorByObject The property labeled "Custom Color" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassGlossiness The property labeled "Roughness" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassReflectance The property labeled "Reflectance" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassRefractionIor The property labeled "Refraction" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassTransmittance The property labeled "Color" from the "SolidGlass" schema.
Public propertyStatic memberSolidglassTransmittanceCustomColor The property labeled "Custom Color" from the "SolidGlass" schema.

See Also

Reference

Was this information helpful?