Vertex format (i.e., the type of data associated with a vertex) represented as a number.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum VertexFormatBits
Members
| Member name | Value | Description |
|---|---|---|
| Position | 1 | Vertex format consisting of a position. |
| PositionColored | 5 | Vertex format consisting of a position and a color. |
| PositionNormal | 3 | Vertex format consisting of a position and a normal vector. |
| PositionNormalColored | 7 | Vertex format consisting of a position, a normal vector, and a color. |
