RVTDocs.com

VertexPosition

Class
Description:
A geometry vertex specified as a position in space.
Remarks:
Since these vertices do not have a color their color is obtained from the EffectInstance
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.Vertex
    Autodesk.Revit.DB.DirectContext3D.VertexPosition
Syntax
public class VertexPosition : Vertex
VertexPosition Class Members:
Name Description Inherited From
VertexPosition Constructs the vertex from a point.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from Vertex ) Vertex
Position The vertex's position.
Name Description Inherited From
Dispose (Inherited from Vertex ) Vertex
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetSizeInFloats Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object