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