Share

VertexFormatBits Enumeration

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.1.0.0 (26.1.0.34)

Syntax

C#

public enum VertexFormatBits

Members

Member nameValueDescription
Position1 Vertex format consisting of a position.
PositionColored5 Vertex format consisting of a position and a color.
PositionNormal3 Vertex format consisting of a position and a normal vector.
PositionNormalColored7 Vertex format consisting of a position, a normal vector, and a color.

Remarks

VertexFormatBits can be used to specify the vertex format in the creation of the following objects:
  1. EffectInstance
  2. VertexFormat
VertexFormatBits is not to be confused with VertexFormat. The latter type of object is associated with low-level graphics functionality and may become invalid. VertexFormat is needed to submit a set of vertex and index buffers for rendering (see DrawContext).

See Also

Reference

Was this information helpful?