2027 Class
Changes 0
C

BumpMap

Description:
A static class that provides access to the property names that appear in the BumpMap visual asset schema.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Visual.BumpMap
public static class BumpMap
Name Return Type Description
P BumpmapBitmap string The property labeled "Source" from the "BumpMap" schema.
P BumpmapDepth string The property labeled "Amount" from the "BumpMap" schema.
P BumpmapNormalScale string The property labeled "Amount" from the "BumpMap" schema.
P BumpmapType string The property labeled "Bump Type" from the "BumpMap" schema.
P TextureLinkTextureTransforms string The property labeled "Link Transforms" from the "BumpMap" schema.
P TextureOffsetLock string The property labeled "Offset Lock" from the "BumpMap" schema.
P TextureRealWorldOffsetX string The property labeled "Offset X" from the "BumpMap" schema.
P TextureRealWorldOffsetY string The property labeled "Offset Y" from the "BumpMap" schema.
P TextureRealWorldScaleX string The property labeled "Size X" from the "BumpMap" schema.
P TextureRealWorldScaleY string The property labeled "Size Y" from the "BumpMap" schema.
P TextureScaleLock string The property labeled "Scale Lock" from the "BumpMap" schema.
P TextureURepeat string The property labeled "U Repeat" from the "BumpMap" schema.
P TextureVRepeat string The property labeled "V Repeat" from the "BumpMap" schema.
P TextureWAngle string The property labeled "Angle" from the "BumpMap" schema.