Share

Wave Class

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

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Visual.Wave


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

Syntax

C#

public static class Wave

The Wave type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberTextureAngle The property labeled "Angle" from the "Wave" schema.
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "Wave" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "Wave" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "Wave" schema.
Public propertyStatic memberTextureRealWorldOffsetZ The property labeled "Offset Z" from the "Wave" schema.
Public propertyStatic memberWaveAmplitude The property labeled "Amplitude" from the "Wave" schema.
Public propertyStatic memberWaveColor1 The property labeled "Color 1" from the "Wave" schema.
Public propertyStatic memberWaveColor2 The property labeled "Color 2" from the "Wave" schema.
Public propertyStatic memberWaveDistribution The property labeled "Distribution" from the "Wave" schema.
Public propertyStatic memberWaveNumWaveSets The property labeled "Number" from the "Wave" schema.
Public propertyStatic memberWavePhase The property labeled "Phase" from the "Wave" schema.
Public propertyStatic memberWaveRandomSeed The property labeled "Random Seed" from the "Wave" schema.
Public propertyStatic memberWaveWaveLenMax The property labeled "Len Max" from the "Wave" schema.
Public propertyStatic memberWaveWaveLenMin The property labeled "Len Min" from the "Wave" schema.
Public propertyStatic memberWaveWaveRadius The property labeled "Radius" from the "Wave" schema.

See Also

Reference

Was this information helpful?