A geometry vertex specified as a position in space with a color.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.DirectContext3D.Vertex
Autodesk.Revit.DB.DirectContext3D.VertexPositionColored
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public class VertexPositionColored : Vertex
The VertexPositionColored type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexPositionColored | Constructs the vertex from a point and a color. |
Properties
Name | Description | |
---|---|---|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from Vertex) |
![]() | Position | The vertex's position. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from Vertex) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetColor | Gets the vertex's color. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from 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) |
![]() | SetColor | Sets the vertex's color. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |