AdvancedGlazing Class

AdvancedGlazing Class

A static class that provides access to the property names that appear in the AdvancedGlazing visual asset schema.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.VisualAdvancedGlazing

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static class AdvancedGlazing
Public NotInheritable Class AdvancedGlazing
public ref class AdvancedGlazing abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AdvancedGlazing = class end

The AdvancedGlazing type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberGlazingBackfaceCulling The property labeled "Backface Culling" from the "AdvancedGlazing" schema.
Public propertyStatic memberGlazingF0 The property labeled "Reflective Color" from the "AdvancedGlazing" schema.
Public propertyStatic memberGlazingTransmissionColor The property labeled "Transmissive color" from the "AdvancedGlazing" schema.
Public propertyStatic memberGlazingTransmissionRoughness The property labeled "Transmissive roughness" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceAlbedo The property labeled "Color" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceAnisotropy The property labeled "Anisotropy" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceCutout The property labeled "Image" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceNdfType The property labeled "NDF" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceNormal The property labeled "Image" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceRotation The property labeled "Rotation" from the "AdvancedGlazing" schema.
Public propertyStatic memberSurfaceRoughness The property labeled "Roughness" from the "AdvancedGlazing" schema.
Top
See Also