BumpMap Class

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

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class BumpMap

The BumpMap type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBumpmapBitmap The property labeled "Source" from the "BumpMap" schema.
Public propertyStatic memberBumpmapDepth The property labeled "Amount" from the "BumpMap" schema.
Public propertyStatic memberBumpmapNormalScale The property labeled "Amount" from the "BumpMap" schema.
Public propertyStatic memberBumpmapType The property labeled "Bump Type" from the "BumpMap" schema.
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "BumpMap" schema.
Public propertyStatic memberTextureOffsetLock The property labeled "Offset Lock" from the "BumpMap" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "BumpMap" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "BumpMap" schema.
Public propertyStatic memberTextureRealWorldScaleX The property labeled "Size X" from the "BumpMap" schema.
Public propertyStatic memberTextureRealWorldScaleY The property labeled "Size Y" from the "BumpMap" schema.
Public propertyStatic memberTextureScaleLock The property labeled "Scale Lock" from the "BumpMap" schema.
Public propertyStatic memberTextureURepeat The property labeled "U Repeat" from the "BumpMap" schema.
Public propertyStatic memberTextureVRepeat The property labeled "V Repeat" from the "BumpMap" schema.
Public propertyStatic memberTextureWAngle The property labeled "Angle" from the "BumpMap" schema.
Top
See Also